Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg_grammar.y237 $$->cmd_res1_type = $2;
250 $$->cmd_res1_type = RT1_NCP;
265 $$->cmd_res1_type = $4;
280 $$->cmd_res1_type = RT1_NCP;
326 $$->cmd_res1_type = $2;
339 $$->cmd_res1_type = RT1_NCP;
446 $$->cmd_res1_type = $2;
489 $$->cmd_res1_type = $4;
651 $$->cmd_res1_type = $2;
694 $$->cmd_res1_type = $3;
[all …]
H A Dnwamcfg.c1348 if (cmd->cmd_res1_type == RT1_ENM) { in create_func()
1383 if (cmd->cmd_res1_type == RT1_ENM) { in create_func()
1444 obj1_type = cmd->cmd_res1_type; in create_func()
1598 (cmd->cmd_res1_type == RT1_ENM || cmd->cmd_res1_type == RT1_LOC || in destroy_func()
1607 if (cmd->cmd_res1_type == -1) { in destroy_func()
1872 switch (cmd->cmd_res1_type) { in select_func()
1944 obj1_type = cmd->cmd_res1_type; in select_func()
3060 if (cmd->cmd_res1_type == -1) { in list_func()
3132 if (cmd->cmd_res1_type == -1) in list_func()
3146 if (cmd->cmd_res1_type == -1) in list_func()
[all …]
H A Dnwamcfg.h151 int cmd_res1_type; member