Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.h67 #define RT1_LOC 1 macro
H A Dnwamcfg.c1336 } else if (cmd->cmd_res1_type == RT1_LOC) { in create_func()
1377 } else if (cmd->cmd_res1_type == RT1_LOC) { in create_func()
1433 else if (obj1_type == RT1_LOC) in create_func()
1584 (cmd->cmd_res1_type == RT1_ENM || cmd->cmd_res1_type == RT1_LOC || in destroy_func()
1646 } else if (cmd->cmd_res1_type == RT1_LOC) { in destroy_func()
1855 case RT1_LOC: in select_func()
3027 if (cmd->cmd_res1_type == RT1_LOC) { in list_func()
3069 cmd->cmd_res1_type == RT1_LOC || in list_func()
3493 cmd->cmd_res1_type == RT1_LOC || in export_func()
3511 case RT1_LOC: in export_func()
H A Dnwamcfg_grammar.y848 resource1_type: LOC { $$ = RT1_LOC; }