Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tsol/
H A DMakefile32 getlabel \
51 getlabel \
/illumos-gate/usr/src/man/man3tsol/
H A DMakefile28 getlabel.3tsol \
93 fgetlabel.3tsol := LINKSRC = getlabel.3tsol
/illumos-gate/usr/src/cmd/tsol/demo/
H A Dgetmounts.sh29 /usr/bin/getlabel $mntpnt
/illumos-gate/usr/src/lib/libtsol/common/
H A Dgetlabel.c50 getlabel(const char *path, bslabel_t *label) in getlabel() function
H A Dlabel.h80 extern int getlabel(const char *, m_label_t *);
H A Dmapfile-vers47 getlabel;
/illumos-gate/usr/src/cmd/tsol/getlabel/
H A DMakefile33 PROG= getlabel
H A Dgetlabel.c52 } else if (getlabel(filename, fl) != 0) { in get_label()
/illumos-gate/usr/src/lib/libtsol/
H A DMakefile.com35 getlabel.o getplabel.o hextob.o \
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddump.h264 extern void getlabel(void);
390 extern void getlabel();
/illumos-gate/usr/src/cmd/tsol/setlabel/
H A Dsetlabel.c98 rval = getlabel(filename, blabel); in set_label()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3tsol.inc36 link path=usr/share/man/man3tsol/fgetlabel.3tsol target=getlabel.3tsol
38 file path=usr/share/man/man3tsol/getlabel.3tsol
H A Dsystem-trusted.p5m42 file path=usr/bin/getlabel mode=0555
122 file path=usr/share/man/man1/getlabel.1
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dlabel.h147 extern int getlabel(const char *, m_label_t *);
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.tsol_separator.c143 } else if (getlabel(ArgFile, FileLabel) != 0) { in main()
/illumos-gate/usr/src/uts/common/os/
H A Dtlabel.c551 getlabel(const char *path, bslabel_t *label_p) in getlabel() function
H A Dlabelsys.c1442 return (getlabel((char *)a1, (bslabel_t *)a2)); in labelsys()
/illumos-gate/usr/src/man/man1/
H A DMakefile147 getlabel.1 \
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c8669 if (getlabel(shortname, &b_slabel) != 0) { in append_ext_attr()
8704 if (getlabel(shortname, &b_slabel) != 0) { in append_ext_attr()
9204 if (getlabel(filename, &currentlabel) != 0) { in check_ext_attr()
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c1508 if (getlabel(rpath, slabel) != 0) { in mount()