Searched refs:grp (Results 226 - 250 of 255) sorted by relevance

1234567891011

/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp33 #include <grp.h>
H A Dsanitizer_platform_limits_netbsd.cpp480 #include <grp.h>
/freebsd-current/usr.bin/find/
H A Dfunction.c48 #include <grp.h>
/freebsd-current/contrib/libarchive/cpio/
H A Dcpio.c50 #include <grp.h>
/freebsd-current/usr.bin/xinstall/
H A Dxinstall.c40 #include <grp.h>
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clrpcops.c7696 gid_t grp; local
7896 &grp, curthread);
7901 &user, &grp, curthread);
7903 grp);
7907 user, grp);
7910 flp->nfsfl_ffm[j].group = grp;
7912 "usr=%d grp=%d\n", user,
7913 grp);
/freebsd-current/sys/contrib/dev/rtw89/
H A Dfw.c2126 int rtw89_fw_h2c_macid_pause(struct rtw89_dev *rtwdev, u8 sh, u8 grp, argument
2143 h2c.mask_grp[grp] = cpu_to_le32(BIT(sh));
2145 h2c.pause_grp[grp] = cpu_to_le32(BIT(sh));
H A Dfw.h3670 int rtw89_fw_h2c_macid_pause(struct rtw89_dev *rtwdev, u8 sh, u8 grp,
H A Dcore.h3105 u8 grp; member in struct:rtw89_hfc_ch_cfg
/freebsd-current/crypto/openssh/
H A Dsftp-server.c40 #include <grp.h>
H A Dsshd.c67 #include <grp.h>
H A Dmisc.c66 #include <grp.h>
H A Dsession.c51 #include <grp.h>
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_vport.c1831 MLX5_SET(ppcnt_reg, in, grp, MLX5_INFINIBAND_PORT_COUNTERS_GROUP);
/freebsd-current/contrib/tcpdump/
H A Dtcpdump.c126 #include <grp.h>
/freebsd-current/sys/netinet6/
H A Dip6_mroute.c495 MF6CFIND(req->src.sin6_addr, req->grp.sin6_addr, rt);
867 /* initialize pkt counters per src-grp */
908 /* initialize pkt counters per src-grp */
932 /* initialize pkt counters per src-grp */
/freebsd-current/sbin/pfctl/
H A Dparse.y69 #include <grp.h>
3991 struct group *grp;
3993 if ((grp = getgrnam($1)) == NULL) {
3998 $$ = grp->gr_gid;
/freebsd-current/sys/dev/iwm/
H A Dif_iwmreg.h6362 * @assoc_id: assoc_id to be sent in VHT PLCP (9-bit), for grp use 0, for AP
6426 * @assoc_id: assoc_id to be sent in VHT PLCP (9-bit), for grp use 0, for AP
6854 #define IWM_WIDE_ID(grp, opcode) ((grp << 8) | opcode)
/freebsd-current/contrib/lib9p/backend/
H A Dfs.c48 #include <grp.h>
3048 sc->fs_capgrp = cap_service_open(capcas, "system.grp");
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c3079 struct wpa_supplicant *grp; local
3116 grp = wpas_get_p2p_group(wpa_s, ssid, ssid_len, go);
3117 if (grp) {
3121 os_memcpy(group_bssid, grp->own_addr, ETH_ALEN);
/freebsd-current/sys/netinet/
H A Dip_mroute.c576 rt = mfc_find(&req->src, &req->grp);
1105 /* initialize pkt counters per src-grp */
1484 /* initialize pkt counters per src-grp */
/freebsd-current/sys/dev/mlx5/
H A Dmlx5_ifc.h10709 u8 grp[0x6]; member in struct:mlx5_ifc_ppcnt_reg_bits
10974 u8 grp[0x6]; member in struct:mlx5_ifc_mpcnt_reg_bits
10988 u8 grp[0x6]; member in struct:mlx5_ifc_mpcnt_reg_ext_bits
/freebsd-current/crypto/openssl/include/openssl/
H A Dssl.h1906 const char *grp);
/freebsd-current/contrib/tzcode/
H A Dzic.c4024 #include <grp.h>
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c71 #include <grp.h>

Completed in 802 milliseconds

1234567891011