Searched refs:sl (Results 1 - 8 of 8) sorted by relevance

/solaris-x11-s11/open-src/lib/libXtsol/sun-src/
H A DXtsol.h65 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...]
H A DXtsol.c98 XTSOLsetPolyInstInfo(dpy, sl, uidp, enabled)
100 m_label_t *sl;
116 Data(dpy, (char *)sl, SL_SIZE);
124 XTSOLsetPropLabel(dpy, win, property, sl)
128 m_label_t *sl;
144 Data(dpy, (char *)sl, SL_SIZE);
177 XTSOLsetResLabel(dpy, object, resourceFlag, sl)
181 m_label_t *sl;
197 Data(dpy, (char *)sl, SL_SIZE);
254 XTSOLsetSessionHI(dpy, sl)
[all...]
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolextension.c256 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 Dtsolpolicy.c84 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 Dtsolinfo.h188 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
H A Dtsolprotocol.c227 tsol_node[0].sl = NULL;
251 tsol_node[ia].sl = NULL;
275 /* private atoms must have a matching sl */
277 if (tsolinfo->sl == tndp->sl[k]) {
282 /* Allocate storage for sl if needed */
283 if (tndp->sl == NULL) {
284 tndp->sl = malloc(NODE_SLSIZE * (sizeof(bslabel_t *)));
286 if (tndp->sl == NULL) {
294 /* Expand storage space for sl i
[all...]
H A Dtsolutils.c879 if (pSib->mapped && !bldominates(win_res->sl, sib_res->sl))
/solaris-x11-s11/open-src/util/build-tools/
H A Dfind-build-errors200 my $sl = $steplines[$ln];
202 # print "lastmake: $lastmake, lastcom: $lastcommand, lastplus: $lastplus, line #$ln: $sl\n";
203 if ($sl =~ m{\b(make|dmake|gmake)\b}ms) {
207 if ($sl =~ m{\breturned\b}ms) {
209 } elsif ($sl =~ m{\b(cc|gcc|CC|g\+\+|ld|gpatch|libtool|GEN|CCLD)\s+}ms) {
210 if ($sl !~ m{usage:}) {
213 } elsif ($sl =~ m{^\+ }ms) {

Completed in 23 milliseconds