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

/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c49 #define UID_MIN 100 /* Lower bound of default UID */ macro
783 uid_sp->low = (UID_MIN -1);
784 uid_sp->high = (UID_MIN -1);
842 * available uid above UID_MIN, if needed
977 /* First available uid above UID_MIN is ... */
1436 * list of one uid_blk with low = high = (UID_MIN-1). This was
1443 * equal to UID_MIN is the high of the first uid_blk in the linked
1451 /* Only keep track of the ones above UID_MIN */
1453 if (uid >= UID_MIN) {

Completed in 72 milliseconds