/xen/xen/common/xz/ |
A D | private.h | 185 # define DEC_IS_SINGLE(mode) ((mode) == XZ_SINGLE) argument 187 # define DEC_IS_SINGLE(mode) (false) argument 191 # define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC) argument 193 # define DEC_IS_PREALLOC(mode) (false) argument 197 # define DEC_IS_DYNALLOC(mode) ((mode) == XZ_DYNALLOC) argument 199 # define DEC_IS_DYNALLOC(mode) (false) argument 203 # define DEC_IS_MULTI(mode) (true) argument 205 # define DEC_IS_MULTI(mode) ((mode) != XZ_SINGLE) argument 207 # define DEC_IS_MULTI(mode) (false) argument
|
A D | dec_stream.c | 52 enum xz_mode mode; member 782 XZ_EXTERN struct xz_dec *INIT xz_dec_init(enum xz_mode mode, uint32_t dict_max) in xz_dec_init()
|
/xen/xen/arch/x86/oprofile/ |
A D | backtrace.c | 34 int mode) in dump_hypervisor_backtrace() 57 int mode) in dump_guest_backtrace() 148 unsigned long depth, int mode) in xenoprof_backtrace()
|
A D | op_model_athlon.c | 240 ibs_log_event(u64 data, struct cpu_user_regs const * const regs, int mode) in ibs_log_event() 253 static inline int handle_ibs(int mode, struct cpu_user_regs const * const regs) in handle_ibs() 319 int mode = 0; in athlon_check_ctrs() local
|
/xen/tools/libxc/ |
A D | xc_vm_event.c | 26 unsigned int mode, uint32_t *port) in xc_vm_event_control() 48 unsigned int op, mode; in xc_vm_event_enable() local
|
/xen/xen/arch/arm/arm32/ |
A D | entry.S | 21 #define SAVE_BANKED(mode) \ argument 24 #define RESTORE_BANKED(mode) \ argument
|
/xen/tools/flask/utils/ |
A D | setenforce.c | 30 long mode = 0; in main() local
|
/xen/tools/xenstore/ |
A D | xenstore_client.c | 29 enum mode { enum 86 usage(enum mode mode, int incl_mode, const char *progname) in usage() 315 perform(enum mode mode, int optind, int argc, char **argv, struct xs_handle *xsh, in perform() 542 enum mode mode; in main() local
|
/xen/tools/xl/ |
A D | xl_flask.c | 48 int ret, mode; in main_setenforce() local
|
/xen/xen/drivers/video/ |
A D | modelines.h | 32 const char* mode; /* in the form 1280x1024@60 */ member
|
/xen/tools/libxl/ |
A D | libxl_flask.c | 54 int libxl_flask_setenforce(libxl_ctx *ctx, int mode) in libxl_flask_setenforce()
|
/xen/xen/tools/ |
A D | gen-cpuid.py | 435 def open_file_or_fd(val, mode, buffering): argument
|
/xen/tools/firmware/vgabios/ |
A D | vbetables-gen.c | 11 int mode; member
|
A D | vgabios.c | 825 static void biosfn_set_video_mode(mode) Bit8u mode; in biosfn_set_video_mode() argument 1142 Bit8u mode,line; local 1264 Bit8u mode,line,cheight,bpp,cols; local 1410 Bit8u xcurs,ycurs,mode,line; local 1611 Bit8u cheight,xcurs,ycurs,mode,line,bpp; local 1669 Bit8u cheight,xcurs,ycurs,mode,line,bpp; local 1809 Bit8u mode,line,mask,attr,data; local 1888 Bit8u mode,line,mask,attr,data,i; local 1943 Bit8u cheight,xcurs,ycurs,mode,line,bpp; local 3385 static Bit8u find_vga_entry(mode) in find_vga_entry() argument
|
A D | vbe.c | 650 Bit16u mode; Boolean using_lfb; variable 1007 Bit8u mode; local
|
/xen/xen/tools/kconfig/tests/ |
A D | conftest.py | 39 def _run_conf(self, mode, dot_config=None, out_file='.config', argument 153 def _allconfig(self, mode, all_config): argument
|
/xen/xen/arch/x86/hvm/ |
A D | hypercall.c | 169 int mode = hvm_guest_x86_mode(curr); in hvm_hypercall() local
|
/xen/xen/common/ |
A D | xenoprof.c | 530 uint64_t eip, int mode, int event) in xenoprof_add_sample() 567 int xenoprof_add_trace(struct vcpu *vcpu, uint64_t pc, int mode) in xenoprof_add_trace() 583 uint64_t pc, int mode, int event) in xenoprof_log_event()
|
/xen/xen/common/sched/ |
A D | cpupool.c | 44 enum sched_gran mode; member 54 static void sched_gran_print(enum sched_gran mode, unsigned int gran) in sched_gran_print()
|
/xen/xen/include/public/io/ |
A D | fsif.h | 108 int32_t mode; member 128 int32_t mode; member
|
/xen/tools/libfsimage/reiserfs/ |
A D | fsys_reiserfs.c | 283 #define S_ISREG(mode) (((mode) & 0170000) == 0100000) argument 284 #define S_ISDIR(mode) (((mode) & 0170000) == 0040000) argument 285 #define S_ISLNK(mode) (((mode) & 0170000) == 0120000) argument 993 int mode; in reiserfs_dir() local
|
/xen/xen/include/asm-x86/ |
A D | shadow.h | 103 #define shadow_enable(d, mode) \ argument
|
/xen/tools/misc/ |
A D | xen-cpuid.c | 357 mode = MODE_UNKNOWN; in main() local
|
/xen/tools/python/scripts/ |
A D | convert-legacy-stream | 154 def write_libxc_tsc_info(mode, khz, nsec, incarn): argument
|
/xen/tools/xenmon/ |
A D | xenmon.py | 537 def __init__(self, filename, mode): argument
|