Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.h78 #define RT2_NCU 1 macro
81 #define RT2_MAX RT2_NCU
H A Dnwamcfg.c1321 cmd->cmd_res2_type == RT2_NCU) { in create_func()
1326 cmd->cmd_res2_type != RT2_NCU) { in create_func()
1357 } else if (cmd->cmd_res2_type == RT2_NCU) { in create_func()
1416 } else if (cmd->cmd_res2_type == RT2_NCU) { in create_func()
1635 if (cmd->cmd_res2_type == RT2_NCU) { in destroy_func()
1694 (cmd->cmd_res2_type == RT2_NCU ? in destroy_func()
1898 if (cmd->cmd_res2_type == RT2_NCU) { in select_func()
1936 obj2_type = RT2_NCU; in select_func()
3112 if (cmd->cmd_res2_type == RT2_NCU) { in list_func()
3560 if (cmd->cmd_res2_type == RT2_NCU) { in export_func()
[all …]
H A Dnwamcfg_grammar.y876 resource2_type: NCU { $$ = RT2_NCU; }