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

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolutils.c112 static struct slentry sltable[MAX_SL_ENTRY]; variable in typeref:struct:slentry
154 sltable[0].allocated = ALLOCATED;
155 bsllow (&(sltable[0].senlabel));
157 sltable[1].allocated = ALLOCATED;
158 bslhigh(&(sltable[1].senlabel));
311 return (&(sltable[0].senlabel));
323 while ((i < MAX_SL_ENTRY) && sltable[i].allocated == ALLOCATED)
325 if (blequal(slptr, &(sltable[i].senlabel)))
327 /* found a matching sensitivity label in sltable */
328 return (&(sltable[
[all...]

Completed in 46 milliseconds