Searched defs:suggested_action (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c100 disc_action_t suggested_action; local
114 suggested_action = DISC_ACTION_NO_WORK;
119 suggested_action |= fct_handle_local_port_event(iport);
127 suggested_action |= fct_check_solcmd_queue(iport);
134 suggested_action |= fct_walk_discovery_queue(iport);
143 suggested_action |= fct_process_link_init(iport);
150 suggested_action |= fct_cmd_terminator(iport);
157 suggested_action |= fct_check_cmdlist(iport);
164 suggested_action |= fct_handle_port_offline(iport);
167 if (suggested_action
1242 disc_action_t suggested_action = DISC_ACTION_NO_WORK; local
[all...]

Completed in 1136 milliseconds