Home
last modified time | relevance | path

Searched refs:def (Results 1 – 16 of 16) sorted by relevance

/xen/xen/include/xsm/
A Dxsm.h235 static inline int xsm_sysctl (xsm_default_t def, int cmd) in xsm_sysctl() argument
401 static inline int xsm_kexec (xsm_default_t def) in xsm_kexec() argument
510 static inline int xsm_resource_plug_core (xsm_default_t def) in xsm_resource_plug_core() argument
515 static inline int xsm_resource_unplug_core (xsm_default_t def) in xsm_resource_unplug_core() argument
530 static inline int xsm_resource_setup_misc (xsm_default_t def) in xsm_resource_setup_misc() argument
540 static inline int xsm_hypfs_op(xsm_default_t def) in xsm_hypfs_op() argument
613 static inline int xsm_platform_op (xsm_default_t def, uint32_t op) in xsm_platform_op() argument
619 static inline int xsm_do_mca(xsm_default_t def) in xsm_do_mca() argument
639 static inline int xsm_memtype (xsm_default_t def, uint32_t access) in xsm_memtype() argument
644 static inline int xsm_machine_memory_map(xsm_default_t def) in xsm_machine_memory_map() argument
[all …]
A Ddummy.h56 #define XSM_ASSERT_ACTION(def) xsm_default_t action = def; (void)action argument
68 #define XSM_ASSERT_ACTION(def) LINKER_BUG_ON(def != action) argument
/xen/xen/tools/kconfig/
A Dconfdata.c241 sym->def[def].tri = mod; in conf_set_sym_val()
248 sym->def[def].tri = yes; in conf_set_sym_val()
253 sym->def[def].tri = no; in conf_set_sym_val()
404 if (sym->def[def].val) in conf_read_simple()
405 free(sym->def[def].val); in conf_read_simple()
408 sym->def[def].val = NULL; in conf_read_simple()
409 sym->def[def].tri = no; in conf_read_simple()
442 sym->def[def].tri = no; in conf_read_simple()
490 switch (sym->def[def].tri) { in conf_read_simple()
502 cs->def[def].val = sym; in conf_read_simple()
[all …]
A Dconf.c94 printf("%s\n", def); in conf_askvalue()
120 printf("%s\n", def); in conf_askvalue()
132 const char *def; in conf_string() local
149 def = NULL; in conf_string()
155 def = line; in conf_string()
157 if (def && sym_set_string_value(sym, def)) in conf_string()
261 int cnt, def; in conf_choice() local
265 cnt = def = 0; in conf_choice()
276 def = cnt; in conf_choice()
297 cnt = def; in conf_choice()
[all …]
A Dsymbol.c285 def_sym = sym->def[S_DEF_USER].val; in sym_calc_choice()
379 newval.tri = EXPR_AND(sym->def[S_DEF_USER].tri, in sym_calc_value()
412 newval.val = sym->def[S_DEF_USER].val; in sym_calc_value()
514 cs->def[S_DEF_USER].val = sym; in sym_set_tristate_value()
523 sym->def[S_DEF_USER].tri = val; in sym_set_tristate_value()
668 oldval = sym->def[S_DEF_USER].val; in sym_set_string_value()
672 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()
676 sym->def[S_DEF_USER].val = val = xmalloc(size); in sym_set_string_value()
A Dexpr.h104 struct symbol_value def[S_DEF_COUNT]; member
A Dstreamline_config.pl223 } elsif ($state eq "DEP" && /^\s*def(_(bool|tristate)|ault)\s+(\S.*)$/) {
A Dgconf.c1040 const char *def; in fill_row() local
1149 def = sym_get_string_value(sym); in fill_row()
1150 row[COL_VALUE] = g_strdup(def); in fill_row()
/xen/stubdom/
A Dpolarssl.patch13 * \def POLARSSL_NO_PLATFORM_ENTROPY
23 * \def POLARSSL_PKCS1_V21
33 * \def POLARSSL_MD_C
42 * \def POLARSSL_PADLOCK_C
52 * \def POLARSSL_VERSION_C
A Dnewlib-chk.patch99 siprintf.def \
100 siscanf.def \
101 sprintf.def \
102 + sprintf_chk.def \
103 sscanf.def \
104 tmpfile.def \
105 tmpnam.def \
A Dlwip.patch-cvs2391 #include "lwip/def.h"
/xen/stubdom/grub.patches/
A D30savedefault.diff153 + char *def;
155 + def = buf;
156 + safe_parse_maxint (&def, &entryno);
/xen/xen/include/xen/
A Dirq.h144 #define pirq_field(d, p, f, def) ({ \ argument
146 __pi ? __pi->f : def; \
/xen/docs/misc/
A Dkconfig.rst70 checks for a file named "all{yes/mod/no/def/random}.config"
/xen/tools/libxl/
A Dlibxl_dm.c3001 uint32_t backend_id, const char *type, bool def) in libxl__query_qemu_backend() argument
3011 return def; in libxl__query_qemu_backend()
A Dlibxl_internal.h2001 bool def);

Completed in 46 milliseconds