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

/freebsd-10.1-release/usr.sbin/pw/
H A Dpw.h93 gid_t min_gid, max_gid; /* Allowed range of gids */ member in struct:userconf
H A Dpw_group.c368 if (cnf->min_gid >= cnf->max_gid) { /* Sanity claus^H^H^H^Hheck */
370 cnf->max_gid = 32000;
372 bm = bm_alloc(cnf->max_gid - cnf->min_gid + 1);
380 (gid_t)grp->gr_gid <= (gid_t)cnf->max_gid)
400 if (gid < cnf->min_gid || gid > cnf->max_gid)
H A Dpw_user.c284 if ((p = strtok(NULL, " ,\t")) == NULL || (cnf->max_gid = (gid_t) atoi(p)) < cnf->min_gid)
285 cnf->max_gid = 32000;
/freebsd-10.1-release/sys/ofed/include/linux/mlx4/
H A Ddevice.h877 u16 max_gid; member in struct:mlx4_init_port_param

Completed in 103 milliseconds