Searched refs:sl_nextp (Results 1 – 2 of 2) sorted by relevance
1212 for (tslp = fcipstrup; tslp; tslp = tslp->sl_nextp) { in fcip_handle_resume()1720 strp = strp->sl_nextp) { in fcip_port_detach()1901 for (tslp = fcipstrup; tslp; tslp = tslp->sl_nextp) { in fcip_handle_suspend()2395 for (slp = fcipstrup; slp != NULL; slp = slp->sl_nextp) { in fcip_statec_cb()3341 for (; nslp = (*acceptfunc)(slp->sl_nextp, fptr, type, dhostp); in fcip_sendup()3397 for (; slp; slp = slp->sl_nextp) { in fcip_accept()3506 for (; (slp = *prevslp) != NULL; prevslp = &slp->sl_nextp) { in fcip_open()3540 slp->sl_nextp = *prevslp; in fcip_open()3608 prevslp = &slp->sl_nextp) { in fcip_close()3617 *prevslp = slp->sl_nextp; in fcip_close()[all …]
70 struct fcipstr *sl_nextp; /* next in list */ member