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.y234 $$->cmd_res1_type = $2;
247 $$->cmd_res1_type = RT1_NCP;
262 $$->cmd_res1_type = $4;
277 $$->cmd_res1_type = RT1_NCP;
300 $$->cmd_res1_type = -1; /* special value */
323 $$->cmd_res1_type = $2;
336 $$->cmd_res1_type = RT1_NCP;
351 $$->cmd_res1_type = RT1_NCP;
443 $$->cmd_res1_type = $2;
456 $$->cmd_res1_type
[all...]
H A Dnwamcfg.c1334 if (cmd->cmd_res1_type == RT1_ENM) {
1336 } else if (cmd->cmd_res1_type == RT1_LOC) {
1338 } else if (cmd->cmd_res1_type == RT1_WLAN) {
1340 } else if (cmd->cmd_res1_type == RT1_NCP &&
1369 if (cmd->cmd_res1_type == RT1_ENM) {
1377 } else if (cmd->cmd_res1_type == RT1_LOC) {
1385 } else if (cmd->cmd_res1_type == RT1_WLAN) {
1393 } else if (cmd->cmd_res1_type == RT1_NCP &&
1430 obj1_type = cmd->cmd_res1_type;
1584 (cmd->cmd_res1_type
[all...]
H A Dnwamcfg.h148 int cmd_res1_type; member in struct:cmd

Completed in 63 milliseconds