Searched refs:bsltos (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/man/man3tsol/ |
H A D | Makefile | 57 bsltos.3tsol \ 85 bsltos.3tsol := LINKSRC = bltos.3tsol
|
/illumos-gate/usr/src/lib/libtsol/common/ |
H A D | btos.c | 107 * 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 D | label.h | 157 extern ssize_t bsltos(const m_label_t *, char **, size_t, int);
|
/illumos-gate/usr/src/cmd/allocate/ |
H A D | allocate3.c | 1639 (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 D | snoop_ip.c | 1336 if (bsltos(&sl, &plabel, ALABEL_MAXLEN,
|
/illumos-gate/usr/src/cmd/tar/ |
H A D | tar.c | 8675 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