Home
last modified time | relevance | path

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

/external/kmod/tools/
Dstatic-nodes.c38 struct static_nodes_format { struct
44 static const struct static_nodes_format static_nodes_format_human; argument
45 static const struct static_nodes_format static_nodes_format_tmpfiles;
46 static const struct static_nodes_format static_nodes_format_devname;
48 static const struct static_nodes_format *static_nodes_formats[] = {
80 static const struct static_nodes_format static_nodes_format_human = {
107 static const struct static_nodes_format static_nodes_format_tmpfiles = {
124 static const struct static_nodes_format static_nodes_format_devname = {
161 const struct static_nodes_format *format = &static_nodes_format_human; in do_static_nodes()