/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | lock.c | 123 buf = malloc(strlen(fn) + 24); in NFSnormalizedStatTime() 126 strcpy(buf, fn); in NFSnormalizedStatTime() 216 !strncmp(dptr->d_name, p1 ? p1 : fn, strlen(p1?p1:fn))) { in lock_holder() 667 if (!fn || !dirname || !uname) { in lock_delta() 679 ptr = strrchr(fn, '/'); in lock_delta() 682 ptr = fn; in lock_delta() 684 int numbytes = ptr - fn; in lock_delta() 775 static void test_file(char *fn) in test_file() argument 781 fptr = fopen(fn, "r"); in test_file() 797 static void random_locks(char *fn) in random_locks() argument [all …]
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | init.h | 63 #define presmp_initcall(fn) \ argument 64 const static initcall_t __initcall_##fn __init_call("presmp") = fn 65 #define __initcall(fn) \ argument 66 const static initcall_t __initcall_##fn __init_call("1") = fn 67 #define __exitcall(fn) \ argument 68 static exitcall_t __exitcall_##fn __exit_call = fn
|
A D | keyhandler.h | 40 keyhandler_fn_t *fn, 44 irq_keyhandler_fn_t *fn,
|
A D | pv_console.h | 9 void pv_console_set_rx_handler(serial_rx_fn fn); 18 static inline void pv_console_set_rx_handler(serial_rx_fn fn) { } in pv_console_set_rx_handler() argument
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | current.h | 35 #define switch_stack_and_jump(stack, fn) \ argument 36 asm volatile ("mov sp,%0; b " STR(fn) : : "r" (stack) : "memory" ) 38 #define reset_stack_and_jump(fn) switch_stack_and_jump(get_cpu_info(), fn) argument
|
A D | vreg.h | 13 vreg_reg32_fn_t fn) in vreg_emulate_cp32() argument 27 ret = fn(regs, &r, cp32.read); in vreg_emulate_cp32() 36 vreg_reg64_fn_t fn) in vreg_emulate_cp64() argument 55 ret = fn(regs, &x, cp64.read); in vreg_emulate_cp64() 68 vreg_reg32_fn_t fn) in vreg_emulate_sysreg32() argument 77 ret = fn(regs, &r, sysreg.read); in vreg_emulate_sysreg32() 86 vreg_reg64_fn_t fn) in vreg_emulate_sysreg64() argument 100 ret = fn(regs, &x, sysreg.read); in vreg_emulate_sysreg64()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | stop_machine.c | 49 int (*fn)(void *); member 70 int stop_machine_run(int (*fn)(void *), void *data, unsigned int cpu) in stop_machine_run() 93 stopmachine_data.fn = fn; in stop_machine_run() 117 ret = (*fn)(data); in stop_machine_run() 159 int ret = stopmachine_data.fn(stopmachine_data.fn_data); in stopmachine_action()
|
A D | keyhandler.c | 36 keyhandler_fn_t *fn; member 87 if ( key >= ARRAY_SIZE(key_table) || !(h = &key_table[key])->fn ) in handle_keypress() 93 h->irq_callback ? h->irq_fn(key, regs) : h->fn(key); in handle_keypress() 103 void register_keyhandler(unsigned char key, keyhandler_fn_t fn, in register_keyhandler() argument 107 ASSERT(!key_table[key].fn); /* Clobbering something else? */ in register_keyhandler() 109 key_table[key].fn = fn; in register_keyhandler() 115 void register_irq_keyhandler(unsigned char key, irq_keyhandler_fn_t fn, in register_irq_keyhandler() argument 121 key_table[key].irq_fn = fn; in register_irq_keyhandler() 133 if ( key_table[i].fn ) in show_handlers() 470 if ( !h->fn || !h->diagnostic || h->irq_callback ) in run_all_nonirq_keyhandlers() [all …]
|
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/gx/ |
A D | xg_dummy.c | 31 xgtrc(const char *fn, const char *fmt, ...) in xgtrc() argument 36 fprintf(stderr, "%s:", fn); in xgtrc() 45 xgprt(const char *fn, const char *fmt, ...) in xgprt() argument 50 fprintf(stderr, "%s:", fn); in xgprt()
|
/xen-4.10.0-shim-comet/tools/flask/utils/ |
A D | label-pci.c | 39 int seg, bus, dev, fn; in main() local 57 sscanf(argv[1], "%x:%x:%x.%d", &seg, &bus, &dev, &fn); in main() 58 sbdf = (seg << 16) | (bus << 8) | (dev << 3) | fn; in main() 61 seg, bus, dev, fn); in main() 103 seg, bus, dev, fn); in main()
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | expr.c | 1076 fn(data, NULL, "y"); in expr_print() 1081 fn(data, NULL, "("); in expr_print() 1090 fn(data, NULL, "!"); in expr_print() 1098 fn(data, NULL, "="); in expr_print() 1124 fn(data, NULL, "!="); in expr_print() 1129 fn(data, NULL, " || "); in expr_print() 1145 fn(data, NULL, "["); in expr_print() 1147 fn(data, NULL, " "); in expr_print() 1149 fn(data, NULL, "]"); in expr_print() 1155 fn(data, NULL, buf); in expr_print() [all …]
|
A D | lkc_proto.h | 11 void conf_set_changed_callback(void (*fn)(void)); 12 void conf_set_message_callback(void (*fn)(const char *fmt, va_list ap)); 52 void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int …
|
/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/ |
A D | 32bitbios.c | 30 #define X(idx, ret, fn, args...) " .long "#fn"\n" argument
|
/xen-4.10.0-shim-comet/tools/ocaml/test/ |
A D | raise_exception.ml | 8 with Xenlight.Error(err, fn) -> begin 9 printf "Caught Exception: %s: %s\n" (Xenlight.string_of_error err) fn;
|
A D | list_domains.ml | 24 with Xenlight.Error(err, fn) -> begin 25 printf "Caught Exception: %s: %s\n" (Xenlight.string_of_error err) fn;
|
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | serial.c | 48 serial_rx_fn fn = NULL; in serial_rx_interrupt() local 56 fn = port->rx; in serial_rx_interrupt() 58 fn = port->rx_hi; in serial_rx_interrupt() 60 fn = port->rx_lo; in serial_rx_interrupt() 67 if ( fn != NULL ) in serial_rx_interrupt() 68 (*fn)(c & 0x7f, regs); in serial_rx_interrupt() 357 void __init serial_set_rx_handler(int handle, serial_rx_fn fn) in serial_set_rx_handler() argument 376 port->rx_lo = fn; in serial_set_rx_handler() 382 port->rx_hi = fn; in serial_set_rx_handler() 388 port->rx = fn; in serial_set_rx_handler()
|
/xen-4.10.0-shim-comet/xen/common/compat/ |
A D | kernel.c | 45 #define DO(fn) int compat_##fn argument
|
/xen-4.10.0-shim-comet/tools/misc/ |
A D | xencov.c | 44 static void gcov_read(const char *fn) in gcov_read() argument 68 if (!strcmp(fn, "-")) in gcov_read() 71 f = fopen(fn, "w"); in gcov_read()
|
A D | xencov_split | 36 fn, = struct.unpack_from(fmt, content) 51 dir = opts.output_dir + path.dirname(fn) 60 full_path = dir + '/' + path.basename(fn)
|
/xen-4.10.0-shim-comet/stubdom/vtpmmgr/ |
A D | manage-vtpmmgr.pl | 154 my $fn = $main::{"cmd_$cmd"}; 155 if ($fn) { 156 $fn->(@ARGV);
|
/xen-4.10.0-shim-comet/tools/xenpaging/ |
A D | file_ops.c | 26 ssize_t (*fn)(int, void *, size_t)) in file_op() 38 bytes = fn(fd, page + total, PAGE_SIZE - total); in file_op()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_dom_decompress_unsafe.c | 30 decompress_fn fn, struct xc_dom_image *dom, void **blob, size_t *size) in xc_dom_decompress_unsafe() argument 38 ret = fn(dom->kernel_blob, dom->kernel_size, NULL, unsafe_flush, NULL, NULL, unsafe_error); in xc_dom_decompress_unsafe()
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/ |
A D | genwrap.py | 283 _,fn,_ = builtins[ty.typename] 284 if not fn: 286 s += "%s;" % (fn % { "o": o, "c": c }) 380 _,_,fn = builtins[ty.typename] 381 if not fn: 383 s += "%s = %s;" % (o, fn % { "c": c }) 434 fn = "anon_field" 436 fn = "%s_field" % ty.rawname 437 s += "\tCAMLlocal1(%s);\n" % fn 449 s += "\t%s\n" % ocaml_Val(f.type, fn, ty.pass_arg(fexpr, c), parent=nparent) [all …]
|
/xen-4.10.0-shim-comet/tools/pygrub/src/ |
A D | GrubConf.py | 168 def __init__(self, fn = None): argument 169 self.filename = fn 176 if fn is not None: 259 def __init__(self, fn = None): argument 260 _GrubConfigFile.__init__(self,fn) 358 def __init__(self, fn = None): argument 359 _GrubConfigFile.__init__(self, fn)
|
/xen-4.10.0-shim-comet/tools/debugger/gdbsx/xg/ |
A D | xg_public.h | 107 void xgprt(const char *fn, const char *fmt, ...); 108 void xgtrc(const char *fn, const char *fmt, ...);
|