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.py133 raw_name = node.name
134 program = raw_name.lower().removesuffix("_program").removesuffix("_prog")
140 print(template.render(name=raw_name, value=node.number))
144 raw_name = node.name
145 program = raw_name.lower().removesuffix("_program").removesuffix("_prog")
152 raw_name = node.name
153 program = raw_name.lower().removesuffix("_program").removesuffix("_prog")
168 raw_name = node.name
169 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.c42 char *raw_name; /* the string name_raw */ member
195 sec->raw_name = kasprintf(GFP_KERNEL, "%s_raw", name); in vpd_section_init()
196 if (!sec->raw_name) { in vpd_section_init()
202 sec->bin_attr.attr.name = sec->raw_name; in vpd_section_init()
228 kfree(sec->raw_name); in vpd_section_init()
240 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;