Searched refs:ilport_prev (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf_impl.h132 struct stmf_i_local_port *ilport_prev; member in struct:stmf_i_local_port
H A Dstmf.c3234 ilport->ilport_prev = NULL;
3236 ilport->ilport_next->ilport_prev = ilport;
3340 ilport->ilport_next->ilport_prev = ilport->ilport_prev;
3341 if (ilport->ilport_prev)
3342 ilport->ilport_prev->ilport_next = ilport->ilport_next;

Completed in 132 milliseconds