Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.h68 #define RT1_LOC 1 macro
H A Dnwamcfg.c1350 } else if (cmd->cmd_res1_type == RT1_LOC) { in create_func()
1391 } else if (cmd->cmd_res1_type == RT1_LOC) { in create_func()
1447 else if (obj1_type == RT1_LOC) in create_func()
1598 (cmd->cmd_res1_type == RT1_ENM || cmd->cmd_res1_type == RT1_LOC || in destroy_func()
1660 } else if (cmd->cmd_res1_type == RT1_LOC) { in destroy_func()
1873 case RT1_LOC: in select_func()
3065 if (cmd->cmd_res1_type == RT1_LOC) { in list_func()
3107 cmd->cmd_res1_type == RT1_LOC || in list_func()
3531 cmd->cmd_res1_type == RT1_LOC || in export_func()
3549 case RT1_LOC: in export_func()
H A Dnwamcfg_grammar.y871 resource1_type: LOC { $$ = RT1_LOC; }