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

/freebsd-9.3-release/usr.sbin/pw/
H A Dpw_group.c361 if (cnf->min_gid >= cnf->max_gid) { /* Sanity claus^H^H^H^Hheck */
363 cnf->max_gid = 32000;
365 bm = bm_alloc(cnf->max_gid - cnf->min_gid + 1);
373 (gid_t)grp->gr_gid <= (gid_t)cnf->max_gid)
393 if (gid < cnf->min_gid || gid > cnf->max_gid)
H A Dpw.h92 gid_t min_gid, max_gid; /* Allowed range of gids */ member in struct:userconf
H A Dpw_user.c281 if ((p = strtok(NULL, " ,\t")) == NULL || (cnf->max_gid = (gid_t) atoi(p)) < cnf->min_gid)
282 cnf->max_gid = 32000;
/freebsd-9.3-release/sys/ofed/include/linux/mlx4/
H A Ddevice.h488 u16 max_gid; member in struct:mlx4_init_port_param

Completed in 57 milliseconds