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

/illumos-gate/usr/src/uts/common/sys/
H A Ducred.h69 uint32_t uc_labeloff; /* label offset: 0 - no label */ member in struct:ucred_s
86 #define UCLABEL(uc) (bslabel_t *)(((uc)->uc_labeloff == 0) ? NULL : \
87 ((char *)(uc)) + (uc)->uc_labeloff)

Completed in 70 milliseconds