Searched refs:clearance (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/common/tsol/ |
H A D | blabel.c | 277 * Entry clearance = Clearnace structure to be initialized. 279 * Exit clearance = Initialized to the admin_low Clearance. 287 bclearlow(bclear_t *clearance) argument 290 BCLEARLOW(clearance); 297 * Entry clearance = Clearance structure to be initialized. 299 * Exit clearance = Initialized to the admin_high Clearance. 307 bclearhigh(bclear_t *clearance) argument 310 BCLEARHIGH(clearance); 336 * Entry clearance = Clearance structure to be initialized. 338 * Exit clearance 346 bclearundef(bclear_t *clearance) argument [all...] |
/illumos-gate/usr/src/lib/libtsol/common/ |
H A D | hextob.c | 76 * Exit clearance = Clearnace converted, if successful. 86 htobclear(const char *s, m_label_t *clearance) argument 94 *clearance = *c;
|
H A D | btohex.c | 156 * Entry clearance = Clearance to be translated. 167 bcleartoh_r(const m_label_t *clearance, char *hex) argument 171 if (label_to_str(clearance, &h, M_INTERNAL, DEF_NAMES) != 0) { 185 * Entry clearance = Clearance to be translated. 196 bcleartoh(const m_label_t *clearance) argument 199 return (bcleartoh_r(clearance, hex_buf));
|
H A D | stob.c | 198 * clearance = Address of Binary Clearance to be initialized or 210 * Exit clearance = Translated (updated) Binary Clearance. 229 stobclear(const char *string, bclear_t *clearance, int flags, int *error) argument 238 if (htobclear(string, clearance)) { 258 clrcall.clear = *clearance; 274 *clearance = clrret.clear; 294 BCLEARLOW(clearance); 296 BCLEARHIGH(clearance);
|
H A D | btos.c | 206 * Entry clearance = Binary Clearance to be converted. 240 bcleartos(const bclear_t *clearance, char **string, size_t str_len, argument 249 if (!BLTYPE(clearance, SUN_CLR_ID)) { 254 clrcall.clear = *clearance; 284 if (BLEQUAL(clearance, &clrlow)) { 286 } else if (BLEQUAL(clearance, &clrhigh)) { 394 * Entry clearance = Clearance to be converted. 413 sbcleartos(const bclear_t *clearance, size_t len) argument 427 if ((slen = bcleartos(clearance, &sstring, ssize,
|
H A D | misc.c | 174 * Entry clearance = Clearance to check. 189 bclearvalid(const bclear_t *clearance) argument 203 if (BLTYPE(clearance, SUN_CLR_ID) && 204 (BLEQUAL(clearance, &clow) || BLEQUAL(clearance, &chigh))) { 210 clrvcall.clear = *clearance; 453 /* If the user has an explicit min_label or clearance, use it. */ 470 /* Need to use system default clearance and/or min_label */
|
H A D | private.c | 208 * dominated by clearance. 381 * Entry clearance = Clearance to convert and get dimming list. 382 * This clearance should lie within the bounds or 385 * dominated by clearance. 411 bclearcvtfull(const bclear_t *clearance, const blrange_t *bounds, argument 423 bcfcall.clear = *clearance; 482 * Entry clearance = Clearance to convert and get dimming list. 483 * This clearance should lie within the bounds of the 506 bclearcvt(const bclear_t *clearance, int flags, char **string, argument 519 bcccall.clear = *clearance; [all...] |
/illumos-gate/usr/src/cmd/tsol/updatehome/ |
H A D | updatehome.c | 104 m_label_t *clearance; local 161 clearance = m_label_alloc(USER_CLEAR); 166 if (userdefs(min_sl, clearance) == -1) {
|
/illumos-gate/usr/src/cmd/tsol/demo/ |
H A D | clonebylabel.sh | 30 # For each sensitivity label dominated by the clearance 35 # $1 is the label upper bound (clearance) 40 clearance=$1 76 # Create missing zones for each label dominated by clearance 79 for label in `lslabels -h "$clearance"`; do
|
Completed in 73 milliseconds