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

/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c3484 struct fcipstr **prevslp; local
3503 prevslp = &fcipstrup;
3506 for (; (slp = *prevslp) != NULL; prevslp = &slp->sl_nextp) {
3540 slp->sl_nextp = *prevslp;
3541 *prevslp = slp;
3576 struct fcipstr **prevslp; local
3607 for (prevslp = &fcipstrup; (slp = *prevslp) != NULL;
3608 prevslp
[all...]

Completed in 54 milliseconds