Searched refs:raw_name (Results 1 – 2 of 2) sorted by relevance
41 char *raw_name; /* the string name_raw */ member194 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()
82 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