Home
last modified time | relevance | path

Searched refs:UCLABEL (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ducred.h86 #define UCLABEL(uc) (bslabel_t *)(((uc)->uc_labeloff == 0) ? NULL : \ macro
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ducred.c268 bslabel_t *slabel = UCLABEL(uc); in ucred_getlabel()
/illumos-gate/usr/src/uts/common/os/
H A Dcred.c982 bcopy(&tslp->tsl_label, UCLABEL(uc), sizeof (bslabel_t)); in cred2ucred()
/illumos-gate/usr/src/uts/common/inet/udp/
H A Dudp.c1759 newcr = copycred_from_bslabel(cr, UCLABEL(ucr), in udp_do_opt_set()