Home
last modified time | relevance | path

Searched refs:bltype (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/tsol/
H A Dblabel.c58 bltype(const void *label, uint8_t type) in bltype() function
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dlabel.h73 extern int bltype(const void *, uint8_t);
/illumos-gate/usr/src/lib/libtsol/common/
H A Dmapfile-vers85 bltype;
/illumos-gate/usr/src/cmd/tsol/tnchkdb/
H A Dtnchkdb.c238 if (!bltype(lab, SUN_SL_ID)) {
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c9200 if (bltype(&bs_label, SUN_SL_UN)) { in check_ext_attr()