Home
last modified time | relevance | path

Searched defs:wi_table (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.sbin/wiconfig/
H A Dwiconfig.c74 struct wi_table { struct
75 int wi_type;
76 int wi_code;
85 const char *wi_label; /* label used to print info */
86 int wi_opt; /* option character to set this */
87 const char *wi_desc;
88 char *wi_optval;
565 static struct wi_table wi_table[] = { variable