Home
last modified time | relevance | path

Searched refs:varname (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/firmware/efi/
H A Defi-pstore.c55 efi_char16_t *varname) in efi_pstore_read_func()
64 ucs2_as_utf8(name, varname, DUMP_NAME_LEN); in efi_pstore_read_func()
108 status = efivar_get_variable(varname, &LINUX_EFI_CRASH_GUID, NULL, in efi_pstore_read_func()
120 wlen = (ucs2_strnlen(varname, DUMP_NAME_LEN) + 1) * sizeof(efi_char16_t); in efi_pstore_read_func()
121 record->priv = kmemdup(varname, wlen, GFP_KERNEL); in efi_pstore_read_func()
132 efi_char16_t *varname = record->psi->data; in efi_pstore_read() local
142 * varname will be the empty string, and the GetNextVariable() in efi_pstore_read()
148 * store varname in record->psi->data. Given that we only in efi_pstore_read()
152 status = efivar_get_next_variable(&varname_size, varname, &guid); in efi_pstore_read()
163 return efi_pstore_read_func(record, varname); in efi_pstore_read()
54 efi_pstore_read_func(struct pstore_record *record, efi_char16_t *varname) efi_pstore_read_func() argument
[all...]
/kernel/linux/linux-5.10/include/linux/wimax/
H A Ddebug.h190 #define __D_PASTE__(varname, modulename) varname##_##modulename
191 #define __D_PASTE(varname, modulename) (__D_PASTE__(varname, modulename))
/kernel/linux/linux-6.6/Documentation/driver-api/media/drivers/ccs/
H A Dmk-ccs-regs218 my $varname = "ccs_reg_arg_" . (lc $name) . $postfix;
224 $argdescs .= "static const struct ccs_reg_arg " . $varname . "[] = {\n";
241 "), $size, sizeof($varname) / sizeof(*$varname)," .
242 " \"" . (lc $name) . "\", $varname },\n";
/kernel/linux/linux-5.10/tools/perf/util/
H A Dprobe-finder.c241 /* Static variables on memory (not stack), make @varname */ in convert_variable_location()
423 static int convert_variable_fields(Dwarf_Die *vr_die, const char *varname, in convert_variable_fields() argument
433 pr_debug("converting %s in %s\n", field->name, varname); in convert_variable_fields()
435 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields()
448 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields()
474 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields()
481 varname); in convert_variable_fields()
496 varname); in convert_variable_fields()
501 " nor array.\n", varname); in convert_variable_fields()
518 pr_warning("%s(type:%s) has no member %s.\n", varname, in convert_variable_fields()
551 print_var_not_found(const char *varname) print_var_not_found() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dprobe-finder.c246 /* Static variables on memory (not stack), make @varname */ in convert_variable_location()
428 static int convert_variable_fields(Dwarf_Die *vr_die, const char *varname, in convert_variable_fields() argument
438 pr_debug("converting %s in %s\n", field->name, varname); in convert_variable_fields()
440 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields()
453 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields()
479 pr_warning("Failed to get the type of %s.\n", varname); in convert_variable_fields()
486 varname); in convert_variable_fields()
501 varname); in convert_variable_fields()
506 " nor array.\n", varname); in convert_variable_fields()
523 pr_warning("%s(type:%s) has no member %s.\n", varname, in convert_variable_fields()
556 print_var_not_found(const char *varname) print_var_not_found() argument
[all...]
/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_probe.c492 static int split_next_field(char *varname, char **next_field, in split_next_field() argument
498 field = strpbrk(varname, ".-"); in split_next_field()
508 trace_probe_log_err(ctx->offset + field - varname, BAD_HYPHEN); in split_next_field()
597 static int parse_btf_arg(char *varname, in parse_btf_arg() argument
611 is_ptr = split_next_field(varname, &field, ctx); in parse_btf_arg()
616 trace_probe_log_err(ctx->offset + field - varname, in parse_btf_arg()
622 if (strcmp(varname, "$retval") != 0) { in parse_btf_arg()
637 trace_probe_log_err(ctx->offset + field - varname, in parse_btf_arg()
656 if (name && !strcmp(name, varname)) { in parse_btf_arg()
680 ctx->offset += field - varname; in parse_btf_arg()
731 parse_btf_arg(char *varname, struct fetch_insn **pcode, struct fetch_insn *end, struct traceprobe_parse_context *ctx) parse_btf_arg() argument
[all...]

Completed in 6 milliseconds