Home
last modified time | relevance | path

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

/xen/tools/xenstore/
A Dxs_lib.c115 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 Dxs.c606 for (p = strings, *num = 0; p < strings + len; p += strlen(p) + 1) in xs_directory_common()
640 free(strings); in xs_directory_part()
641 strings = NULL; in xs_directory_part()
649 strings = realloc(strings, off + result_len); in xs_directory_part()
667 char *strings; in xs_directory() local
671 if (!strings) { in xs_directory()
733 char *strings; in xs_get_permissions() local
738 if (!strings) in xs_get_permissions()
756 free(strings); in xs_get_permissions()
896 char **ret, *strings; in read_watch_internal() local
[all …]
A Dxenstored_core.c778 char *strings = NULL; in perms_to_strings() local
785 strings = talloc_realloc(ctx, strings, char, in perms_to_strings()
787 if (!strings) in perms_to_strings()
789 strcpy(strings + *len, buffer); in perms_to_strings()
792 return strings; in perms_to_strings()
1238 char *strings; in do_get_perms() local
1245 strings = perms_to_strings(node, &node->perms, &len); in do_get_perms()
1246 if (!strings) in do_get_perms()
1249 send_reply(conn, XS_GET_PERMS, strings, len); in do_get_perms()
/xen/tools/xenstore/include/
A Dxenstore_lib.h71 const char *strings);
78 unsigned int xs_count_strings(const char *strings, unsigned int len);
/xen/stubdom/
A Dvtpm-cmake-Wextra.patch13 -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 Dconfigure3205 inside strings and character constants. */
/xen/tools/libxc/
A Dxc_core.c74 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/docs/misc/
A Dxenstore-paths.pandoc43 VALUES are strings and can take the following forms:
221 #### ~/bios-strings/bios-vendor = STRING [HVM,INTERNAL]
222 #### ~/bios-strings/bios-version = STRING [HVM,INTERNAL]
223 #### ~/bios-strings/system-manufacturer = STRING [HVM,INTERNAL]
224 #### ~/bios-strings/system-product-name = STRING [HVM,INTERNAL]
225 #### ~/bios-strings/system-version = STRING [HVM,INTERNAL]
226 #### ~/bios-strings/system-serial-number = STRING [HVM,INTERNAL]
229 #### ~/bios-strings/enclosure-asset-tag = STRING [HVM,INTERNAL]
231 #### ~/bios-strings/battery-device-name = STRING [HVM,INTERNAL]
237 #### ~/bios-strings/oem-* = STRING [HVM,INTERNAL]
[all …]
A Dxenstore.txt14 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 Dhypfs-paths.pandoc36 VALUES are strings and can take the following forms (note that this represents
42 * "a literal string" -- literal strings are contained within quotes.
A Dlivepatch.pandoc802 XEN_GUEST_HANDLE_64(char) metadata; /* OUT: Array of metadata strings. Each
1015 The patching might require strings to be updated as well. As such we must be
1016 also able to patch the strings as needed. This sounds simple - but the compiler
1017 has a habit of coalescing strings that are the same - which means if we in-place
1018 alter the strings - other users will be inadvertently affected as well.
1045 However, functions which are being patched can bring in changes to strings
A Dkconfig.rst251 You can search either in the menu entry "prompt" strings
/xen/xen/arch/x86/cpu/mtrr/
A Dgeneric.c128 static const char __initconst strings[MTRR_NUM_TYPES][16] = in mtrr_attrib_to_str() local
137 return (x < ARRAY_SIZE(strings) && strings[x][0]) ? strings[x] : "?"; in mtrr_attrib_to_str()
/xen/m4/
A Dax_compare_version.m413 # 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/tools/ocaml/xenstored/
A Dsymbol.mli21 compared in constant time (as opposite to strings) and should help the ocaml GC. *)
/xen/tools/libxl/
A Dcheck-xl-vcpupin-parse19 Tests various vcpu-pinning strings. If run without arguments acts
/xen/tools/
A Dconfig.h.in54 /* Define to 1 if you have the <strings.h> header file. */
A Dconfigure3308 inside strings and character constants. */
5207 inside strings and character constants. */
7676 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
/xen/xen/arch/x86/
A Dtraps.c676 static const char * const strings[] = { in trapstr() local
685 return trapnr < ARRAY_SIZE(strings) ? strings[trapnr] : "???"; in trapstr()
/xen/docs/misc/arm/device-tree/
A Dbooting.txt51 Xen 4.4 supported a different set of legacy compatible strings
/xen/tools/python/
A Dpylintrc82 # * doc strings
/xen/
A DCODING_STYLE56 User visible strings (e.g., printk() messages) should not be split so
/xen/docs/man/
A Dxl-disk-configuration.5.pod19 For example, these strings are equivalent:
A Dxl.cfg.5.pod.in2037 Xend format consists of an array of one or more strings of the form
/xen/tools/xentrace/
A Dxenalyze.c6479 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()

Completed in 59 milliseconds