Searched defs:set (Results 1 – 12 of 12) sorted by relevance
/xen/tools/libxl/ |
A D | libxlu_cfg.c | 152 void xlu__cfg_set_free(XLU_ConfigSetting *set) { in xlu__cfg_set_free() 160 XLU_ConfigSetting *set, *set_next; in xlu_cfg_destroy() local 174 XLU_ConfigSetting *set; in find() local 186 XLU_ConfigSetting *set; in find_atom() local 252 XLU_ConfigSetting *set; in xlu_cfg_get_string() local 262 XLU_ConfigSetting *set; in xlu_cfg_replace_string() local 275 XLU_ConfigSetting *set; in xlu_cfg_get_bounded_long() local 346 XLU_ConfigSetting *set; in xlu_cfg_get_list() local 553 XLU_ConfigSetting *set; in xlu__cfg_set_store() local
|
A D | libxl_tmem.c | 45 int libxl_tmem_set(libxl_ctx *ctx, uint32_t domid, char* name, uint32_t set) in libxl_tmem_set()
|
/xen/xen/arch/x86/ |
A D | bitops.c | 31 unsigned int set, bit = offset & (BITS_PER_LONG - 1); in __find_next_bit() local 81 unsigned int set, bit = offset & (BITS_PER_LONG - 1); in __find_next_zero_bit() local
|
/xen/tools/ocaml/xenstored/ |
A D | trie.mli | 34 val set : ('a, 'b) t -> 'a list -> 'b -> ('a, 'b) t val
|
/xen/xen/arch/x86/pv/ |
A D | misc-hypercalls.c | 39 long do_fpu_taskswitch(int set) in do_fpu_taskswitch()
|
/xen/xen/arch/x86/cpu/mtrr/ |
A D | mtrr.h | 14 void (*set)(unsigned int reg, unsigned long base, member
|
/xen/xen/drivers/char/ |
A D | meson-uart.c | 52 #define setbits(addr, set) writel((readl(addr) | (set)), (addr)) argument
|
/xen/xen/common/ |
A D | domain.c | 1439 struct vcpu_set_periodic_timer set; in do_vcpu_op() local 1461 struct vcpu_set_singleshot_timer set; in do_vcpu_op() local
|
/xen/xen/xsm/flask/ss/ |
A D | avtab.c | 352 unsigned set; in avtab_read_item() local
|
/xen/tools/pygrub/src/ |
A D | GrubConf.py | 217 def set(self, line): member in _GrubConfigFile
|
/xen/tools/xenstore/ |
A D | xs.c | 824 sigset_t set, old_set; in xs_watch() local
|
/xen/xen/include/xen/ |
A D | sched.h | 401 bool set; member
|
Completed in 20 milliseconds