Searched defs:tslp (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dcred.c925 ts_label_t *tslp; local
927 if ((tslp = crgetlabel(cr)) != NULL)
928 bcopy(&tslp->tsl_label, labelp, sizeof (bslabel_t));
945 ts_label_t *tslp = is_system_labeled() ? crgetlabel(cr) : NULL; local
967 uc->uc_labeloff = tslp == NULL ? 0 : sizeof (struct ucred_s);
972 uc->uc_labeloff = tslp == NULL ? 0 : UCRED_LABEL_OFF;
980 if (tslp != NULL)
981 bcopy(&tslp->tsl_label, UCLABEL(uc), sizeof (bslabel_t));
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c1184 struct fcipstr *tslp; local
1212 for (tslp = fcipstrup; tslp; tslp = tslp->sl_nextp) {
1213 if (tslp->sl_fcip == fptr) {
1222 if (tslp == NULL) {
1854 struct fcipstr *tslp; local
1901 for (tslp = fcipstrup; tslp; tsl
3633 struct fcipstr *tslp; local
[all...]

Completed in 68 milliseconds