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

/freebsd-10-stable/usr.sbin/pw/
H A Dpwupd.h78 gid_t min_gid, max_gid; /* Allowed range of gids */ member in struct:userconf
H A Dpw_group.c193 if (cnf->min_gid >= cnf->max_gid) { /* Sanity claus^H^H^H^Hheck */
195 cnf->max_gid = 32000;
197 bm = bm_alloc(cnf->max_gid - cnf->min_gid + 1);
205 (gid_t)grp->gr_gid <= (gid_t)cnf->max_gid)
225 if (gid < cnf->min_gid || gid > cnf->max_gid)
H A Dpw_user.c1174 if (cmdcnf->max_gid == 0)
1175 cmdcnf->max_gid = cfg->max_gid;
1359 cmdcnf->max_gid = pw_checkid(p, GID_MAX);
1360 if (cmdcnf->max_gid == 0)
1361 cmdcnf->max_gid = 32000;
/freebsd-10-stable/sys/ofed/include/linux/mlx4/
H A Ddevice.h915 u16 max_gid; member in struct:mlx4_init_port_param
/freebsd-10-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h8902 u8 max_gid[0x10]; member in struct:mlx5_ifc_port_info_ro_fields_param_bits

Completed in 181 milliseconds