/kernel/linux/linux-6.6/scripts/gdb/linux/ |
H A D | interrupts.py | 57 name = chip['name'].string() 72 text += "-%-8s" % (desc['name'].string()) 79 text += " %s" % (action['name'].string()) 85 text += ", %s" % (action['name'].string()) 181 text += " %s" % (ipi_types[ipi].string())
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-writecache.c | 2085 const char *string; in writecache_ctr() local 2154 string = dm_shift_arg(&as); in writecache_ctr() 2155 if (!string) in writecache_ctr() 2158 if (!strcasecmp(string, "s")) { in writecache_ctr() 2160 } else if (!strcasecmp(string, "p")) { in writecache_ctr() 2197 string = dm_shift_arg(&as); in writecache_ctr() 2198 if (!string) in writecache_ctr() 2200 r = dm_get_device(ti, string, dm_table_get_mode(ti->table), &wc->dev); in writecache_ctr() 2209 string = dm_shift_arg(&as); in writecache_ctr() 2210 if (!string) in writecache_ctr() [all...] |
/kernel/linux/linux-5.10/tools/lib/ |
H A D | str_error_r.c | 3 #include <string.h> 5 #include <linux/string.h> 9 * a string, be it the buffer passed or something else.
|
/kernel/linux/linux-5.10/tools/build/feature/ |
H A D | test-cxx.cpp | 5 static void print_str(std::string s) in print_str() 12 std::string s("Hello World!"); in main()
|
/kernel/linux/linux-6.6/tools/lib/ |
H A D | str_error_r.c | 3 #include <string.h> 5 #include <linux/string.h> 9 * a string, be it the buffer passed or something else.
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | fs_context.c | 340 char *string = param->string, *p; in nfs_parse_security_flavors() local 343 dfprintk(MOUNT, "NFS: parsing %s=%s option\n", param->key, param->string); in nfs_parse_security_flavors() 345 while ((p = strsep(&string, ":")) != NULL) { in nfs_parse_security_flavors() 395 const char *string) in nfs_parse_version_string() 400 switch (lookup_constant(nfs_vers_tokens, string, -1)) { in nfs_parse_version_string() 455 fc->source = param->string; in nfs_fs_context_parse_param() 456 param->string = NULL; in nfs_fs_context_parse_param() 556 ctx->fscache_uniq = param->string; in nfs_fs_context_parse_param() 557 param->string in nfs_fs_context_parse_param() 394 nfs_parse_version_string(struct fs_context *fc, const char *string) nfs_parse_version_string() argument [all...] |
/kernel/linux/linux-5.10/include/crypto/ |
H A D | drbg.h | 58 * Concatenation Helper and string operation helper 73 static inline void drbg_string_fill(struct drbg_string *string, in drbg_string_fill() argument 76 string->buf = buf; in drbg_string_fill() 77 string->len = len; in drbg_string_fill() 78 INIT_LIST_HEAD(&string->list); in drbg_string_fill() 201 * @addtl_input additional information string input buffer 202 * @addtllen length of additional information string buffer 225 * @addtl_input additional information string input buffer 226 * @addtllen length of additional information string buffer 250 * @pers personalization string inpu [all...] |
/kernel/linux/linux-6.6/include/crypto/ |
H A D | drbg.h | 58 * Concatenation Helper and string operation helper 73 static inline void drbg_string_fill(struct drbg_string *string, in drbg_string_fill() argument 76 string->buf = buf; in drbg_string_fill() 77 string->len = len; in drbg_string_fill() 78 INIT_LIST_HEAD(&string->list); in drbg_string_fill() 202 * @addtl_input additional information string input buffer 203 * @addtllen length of additional information string buffer 226 * @addtl_input additional information string input buffer 227 * @addtllen length of additional information string buffer 251 * @pers personalization string inpu [all...] |
/kernel/linux/linux-6.6/tools/verification/dot2/ |
H A D | dot2k.py | 64 string = "" 67 string = string + line + "\n" 70 return string[:-1]
|
/kernel/linux/linux-6.6/samples/trace_events/ |
H A D | trace-events-sample.h | 132 * the string saved, and src is the string to copy into the 137 * To assign a string, use the helper macro __assign_str(). 142 * parameters as the __string() macro had to declare the string. 148 * will save just enough on the ring buffer for that string. 156 * To assign the string, use the helper macro __assign_vstr(). 161 * parameters as the __vstring() macro had to declare the string. 168 * in the ring buffer and add a '\0' to the string. This is 169 * useful if the string being saved has no terminating '\0' byte. 170 * It requires that the length of the string i [all...] |
/kernel/linux/linux-5.10/tools/perf/arch/arm/util/ |
H A D | pmu.c | 7 #include <string.h> 10 #include <linux/string.h>
|
/kernel/linux/linux-6.6/tools/perf/arch/arm/util/ |
H A D | pmu.c | 7 #include <string.h> 10 #include <linux/string.h>
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | sample-raw.c | 3 #include <string.h> 4 #include <linux/string.h>
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | dsobject.c | 69 op->common.value.string, in acpi_ds_build_internal_object() 83 string, status); in acpi_ds_build_internal_object() 182 * individual bytes or a string initializer. In either case, a in acpi_ds_build_internal_buffer_obj() 449 obj_desc->string.pointer = op->common.value.string; in acpi_ds_init_object_from_op() 450 obj_desc->string.length = (u32)strlen(op->common.value.string); in acpi_ds_init_object_from_op() 453 * The string is contained in the ACPI table, don't ever try in acpi_ds_init_object_from_op()
|
H A D | dsfield.c | 177 arg->common.value.string, ACPI_TYPE_ANY, in acpi_ds_create_buffer_field() 185 arg->common.value.string, status); in acpi_ds_create_buffer_field() 709 acpi_ns_lookup(walk_state->scope_info, arg->common.value.string, in acpi_ds_create_bank_field() 715 arg->common.value.string, status); in acpi_ds_create_bank_field() 780 acpi_ns_lookup(walk_state->scope_info, arg->common.value.string, in acpi_ds_create_index_field() 786 arg->common.value.string, status); in acpi_ds_create_index_field() 794 acpi_ns_lookup(walk_state->scope_info, arg->common.value.string, in acpi_ds_create_index_field() 800 arg->common.value.string, status); in acpi_ds_create_index_field()
|
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | sdio_cis.c | 30 char **buffer, *string; in cistpl_vers_1() local 59 string = (char*)(buffer + nr_strings); in cistpl_vers_1() 62 buffer[i] = string; in cistpl_vers_1() 63 strcpy(string, buf); in cistpl_vers_1() 64 string += strlen(string) + 1; in cistpl_vers_1()
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | sdio_cis.c | 30 char **buffer, *string; in cistpl_vers_1() local 59 string = (char*)(buffer + nr_strings); in cistpl_vers_1() 62 buffer[i] = string; in cistpl_vers_1() 63 strcpy(string, buf); in cistpl_vers_1() 64 string += strlen(string) + 1; in cistpl_vers_1()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_tm.h | 227 #define hclge_tm_set_field(dest, string, val) \ 229 (HCLGE_TM_SHAP_##string##_MSK), \ 230 (HCLGE_TM_SHAP_##string##_LSH), val) 231 #define hclge_tm_get_field(src, string) \ 232 hnae3_get_field((src), HCLGE_TM_SHAP_##string##_MSK, \ 233 HCLGE_TM_SHAP_##string##_LSH)
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | dsobject.c | 69 op->common.value.string, in acpi_ds_build_internal_object() 83 string, status); in acpi_ds_build_internal_object() 182 * individual bytes or a string initializer. In either case, a in acpi_ds_build_internal_buffer_obj() 449 obj_desc->string.pointer = op->common.value.string; in acpi_ds_init_object_from_op() 450 obj_desc->string.length = (u32)strlen(op->common.value.string); in acpi_ds_init_object_from_op() 453 * The string is contained in the ACPI table, don't ever try in acpi_ds_init_object_from_op()
|
/kernel/linux/linux-6.6/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | enum-attributes.c | 148 ret = hp_convert_hexstr_to_str(enum_obj[elem].string.pointer, in hp_populate_enumeration_elements_from_package() 149 enum_obj[elem].string.length, in hp_populate_enumeration_elements_from_package() 218 ret = hp_convert_hexstr_to_str(enum_obj[elem + reqs].string.pointer, in hp_populate_enumeration_elements_from_package() 219 enum_obj[elem + reqs].string.length, in hp_populate_enumeration_elements_from_package() 269 ret = hp_convert_hexstr_to_str(enum_obj[elem + pos_values].string.pointer, in hp_populate_enumeration_elements_from_package() 270 enum_obj[elem + pos_values].string.length, in hp_populate_enumeration_elements_from_package()
|
/kernel/linux/linux-5.10/drivers/tty/hvc/ |
H A D | hvc_xen.c | 670 static int __init xenboot_console_setup(struct console *console, char *string) in xenboot_console_setup() argument 682 static void xenboot_write_console(struct console *console, const char *string, in xenboot_write_console() argument 689 xen_hvm_early_write(0, string, len); in xenboot_write_console() 693 dom0_write_console(0, string, len); in xenboot_write_console() 699 while (off < len && NULL != (pos = strchr(string+off, '\n'))) { in xenboot_write_console() 700 linelen = pos-string+off; in xenboot_write_console() 703 domU_write_console(0, string+off, linelen); in xenboot_write_console() 708 domU_write_console(0, string+off, len-off); in xenboot_write_console() 746 const char *string, in xenboot_earlycon_write() 749 dom0_write_console(0, string, le in xenboot_earlycon_write() 745 xenboot_earlycon_write(struct console *console, const char *string, unsigned len) xenboot_earlycon_write() argument [all...] |
/kernel/linux/linux-6.6/drivers/tty/hvc/ |
H A D | hvc_xen.c | 686 static int __init xenboot_console_setup(struct console *console, char *string) in xenboot_console_setup() argument 696 static void xenboot_write_console(struct console *console, const char *string, in xenboot_write_console() argument 702 if (dom0_write_console(0, string, len) >= 0) in xenboot_write_console() 706 xen_hvm_early_write(0, string, len); in xenboot_write_console() 712 while (off < len && NULL != (pos = strchr(string+off, '\n'))) { in xenboot_write_console() 713 linelen = pos-string+off; in xenboot_write_console() 716 domU_write_console(0, string+off, linelen); in xenboot_write_console() 721 domU_write_console(0, string+off, len-off); in xenboot_write_console() 759 const char *string, in xenboot_earlycon_write() 762 dom0_write_console(0, string, le in xenboot_earlycon_write() 758 xenboot_earlycon_write(struct console *console, const char *string, unsigned len) xenboot_earlycon_write() argument [all...] |
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | debug.c | 21 #include <linux/string.h> 56 char *string; member 1038 * counts arguments in format string for sprintf view 1040 static inline int debug_count_numargs(char *string) in debug_count_numargs() argument 1044 while (*string) { in debug_count_numargs() 1045 if (*string++ == '%') in debug_count_numargs() 1054 debug_entry_t *__debug_sprintf_event(debug_info_t *id, int level, char *string, ...) in __debug_sprintf_event() argument 1064 numargs = debug_count_numargs(string); in __debug_sprintf_event() 1074 va_start(ap, string); in __debug_sprintf_event() 1075 curr_event->string in __debug_sprintf_event() 1089 __debug_sprintf_exception(debug_info_t *id, int level, char *string, ...) __debug_sprintf_exception() argument [all...] |
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | debug.c | 21 #include <linux/string.h> 56 char *string; member 1084 * counts arguments in format string for sprintf view 1086 static inline int debug_count_numargs(char *string) in debug_count_numargs() argument 1090 while (*string) { in debug_count_numargs() 1091 if (*string++ == '%') in debug_count_numargs() 1100 debug_entry_t *__debug_sprintf_event(debug_info_t *id, int level, char *string, ...) in __debug_sprintf_event() argument 1110 numargs = debug_count_numargs(string); in __debug_sprintf_event() 1120 va_start(ap, string); in __debug_sprintf_event() 1121 curr_event->string in __debug_sprintf_event() 1135 __debug_sprintf_exception(debug_info_t *id, int level, char *string, ...) __debug_sprintf_exception() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | visor.c | 317 char *string; in palm_os_3_probe() local 358 string = "Generic"; in palm_os_3_probe() 361 string = "Debugger"; in palm_os_3_probe() 364 string = "HotSync"; in palm_os_3_probe() 367 string = "Console"; in palm_os_3_probe() 370 string = "Remote File System"; in palm_os_3_probe() 373 string = "unknown"; in palm_os_3_probe() 378 connection_info->connections[i].port, string); in palm_os_3_probe()
|