/xen-4.10.0-shim-comet/tools/memshr/ |
A D | bidir-namedefs.h | 21 #define BIDIR_NAME_ONE_INTERNAL(prefix, name) \ argument 22 prefix ## _ ## name 23 #define BIDIR_NAME_TWO_INTERNAL(prefix, name1, name2) \ argument 24 prefix ## _ ## name1 ## _ ## name2 26 #define BIDIR_NAME_ONE(prefix, name) \ argument 27 BIDIR_NAME_ONE_INTERNAL(prefix, name) 28 #define BIDIR_NAME_TWO(prefix, name1, name2) \ argument 29 BIDIR_NAME_TWO_INTERNAL(prefix, name1, name2)
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_parse.h | 38 int match_option_size(const char *prefix, size_t len, 40 #define MATCH_OPTION(prefix, arg, oparg) \ argument 41 match_option_size((prefix "="), sizeof((prefix)), (arg), &(oparg))
|
/xen-4.10.0-shim-comet/xen/include/public/io/ |
A D | netif.h | 293 uint64_t prefix = 0; in xen_netif_toeplitz_hash() local 298 prefix <<= 8; in xen_netif_toeplitz_hash() 299 prefix |= (keyi < keylen) ? key[keyi] : 0; in xen_netif_toeplitz_hash() 308 hash ^= prefix; in xen_netif_toeplitz_hash() 309 prefix <<= 1; in xen_netif_toeplitz_hash() 317 prefix |= (keyi < keylen) ? key[keyi] : 0; in xen_netif_toeplitz_hash()
|
/xen-4.10.0-shim-comet/m4/ |
A D | paths.m4 | 3 test "x$prefix" = "xNONE" && prefix=$ac_default_prefix 4 test "x$exec_prefix" = "xNONE" && exec_prefix=${prefix} 8 dnl if they come from a different --prefix=. 9 if test "$localstatedir" = '${prefix}/var' ; then 19 if test "x$sysconfdir" = 'x${prefix}/etc' ; then 22 sysconfdir=$prefix/etc 25 if test "$prefix" = "/usr" ; then 28 sysconfdir=$prefix/etc 122 SHAREDIR=$prefix/share
|
A D | systemd.m4 | 55 dnl to properly ${prefix} for child variables in 58 dnl from prefix in practice. We provide our own definition as we 65 …dnl SYSTEMD_DIR="`$PKG_CONFIG --define-variable=prefix=$PREFIX --variable=systemdsystemunitdir sys… 66 SYSTEMD_DIR="\$(prefix)/lib/systemd/system/" 75 SYSTEMD_MODULES_LOAD="\$(prefix)/lib/modules-load.d/"
|
/xen-4.10.0-shim-comet/tools/xcutils/ |
A D | readnotes.c | 63 static void print_string_note(const char *prefix, struct elf_binary *elf, in print_string_note() argument 66 printf("%s: %s\n", prefix, elf_strfmt(elf, elf_note_desc(elf, note))); in print_string_note() 69 static void print_numeric_note(const char *prefix, struct elf_binary *elf, in print_numeric_note() argument 76 prefix, 2+2*descsz, value, descsz); in print_numeric_note() 79 static void print_l1_mfn_valid_note(const char *prefix, struct elf_binary *elf, in print_l1_mfn_valid_note() argument 89 printf("%s: mask=%#"PRIx64" value=%#"PRIx64"\n", prefix, in print_l1_mfn_valid_note() 94 printf("%s: mask=%#"PRIx32" value=%#"PRIx32"\n", prefix, in print_l1_mfn_valid_note()
|
/xen-4.10.0-shim-comet/tools/libs/toollog/ |
A D | xentoollog.pc.in | 1 prefix=@@prefix@@
|
/xen-4.10.0-shim-comet/tools/libs/toolcore/ |
A D | xentoolcore.pc.in | 1 prefix=@@prefix@@
|
/xen-4.10.0-shim-comet/tools/blktap2/control/ |
A D | xenblktapctl.pc.in | 1 prefix=@@prefix@@
|
/xen-4.10.0-shim-comet/tools/libs/evtchn/ |
A D | xenevtchn.pc.in | 1 prefix=@@prefix@@
|
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/ |
A D | xenstat.pc.in | 1 prefix=@@prefix@@
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | xlutil.pc.in | 1 prefix=@@prefix@@
|
A D | xenlight.pc.in | 1 prefix=@@prefix@@
|
/xen-4.10.0-shim-comet/tools/libs/call/ |
A D | xencall.pc.in | 1 prefix=@@prefix@@
|
/xen-4.10.0-shim-comet/tools/libs/foreignmemory/ |
A D | xenforeignmemory.pc.in | 1 prefix=@@prefix@@
|
/xen-4.10.0-shim-comet/tools/libs/gnttab/ |
A D | xengnttab.pc.in | 1 prefix=@@prefix@@
|
/xen-4.10.0-shim-comet/tools/libs/devicemodel/ |
A D | xendevicemodel.pc.in | 1 prefix=@@prefix@@
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xenguest.pc.in | 1 prefix=@@prefix@@
|
A D | xencontrol.pc.in | 1 prefix=@@prefix@@
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstore.pc.in | 1 prefix=@@prefix@@
|
A D | xenstore_client.c | 296 xs_transaction_t xth, int prefix, int tidy, int upto, int recurse, int nr_watches) in perform() argument 323 if (prefix) in perform() 411 if (prefix) in perform() 420 do_ls(xsh, argv[optind], 0, prefix); in perform() 503 int prefix = 0; in main() local 568 prefix = 1; in main() 649 …ret = perform(mode, optind, argc - switch_argv, argv + switch_argv, xsh, xth, prefix, tidy, upto, … in main()
|
/xen-4.10.0-shim-comet/tools/libvchan/ |
A D | xenvchan.pc.in | 1 prefix=@@prefix@@
|
/xen-4.10.0-shim-comet/tools/firmware/etherboot/patches/ |
A D | boot_prompt_option.patch | 1 --- a/src/arch/x86/prefix/romprefix.S 2016-10-10 13:09:18.126031400 +0100 2 +++ b/src/arch/x86/prefix/romprefix.S 2016-10-10 13:11:22.930680278 +0100
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | logging.ml | 28 let prefix = "syslog:" in 29 let len_prefix = String.length prefix in 31 if String.startswith prefix s 35 (* The prefix of a log line depends on the log destination *) 36 let prefix log_destination ?level ?key date = match log_destination with function 190 let prefix = prefix !xenstored_log_destination ~level:level' ~key date in 191 Printf.ksprintf (fun s -> logger.write ~level (prefix ^ s)) fmt 295 let prefix = prefix !access_log_destination date in 296 let msg = Printf.sprintf "%s %s %s %s" prefix tid access_type data in
|
A D | stdext.ml | 68 (** True if string 'x' starts with prefix 'prefix' *) 69 let startswith prefix x = 70 let x_l = String.length x and prefix_l = String.length prefix in 71 prefix_l <= x_l && String.sub x 0 prefix_l = prefix
|