HomeSort by relevance Sort by last modified time
    Searched defs:tslp (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/os/
cred.c 925 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));
  /onnv/onnv-gate/usr/src/uts/common/io/fibre-channel/ulp/
fcip.c 1184 struct fcipstr *tslp; local
1854 struct fcipstr *tslp; local
3633 struct fcipstr *tslp; local
    [all...]

Completed in 620 milliseconds