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.py125 raw_name = node.name
126 program = raw_name.lower().removesuffix("_program").removesuffix("_prog")
132 print(template.render(name=raw_name, value=node.number))
136 raw_name = node.name
137 program = raw_name.lower().removesuffix("_program").removesuffix("_prog")
144 raw_name = node.name
145 program = raw_name.lower().removesuffix("_program").removesuffix("_prog")
160 raw_name = node.name
161 program = raw_name.lower().removesuffix("_program").removesuffix("_prog")
H A D__init__.py43 raw_name = get_header_name()
44 if raw_name != "none":
45 return raw_name.lower()
48 raw_name = definition.value.name
49 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;