Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dcred.c923 ts_label_t *tslp; in cred2uclabel() local
925 if ((tslp = crgetlabel(cr)) != NULL) in cred2uclabel()
926 bcopy(&tslp->tsl_label, labelp, sizeof (bslabel_t)); in cred2uclabel()
943 ts_label_t *tslp = is_system_labeled() ? crgetlabel(cr) : NULL; in cred2ucred() local
965 uc->uc_labeloff = tslp == NULL ? 0 : sizeof (struct ucred_s); in cred2ucred()
970 uc->uc_labeloff = tslp == NULL ? 0 : UCRED_LABEL_OFF; in cred2ucred()
978 if (tslp != NULL) in cred2ucred()
979 bcopy(&tslp->tsl_label, UCLABEL(uc), sizeof (bslabel_t)); in cred2ucred()
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c1184 struct fcipstr *tslp; in fcip_handle_resume() local
1212 for (tslp = fcipstrup; tslp; tslp = tslp->sl_nextp) { in fcip_handle_resume()
1213 if (tslp->sl_fcip == fptr) { in fcip_handle_resume()
1222 if (tslp == NULL) { in fcip_handle_resume()
1854 struct fcipstr *tslp; in fcip_handle_suspend() local
1901 for (tslp = fcipstrup; tslp; tslp = tslp->sl_nextp) { in fcip_handle_suspend()
1902 if (tslp->sl_fcip == fptr) { in fcip_handle_suspend()
1911 if (tslp == NULL) { in fcip_handle_suspend()
3633 struct fcipstr *tslp; in fcip_dodetach() local
3669 for (tslp = fcipstrup; tslp != NULL; tslp = tslp->sl_nextp) { in fcip_dodetach()
[all …]