Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h232 extern char *res_types[];
H A Dzonecfg_grammar.y1076 if (($$ = simple_prop_val_func(res_types[$1])) == NULL)
1111 if (($$ = complex_piece_func($1, res_types[$3], NULL)) == NULL)
1128 if (($$ = complex_piece_func($1, res_types[$3], complex)) ==
H A Dzonecfg.c162 char *res_types[] = { variable
786 return (res_types[res_type]); in rt_to_str()