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

/illumos-gate/usr/src/uts/common/io/comstar/port/fct/
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...]
H A Dfct_impl.h114 struct fct_i_remote_port *irp_next; member in struct:fct_i_remote_port
H A Ddiscovery.c1293 irp->irp_next = NULL;
1298 irp_cur_item->irp_next =
1336 irp_next_item = irp_cur_item->irp_next;
2726 irp = irp->irp_next) {
2746 irp = irp->irp_next) {
2826 irp; irp = irp->irp_next) {

Completed in 79 milliseconds