Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct_impl.h263 struct fct_i_event *iport_event_tail; member
H A Dfct.c1404 iport->iport_event_head = iport->iport_event_tail = e; in fct_handle_event()
1406 iport->iport_event_tail->event_next = e; in fct_handle_event()
1407 iport->iport_event_tail = e; in fct_handle_event()
H A Ddiscovery.c377 iport->iport_event_tail = NULL; in fct_handle_local_port_event()