Lines Matching refs:tslp
1165 struct fcipstr *tslp; in fcip_handle_resume() local
1193 for (tslp = fcipstrup; tslp; tslp = tslp->sl_nextp) { in fcip_handle_resume()
1194 if (tslp->sl_fcip == fptr) { in fcip_handle_resume()
1203 if (tslp == NULL) { in fcip_handle_resume()
1797 struct fcipstr *tslp; in fcip_handle_suspend() local
1844 for (tslp = fcipstrup; tslp; tslp = tslp->sl_nextp) { in fcip_handle_suspend()
1845 if (tslp->sl_fcip == fptr) { in fcip_handle_suspend()
1854 if (tslp == NULL) { in fcip_handle_suspend()
3539 struct fcipstr *tslp; in fcip_dodetach() local
3573 for (tslp = fcipstrup; tslp != NULL; tslp = tslp->sl_nextp) { in fcip_dodetach()
3574 if (tslp->sl_fcip == fptr) { in fcip_dodetach()
3578 if (tslp == NULL) { in fcip_dodetach()