Searched refs:bm_firstunset (Results 1 – 4 of 4) sorted by relevance
46 int bm_firstunset(struct bitmap * bm);
88 bm_firstunset(struct bitmap * bm) in bm_firstunset() function
216 gid = (gid_t) (bm_firstunset(&bm) + cnf->min_gid); in gr_gidpolicy() 222 gid = (gid_t) (bm_firstunset(&bm) + cnf->min_gid); in gr_gidpolicy()
349 uid = (uid_t) (bm_firstunset(&bm) + cnf->min_uid); in pw_uidpolicy()