Home
last modified time | relevance | path

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

/linux/tools/net/sunrpc/xdrgen/generators/
H A Dprogram.py124 raw_name = node.name
125 program = raw_name.lower().removesuffix("_program").removesuffix("_prog")
132 raw_name = node.name
133 program = raw_name.lower().removesuffix("_program").removesuffix("_prog")
140 raw_name = node.name
141 program = raw_name.lower().removesuffix("_program").removesuffix("_prog")
156 raw_name = node.name
157 program = raw_name.lower().removesuffix("_program").removesuffix("_prog")
H A D__init__.py39 raw_name = get_header_name()
40 if raw_name != "none":
41 return raw_name.lower()
44 raw_name = definition.value.name
45 return raw_name.lower().removesuffix("_program").removesuffix("_prog")
/linux/drivers/firmware/google/
H 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/scripts/
H 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;