Searched refs:iport_event_head (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct_impl.h262 struct fct_i_event *iport_event_head; member in struct:fct_i_local_port
H A Ddiscovery.c118 if (iport->iport_event_head) {
266 if (iport->iport_event_head == NULL)
268 in = iport->iport_event_head;
375 iport->iport_event_head = in->event_next;
376 if (iport->iport_event_head == NULL)
H A Dfct.c1389 if (iport->iport_event_head == NULL) {
1390 iport->iport_event_head = iport->iport_event_tail = e;
3183 if (iport->iport_event_head != NULL) {

Completed in 73 milliseconds