Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_grammar.y251 $$->cmd_res2_type = $2;
281 $$->cmd_res2_type = $4;
340 $$->cmd_res2_type = $2;
355 $$->cmd_res2_type = $2;
460 $$->cmd_res2_type = $2;
475 $$->cmd_res2_type = $2;
505 $$->cmd_res2_type = $4;
522 $$->cmd_res2_type = $4;
665 $$->cmd_res2_type = $2;
680 $$->cmd_res2_type = $2;
[all …]
H A Dnwamcfg.h152 int cmd_res2_type; member
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()
1456 obj2_type = cmd->cmd_res2_type; in create_func()
1635 if (cmd->cmd_res2_type == RT2_NCU) { in destroy_func()
1694 (cmd->cmd_res2_type == RT2_NCU ? in destroy_func()
1695 rt2_to_str(cmd->cmd_res2_type) : in destroy_func()
1898 if (cmd->cmd_res2_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 …]