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

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolutils.c121 static struct uidentry uidtable[MAX_UID_ENTRY]; variable in typeref:struct:uidentry
166 uidtable[0].allocated = ALLOCATED;
167 uidtable[0].userid = 0;
180 if (uidtable[i].allocated == ALLOCATED)
193 if (uidtable[i].allocated == ALLOCATED &&
194 uidtable[i].userid == userid)
213 if (uidtable[i].allocated == ALLOCATED)
217 uidaddr[j].uid = uidtable[i].userid;
239 * Search entire uidtable, to prevent duplicate uid
244 if ((uidtable[
[all...]

Completed in 9 milliseconds