Home
last modified time | relevance | path

Searched refs:bm_firstunset (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/pw/
H A Dbitmap.h46 int bm_firstunset(struct bitmap * bm);
H A Dbitmap.c88 bm_firstunset(struct bitmap * bm) in bm_firstunset() function
H A Dpw_group.c216 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()
H A Dpw_user.c349 uid = (uid_t) (bm_firstunset(&bm) + cnf->min_uid); in pw_uidpolicy()