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

/freebsd-10.1-release/usr.sbin/pw/
H A Dbitmap.h41 struct bitmap bm_alloc(int size);
H A Dbitmap.c38 bm_alloc(int size) function
H A Dpw_group.c372 bm = bm_alloc(cnf->max_gid - cnf->min_gid + 1);
H A Dpw_user.c869 bm = bm_alloc(cnf->max_uid - cnf->min_uid + 1);

Completed in 99 milliseconds