Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.h77 #define RT2_NCU 1 macro
80 #define RT2_MAX RT2_NCU
H A Dnwamcfg.c1307 cmd->cmd_res2_type == RT2_NCU) { in create_func()
1312 cmd->cmd_res2_type != RT2_NCU) { in create_func()
1343 } else if (cmd->cmd_res2_type == RT2_NCU) { in create_func()
1402 } else if (cmd->cmd_res2_type == RT2_NCU) { in create_func()
1621 if (cmd->cmd_res2_type == RT2_NCU) { in destroy_func()
1679 (cmd->cmd_res2_type == RT2_NCU ? in destroy_func()
1846 if (current_scope == NWAM_SCOPE_NCP && cmd->cmd_res2_type != RT2_NCU) { in select_func()
1880 if (cmd->cmd_res2_type == RT2_NCU) { in select_func()
1918 obj2_type = RT2_NCU; in select_func()
3074 if (cmd->cmd_res2_type == RT2_NCU) { in list_func()
[all …]
H A Dnwamcfg_grammar.y853 resource2_type: NCU { $$ = RT2_NCU; }