Home
last modified time | relevance | path

Searched refs:tslp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcred.c926 ts_label_t *tslp; in cred2uclabel() local
928 if ((tslp = crgetlabel(cr)) != NULL) in cred2uclabel()
929 bcopy(&tslp->tsl_label, labelp, sizeof (bslabel_t)); in cred2uclabel()
946 ts_label_t *tslp = is_system_labeled() ? crgetlabel(cr) : NULL; in cred2ucred() local
968 uc->uc_labeloff = tslp == NULL ? 0 : sizeof (struct ucred_s); in cred2ucred()
973 uc->uc_labeloff = tslp == NULL ? 0 : UCRED_LABEL_OFF; in cred2ucred()
981 if (tslp != NULL) in cred2ucred()
982 bcopy(&tslp->tsl_label, UCLABEL(uc), sizeof (bslabel_t)); in cred2ucred()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c1165 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()
[all …]