Searched defs:sl (Results 1 - 4 of 4) sorted by relevance
/solaris-x11-s11/open-src/lib/libXtsol/sun-src/ |
H A D | Xtsol.h | 65 m_label_t *sl; /* sensitivity label */ member in struct:_XTsolResAttributes 70 m_label_t *sl; /* sensitivity label */ member in struct:_XTsolPropAttributes 108 m_label_t *sl, 119 m_label_t *sl 137 m_label_t *sl 169 bclear_t *sl 176 m_label_t *sl 199 m_label_t *sl 217 m_label_t *sl 244 m_label_t *sl [all...] |
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/ |
H A D | tsolpolicy.c | 84 static char *xsltos(bslabel_t *sl); 152 if (blequal(tsolinfo->sl, tsolres->sl) || 153 (blequal(tsolres->sl, &PublicObjSL) && 156 bldominates(tsolinfo->sl, tsolres->sl)) || 167 if (blequal(tsolinfo->sl, tsolres->sl) || 183 blequal(tsolres->sl, &PublicObjSL)) || 212 tsolinfo->pname, xsltos(tsolinfo->sl), tsolinf 226 xsltos(bslabel_t *sl) argument [all...] |
H A D | tsolextension.c | 256 if (tsolinfo->sl == NULL) { 257 tsolinfo->sl = (bslabel_t *)lookupSL_low(); 366 tsolseln->sl = NULL; 407 AW_SLABEL, tsolinfo->sl, 691 * get the prop. that has match sl, uid of the client. Setting 693 * sl, uid specified instead of that of client. This is used 700 bslabel_t *sl; local 711 sl = (bslabel_t *)(stuff + 1); 715 tsolpolyinstinfo.sl = lookupSL(sl); 724 bslabel_t *sl; local 845 bslabel_t *sl; local 1081 bslabel_t *sl; local 1155 bslabel_t *sl; local 1263 bslabel_t *sl; local 1548 bslabel_t *sl; local [all...] |
H A D | tsolinfo.h | 188 bslabel_t *sl; /* sensitivity label */ member in struct:_TsolInfo 207 bslabel_t *sl; /* sensitivity label */ member in struct:_TsolRes 294 #define NODE_SLSIZE 256 /* increase sl array by this amount */ 298 int slsize; /* size of the sl array */ 300 bslabel_t **sl; member in struct:_TsolNodeRec 319 * client's sl,uid for this or it will use the polyinstinfo 323 int enabled; /* if true use following sl, uid */ 325 bslabel_t *sl; member in struct:_TsolPolyInstInfo
|
Completed in 39 milliseconds