Searched refs:strings (Results 1 – 10 of 10) sorted by relevance
| /tools/include/xen-tools/ |
| A D | xenstore-common.h | 37 const char *strings) in xenstore_strings_to_perms() argument 43 for ( p = strings, i = 0; i < num; i++ ) in xenstore_strings_to_perms() 116 static inline unsigned int xenstore_count_strings(const char *strings, in xenstore_count_strings() argument 122 for ( p = strings, num = 0; p < strings + len; p++ ) in xenstore_count_strings()
|
| /tools/libs/store/ |
| A D | xs.c | 778 for (p = strings, *num = 0; p < strings + len; p += strlen(p) + 1) in xs_directory_common() 816 free(strings); in xs_directory_part() 817 strings = NULL; in xs_directory_part() 825 strings = realloc(strings, off + result_len); in xs_directory_part() 843 char *strings; in xs_directory() local 847 if (!strings) { in xs_directory() 911 char *strings; in xs_get_permissions() local 916 if (!strings) in xs_get_permissions() 934 free(strings); in xs_get_permissions() 1084 char **ret, *strings; in read_watch_internal() local [all …]
|
| /tools/libs/guest/ |
| A D | xg_core.c | 75 char *strings; member 84 char *strings; in xc_core_strtab_init() local 89 strings = malloc(PAGE_SIZE); in xc_core_strtab_init() 90 if ( strings == NULL ) in xc_core_strtab_init() 96 strtab->strings = strings; in xc_core_strtab_init() 100 strtab->strings[0] = '\0'; in xc_core_strtab_init() 109 free(strtab->strings); in xc_core_strtab_free() 136 tmp = realloc(strtab->strings, strtab->max * 2); in xc_core_strtab_get() 143 strtab->strings = tmp; in xc_core_strtab_get() 148 strcpy(strtab->strings + strtab->length, name); in xc_core_strtab_get() [all …]
|
| /tools/include/ |
| A D | xenstore_lib.h | 52 const char *strings);
|
| /tools/ocaml/xenstored/ |
| A D | symbol.mli | 21 compared in constant time (as opposite to strings) and should help the ocaml GC. *)
|
| /tools/xenstored/ |
| A D | core.c | 1212 char *strings = NULL; in node_perms_to_strings() local 1220 strings = talloc_realloc(node, strings, char, in node_perms_to_strings() 1222 if (!strings) in node_perms_to_strings() 1224 strcpy(strings + *len, buffer); in node_perms_to_strings() 1227 return strings; in node_perms_to_strings() 1794 char *strings; in do_get_perms() local 1801 strings = node_perms_to_strings(node, &len); in do_get_perms() 1802 if (!strings) in do_get_perms() 1805 send_reply(conn, XS_GET_PERMS, strings, len); in do_get_perms()
|
| /tools/xl/ |
| A D | check-xl-vcpupin-parse | 19 Tests various vcpu-pinning strings. If run without arguments acts
|
| /tools/ |
| A D | config.h.in | 57 /* Define to 1 if you have the <strings.h> header file. */
|
| A D | configure | 2564 as_fn_append ac_header_c_list " strings.h strings_h HAVE_STRINGS_H"
|
| /tools/xentrace/ |
| A D | xenalyze.c | 6524 static const char *cmd_to_str(const char *strings[], size_t n, uint32_t cmd) in cmd_to_str() argument 6529 return strings[cmd]; in cmd_to_str()
|
Completed in 52 milliseconds