Searched refs:tslp (Results 1 – 2 of 2) sorted by relevance
923 ts_label_t *tslp; in cred2uclabel() local925 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() local965 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()
1184 struct fcipstr *tslp; in fcip_handle_resume() local1212 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() local1901 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() local3669 for (tslp = fcipstrup; tslp != NULL; tslp = tslp->sl_nextp) { in fcip_dodetach()[all …]