Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h71 #define RT_DEVICE 7 macro
H A Dzonecfg.c667 case RT_DEVICE: in CPL_MATCH_FN()
1135 case RT_DEVICE: in usage()
1333 rt_to_str(RT_NET), rt_to_str(RT_DEVICE), in usage()
1385 (void) fprintf(fp, "\t%s\t\t%s\n", rt_to_str(RT_DEVICE), in usage()
2031 rt_to_str(RT_DEVICE)); in export_func()
2229 case RT_DEVICE: in add_resource()
2533 type == RT_NET || type == RT_DEVICE || type == RT_ATTR || in gz_invalid_resource()
3202 z_cmd_rt_perror(CMD_REMOVE, RT_DEVICE, err, B_TRUE); in remove_device()
3206 z_cmd_rt_perror(CMD_REMOVE, RT_DEVICE, err, B_TRUE); in remove_device()
3220 z_cmd_rt_perror(CMD_REMOVE, RT_DEVICE, err, B_TRUE); in remove_device()
[all …]
H A Dzonecfg_grammar.y955 | DEVICE { $$ = RT_DEVICE; }