Home
last modified time | relevance | path

Searched refs:m_label_alloc (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/cmd/tsol/updatehome/
H A Dupdatehome.c161 min_sl = m_label_alloc(MAC_LABEL); in main()
162 clearance = m_label_alloc(USER_CLEAR); in main()
/illumos-gate/usr/src/lib/libtsol/common/
H A Dmisc.c399 return (m_label_alloc(MAC_LABEL)); in blabel_alloc()
441 if ((range->lower_bound = m_label_alloc(MAC_LABEL)) == NULL) { in getuserrange()
446 if ((range->upper_bound = m_label_alloc(USER_CLEAR)) == NULL) { in getuserrange()
H A Dzone.c56 if ((slabel = m_label_alloc(MAC_LABEL)) == NULL) in getzonelabelbyid()
230 slabel = m_label_alloc(MAC_LABEL); in getlabelbypath()
H A Dlabel.h217 extern m_label_t *m_label_alloc(const m_label_type_t);
H A Dmapfile-vers57 m_label_alloc;
/illumos-gate/usr/src/man/man3tsol/
H A DMakefile65 m_label_alloc.3tsol \
104 m_label_alloc.3tsol := LINKSRC = m_label.3tsol
/illumos-gate/usr/src/common/tsol/
H A Dstol.c240 if ((*l = m_label_alloc(t)) == NULL) { in str_to_label()
381 m_label_alloc(const m_label_type_t t) in m_label_alloc() function
/illumos-gate/usr/src/cmd/tsol/getlabel/
H A Dgetlabel.c49 if ((fl = m_label_alloc(MAC_LABEL)) == NULL) { in get_label()
/illumos-gate/usr/src/cmd/tsol/setlabel/
H A Dsetlabel.c93 if ((blabel = m_label_alloc(MAC_LABEL)) == NULL) { in set_label()
/illumos-gate/usr/src/lib/pam_modules/tsol_acct/
H A Dtsol_acct.c107 if ((plabel = m_label_alloc(MAC_LABEL)) == NULL) { in pam_sm_acct_mgmt()
/illumos-gate/usr/src/cmd/lp/lib/secure/
H A Dsecure.c205 sl = m_label_alloc(MAC_LABEL); in putsecure()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3tsol.inc59 link path=usr/share/man/man3tsol/m_label_alloc.3tsol target=m_label.3tsol
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tsol_separator.c124 if ((FileLabel = m_label_alloc(MAC_LABEL)) == NULL) in main()
/illumos-gate/usr/src/cmd/auditreduce/
H A Dtoken.c1972 label = m_label_alloc(MAC_LABEL); in label_token()
/illumos-gate/usr/src/cmd/praudit/
H A Dtoken.c2227 if ((label = m_label_alloc(MAC_LABEL)) == NULL) { in label_token()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c3923 zid_label = m_label_alloc(MAC_LABEL); in tsol_mounts()
4199 zid_label = m_label_alloc(MAC_LABEL); in tsol_unmounts()
4343 zlabel = m_label_alloc(MAC_LABEL); in get_zone_label()
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt.c1188 m_label_alloc(MAC_LABEL)) == NULL) { in adt_from_export_format()
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c1503 if ((slabel = m_label_alloc(MAC_LABEL)) == NULL) { in mount()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c1234 if (((new_sl = m_label_alloc(MAC_LABEL)) == NULL) || in zfs_valid_proplist()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c652 zone_security_label = m_label_alloc(MAC_LABEL); in main()