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

/illumos-gate/usr/src/cmd/passmgmt/
H A Dpassmgmt.c115 struct uid_blk { struct
116 struct uid_blk *link;
129 void uid_bcom(struct uid_blk *), add_ublk(uid_t, struct uid_blk *),
142 * The uid_blk structure is used in the search for the default
143 * uid. Each uid_blk represent a range of uid(s) that are currently
280 struct uid_blk *uid_sp;
776 uid_sp = malloc(sizeof (struct uid_blk));
1399 /* combine two uid_blk's */
1402 uid_bcom(struct uid_blk *uid_
[all...]

Completed in 69 milliseconds