/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xs_lib.c | 115 const char *strings) in xs_strings_to_perms() argument 121 for (p = strings, i = 0; i < num; i++) { in xs_strings_to_perms() 177 unsigned int xs_count_strings(const char *strings, unsigned int len) in xs_count_strings() argument 182 for (p = strings, num = 0; p < strings + len; p++) in xs_count_strings()
|
A D | xs.c | 600 for (p = strings, *num = 0; p < strings + len; p += strlen(p) + 1) in xs_directory_common() 634 free(strings); in xs_directory_part() 635 strings = NULL; in xs_directory_part() 643 strings = realloc(strings, off + result_len); in xs_directory_part() 661 char *strings; in xs_directory() local 665 if (!strings) { in xs_directory() 726 char *strings; in xs_get_permissions() local 731 if (!strings) in xs_get_permissions() 749 free(strings); in xs_get_permissions() 870 char **ret, *strings; in read_watch_internal() local [all …]
|
A D | xenstored_core.c | 763 char *strings = NULL; in perms_to_strings() local 770 strings = talloc_realloc(ctx, strings, char, in perms_to_strings() 772 if (!strings) in perms_to_strings() 774 strcpy(strings + *len, buffer); in perms_to_strings() 777 return strings; in perms_to_strings() 1205 char *strings; in do_get_perms() local 1212 strings = perms_to_strings(node, node->perms, node->num_perms, &len); in do_get_perms() 1213 if (!strings) in do_get_perms() 1216 send_reply(conn, XS_GET_PERMS, strings, len); in do_get_perms()
|
/xen-4.10.0-shim-comet/tools/xenstore/include/ |
A D | xenstore_lib.h | 70 const char *strings); 77 unsigned int xs_count_strings(const char *strings, unsigned int len);
|
/xen-4.10.0-shim-comet/stubdom/ |
A D | vtpm-cmake-Wextra.patch | 13 -add_definitions(-Wall -Werror -Wno-unused-parameter -Wpointer-arith -Wcast-align -Wwrite-strings) 18 +add_definitions(-Wno-unused-parameter -Wpointer-arith -Wcast-align -Wwrite-strings)
|
A D | configure | 3161 inside strings and character constants. */
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_core.c | 74 char *strings; member 83 char *strings; in xc_core_strtab_init() local 88 strings = malloc(PAGE_SIZE); in xc_core_strtab_init() 89 if ( strings == NULL ) in xc_core_strtab_init() 95 strtab->strings = strings; in xc_core_strtab_init() 99 strtab->strings[0] = '\0'; in xc_core_strtab_init() 108 free(strtab->strings); in xc_core_strtab_free() 135 tmp = realloc(strtab->strings, strtab->max * 2); in xc_core_strtab_get() 142 strtab->strings = tmp; in xc_core_strtab_get() 147 strcpy(strtab->strings + strtab->length, name); in xc_core_strtab_get() [all …]
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xenstore-paths.markdown | 43 VALUES are strings and can take the following forms: 214 #### ~/bios-strings/bios-vendor = STRING [HVM,INTERNAL] 215 #### ~/bios-strings/bios-version = STRING [HVM,INTERNAL] 216 #### ~/bios-strings/system-manufacturer = STRING [HVM,INTERNAL] 217 #### ~/bios-strings/system-product-name = STRING [HVM,INTERNAL] 218 #### ~/bios-strings/system-version = STRING [HVM,INTERNAL] 219 #### ~/bios-strings/system-serial-number = STRING [HVM,INTERNAL] 222 #### ~/bios-strings/enclosure-asset-tag = STRING [HVM,INTERNAL] 224 #### ~/bios-strings/battery-device-name = STRING [HVM,INTERNAL] 230 #### ~/bios-strings/oem-* = STRING [HVM,INTERNAL] [all …]
|
A D | xenstore.txt | 14 values should normally be 7-bit ASCII text strings containing bytes 85 <foo>|* Zero or more strings each followed by a trailing nul 86 <foo>|+ One or more strings each followed by a trailing nul 91 empty strings by all current clients. Clients should not send 92 nonempty strings for reserved values; those parts of the protocol may
|
A D | livepatch.markdown | 873 The patching might require strings to be updated as well. As such we must be 874 also able to patch the strings as needed. This sounds simple - but the compiler 875 has a habit of coalescing strings that are the same - which means if we in-place 876 alter the strings - other users will be inadvertently affected as well. 903 However, functions which are being patched can bring in changes to strings
|
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mtrr/ |
A D | generic.c | 93 static const char __initconst strings[MTRR_NUM_TYPES][16] = in mtrr_attrib_to_str() local 102 return (x < ARRAY_SIZE(strings) && strings[x][0]) ? strings[x] : "?"; in mtrr_attrib_to_str()
|
/xen-4.10.0-shim-comet/m4/ |
A D | ax_compare_version.m4 | 13 # This macro compares two version strings. Due to the various number of 93 # Convert the two version strings to be compared into a format that 112 dnl # In the case of le, ge, lt, and gt, the strings are sorted as necessary
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | symbol.mli | 21 compared in constant time (as opposite to strings) and should help the ocaml GC. *)
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | zconf.l | 187 printf("%s:%d:warning: multi-line strings not supported\n", zconf_curname(), zconf_lineno());
|
A D | zconf.lex.c_shipped | 1296 printf("%s:%d:warning: multi-line strings not supported\n", zconf_curname(), zconf_lineno());
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | check-xl-vcpupin-parse | 19 Tests various vcpu-pinning strings. If run without arguments acts
|
/xen-4.10.0-shim-comet/tools/ |
A D | config.h.in | 60 /* Define to 1 if you have the <strings.h> header file. */
|
A D | configure | 3286 inside strings and character constants. */ 5101 inside strings and character constants. */ 7327 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
|
/xen-4.10.0-shim-comet/ |
A D | CODING_STYLE | 56 User visible strings (e.g., printk() messages) should not be split so
|
/xen-4.10.0-shim-comet/docs/misc/arm/device-tree/ |
A D | booting.txt | 51 Xen 4.4 supported a different set of legacy compatible strings
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | traps.c | 615 static const char * const strings[] = { in trapstr() local 624 return trapnr < ARRAY_SIZE(strings) ? strings[trapnr] : "???"; in trapstr()
|
/xen-4.10.0-shim-comet/tools/python/ |
A D | pylintrc | 82 # * doc strings
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl-disk-configuration.pod.5 | 19 For example, these strings are equivalent:
|
/xen-4.10.0-shim-comet/tools/xentrace/ |
A D | xenalyze.c | 6479 static const char *cmd_to_str(const char *strings[], size_t n, uint32_t cmd) in cmd_to_str() argument 6484 return strings[cmd]; in cmd_to_str()
|