Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 25 of 94) sorted by relevance

1234

/xen-4.10.0-shim-comet/tools/memshr/
A Dbidir-namedefs.h21 #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 Dxl_parse.h38 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 Dnetif.h293 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 Dpaths.m43 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 Dsystemd.m455 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 Dreadnotes.c63 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 Dxentoollog.pc.in1 prefix=@@prefix@@
/xen-4.10.0-shim-comet/tools/libs/toolcore/
A Dxentoolcore.pc.in1 prefix=@@prefix@@
/xen-4.10.0-shim-comet/tools/blktap2/control/
A Dxenblktapctl.pc.in1 prefix=@@prefix@@
/xen-4.10.0-shim-comet/tools/libs/evtchn/
A Dxenevtchn.pc.in1 prefix=@@prefix@@
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/
A Dxenstat.pc.in1 prefix=@@prefix@@
/xen-4.10.0-shim-comet/tools/libxl/
A Dxlutil.pc.in1 prefix=@@prefix@@
A Dxenlight.pc.in1 prefix=@@prefix@@
/xen-4.10.0-shim-comet/tools/libs/call/
A Dxencall.pc.in1 prefix=@@prefix@@
/xen-4.10.0-shim-comet/tools/libs/foreignmemory/
A Dxenforeignmemory.pc.in1 prefix=@@prefix@@
/xen-4.10.0-shim-comet/tools/libs/gnttab/
A Dxengnttab.pc.in1 prefix=@@prefix@@
/xen-4.10.0-shim-comet/tools/libs/devicemodel/
A Dxendevicemodel.pc.in1 prefix=@@prefix@@
/xen-4.10.0-shim-comet/tools/libxc/
A Dxenguest.pc.in1 prefix=@@prefix@@
A Dxencontrol.pc.in1 prefix=@@prefix@@
/xen-4.10.0-shim-comet/tools/xenstore/
A Dxenstore.pc.in1 prefix=@@prefix@@
A Dxenstore_client.c296 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 Dxenvchan.pc.in1 prefix=@@prefix@@
/xen-4.10.0-shim-comet/tools/firmware/etherboot/patches/
A Dboot_prompt_option.patch1 --- 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 Dlogging.ml28 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 Dstdext.ml68 (** 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

Completed in 21 milliseconds

1234