Searched refs:grp (Results 176 - 200 of 226) sorted by relevance

12345678910

/freebsd-10.3-release/usr.sbin/lpr/lpr/
H A Dlpr.c75 #include <grp.h>
/freebsd-10.3-release/usr.bin/getent/
H A Dgetent.c47 #include <grp.h>
/freebsd-10.3-release/usr.sbin/rwhod/
H A Drwhod.c67 #include <grp.h>
/freebsd-10.3-release/usr.sbin/usbconfig/
H A Dusbconfig.c33 #include <grp.h>
/freebsd-10.3-release/sys/dev/iwn/
H A Dif_iwn.c4545 int i, c, grp, maxpwr; local
4580 grp = 4;
4582 grp = 0;
4584 grp = 1;
4586 grp = 2;
4588 grp = 3;
4590 "%s: chan %d, attenuation group=%d\n", __func__, chan, grp);
4621 tdiff = ((sc->temp - temp) * 2) / tdiv[grp];
4650 idx += (int32_t)le32toh(uc->atten[grp][c]);
/freebsd-10.3-release/sys/compat/svr4/
H A Dsvr4_misc.c1202 uap->grp, uap->id,
1206 switch (uap->grp) {
H A Dsvr4_proto.h213 char grp_l_[PADL_(int)]; int grp; char grp_r_[PADR_(int)]; member in struct:svr4_sys_waitsys_args
/freebsd-10.3-release/contrib/ntp/ntpd/
H A Dntp_proto.c4631 char *grp,
4635 if (grp == NULL)
4638 if (strcmp(grp, sys_groupname) == 0)
4644 if (strcmp(grp, ident) == 0)
4630 group_test( char *grp, char *ident ) argument
H A Dntpd.c117 # include <grp.h>
/freebsd-10.3-release/contrib/opie/
H A Dopielogin.c134 #include <grp.h>
/freebsd-10.3-release/contrib/pjdfstest/
H A Dpjdfstest.c42 #include <grp.h>
/freebsd-10.3-release/contrib/tcsh/
H A Dsh.h396 #include <grp.h>
/freebsd-10.3-release/lib/librpcsec_gss/
H A Dsvc_rpcsec_gss.c69 #include <grp.h>
/freebsd-10.3-release/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c347 MLX5_SET(ppcnt_reg, in, grp, MLX5_IEEE_802_3_COUNTERS_GROUP);
352 MLX5_SET(ppcnt_reg, in, grp, MLX5_RFC_2819_COUNTERS_GROUP);
360 MLX5_SET(ppcnt_reg, in, grp, MLX5_RFC_2863_COUNTERS_GROUP);
365 MLX5_SET(ppcnt_reg, in, grp, MLX5_PHYSICAL_LAYER_COUNTERS_GROUP);
/freebsd-10.3-release/release/picobsd/tinyware/login/
H A Dpico-login.c66 #include <grp.h>
/freebsd-10.3-release/contrib/libarchive/tar/
H A Dwrite.c46 #include <grp.h>
/freebsd-10.3-release/contrib/libarchive/cpio/
H A Dcpio.c51 #include <grp.h>
/freebsd-10.3-release/bin/ps/
H A Dprint.c51 #include <grp.h>
/freebsd-10.3-release/include/
H A DMakefile14 fts.h ftw.h getopt.h glob.h grp.h \
/freebsd-10.3-release/usr.bin/stat/
H A Dstat.c57 #include <grp.h>
/freebsd-10.3-release/usr.bin/xinstall/
H A Dxinstall.c56 #include <grp.h>
/freebsd-10.3-release/usr.sbin/edquota/
H A Dedquota.c61 #include <grp.h>
/freebsd-10.3-release/tools/regression/pjdfstest/
H A Dpjdfstest.c42 #include <grp.h>
/freebsd-10.3-release/contrib/bmake/mk/
H A Dlib.mk585 # note that we do NOT ch{own,grp} as that would likely fail at this point.
/freebsd-10.3-release/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c2328 struct wpa_supplicant *grp; local
2348 grp = wpas_get_p2p_group(wpa_s, ssid, ssid_len, go);
2349 if (grp) {
2353 os_memcpy(group_bssid, grp->own_addr, ETH_ALEN);

Completed in 241 milliseconds

12345678910