Searched refs:bsltos (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/man/man3tsol/
H A DMakefile57 bsltos.3tsol \
85 bsltos.3tsol := LINKSRC = bltos.3tsol
/illumos-gate/usr/src/lib/libtsol/common/
H A Dbtos.c107 * bsltos - Convert Binary Sensitivity Label to Sensitivity Label string.
145 bsltos(const bslabel_t *label, char **string, size_t str_len, function
197 } /* bsltos */
311 * Calls alloc_string, bsltos, strcpy.
331 if ((slen = bsltos(label, &sstring, ssize,
H A Dlabel.h157 extern ssize_t bsltos(const m_label_t *, char **, size_t, int);
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c1639 (void) bsltos(zlabel, &zlbl, 0, 0);
1640 (void) bsltos(drange.lower_bound, &min, 0, 0);
1641 (void) bsltos(drange.upper_bound, &max, 0, 0);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c1336 if (bsltos(&sl, &plabel, ALABEL_MAXLEN,
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c8675 if (bsltos(&b_slabel, &ascii,
8710 if (bsltos(&b_slabel, &ascii, 0, 0) <= 0) {
9213 if (bsltos(&bs_label, &src_label, 0, 0) <= 0) {

Completed in 94 milliseconds