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

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
H A Dfct_impl.h114 struct fct_i_remote_port *irp_next; member in struct:fct_i_remote_port
H A Dfct.c630 irp = irp->irp_next;
731 irp = irp->irp_next;
1409 for (; irp != NULL; irp = irp->irp_next) {
1427 irp->irp_next = iport->iport_rp_tb[hash_key];
1438 fct_i_remote_port_t *irp_next = NULL; local
1443 irp_next = iport->iport_rp_tb[hash_key];
1445 while (irp_next != NULL) {
1446 if (irp == irp_next) {
1454 irp_last = irp_next;
1455 irp_next
1568 fct_i_remote_port_t *irp_next; local
[all...]

Completed in 178 milliseconds