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

/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c10152 fc_orphan_t *norp = NULL; local
10155 for (orp = port->fp_orphan_list; orp; orp = norp) {
10156 norp = orp->orp_next;
14044 fc_orphan_t *norp; local
14303 orp != NULL; orp = norp) {
14304 norp = orp->orp_next;
14617 fc_orphan_t *norp = NULL; local
14627 for (orp = port->fp_orphan_list; orp; orp = norp) {
14628 norp = orp->orp_next;

Completed in 108 milliseconds