Home
last modified time | relevance | path

Searched refs:raw_name (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/firmware/google/
A Dvpd.c41 char *raw_name; /* the string name_raw */ member
194 sec->raw_name = kasprintf(GFP_KERNEL, "%s_raw", name); in vpd_section_init()
195 if (!sec->raw_name) { in vpd_section_init()
201 sec->bin_attr.attr.name = sec->raw_name; in vpd_section_init()
227 kfree(sec->raw_name); in vpd_section_init()
239 kfree(sec->raw_name); in vpd_section_destroy()
/linux-6.3-rc2/scripts/
A Dextract-module-sig.pl82 my $raw_name = substr($buf, $p, $name_len);
105 print STDERR "Found $name_len bytes of signer's name [$raw_name]\n";
127 print $raw_name;

Completed in 4 milliseconds