Searched defs:gid (Results 226 - 250 of 282) sorted by relevance

1234567891011>>

/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c564 mlx5_make_default_gid(struct net_device *dev, union ib_gid *gid) argument
1192 static int mlx5_ib_mcg_attach(struct ib_qp *ibqp, union ib_gid *gid, u1 argument
693 mlx5_ib_query_gid(struct ib_device *ibdev, u8 port, int index, union ib_gid *gid) argument
1208 mlx5_ib_mcg_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) argument
[all...]
/freebsd-10-stable/sbin/ipfw/
H A Dipfw2.c3640 gid_t gid; local
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_acl.c1611 gid_t gid; local
H A Dzfs_vnops.c1758 gid_t gid = crgetgid(cr); local
2052 gid_t gid = crgetgid(cr); local
/freebsd-10-stable/sys/kern/
H A Dvfs_vnops.c2172 vn_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, argument
H A Dtty.c1227 gid_t gid; local
H A Dkern_descrip.c4036 badfo_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, argument
4075 invfo_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, argument
H A Duipc_mqueue.c1238 gid_t gid; local
2588 mqf_chown(struct file *fp, uid_t uid, gid_t gid, struct ucred *active_cred, argument
[all...]
/freebsd-10-stable/sys/ofed/drivers/net/mlx4/
H A Den_netdev.c464 u8 gid[16] = {0}; local
515 u8 gid[16] = {0}; local
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmain.c872 static int add_gid_entry(struct ib_qp *ibqp, union ib_gid *gid) argument
404 __mlx4_ib_query_gid(struct ib_device *ibdev, u8 port, int index, union ib_gid *gid, int netw_view) argument
460 iboe_query_gid(struct ib_device *ibdev, u8 port, int index, union ib_gid *gid) argument
470 mlx4_ib_query_gid(struct ib_device *ibdev, u8 port, int index, union ib_gid *gid) argument
895 mlx4_ib_add_mc(struct mlx4_ib_dev *mdev, struct mlx4_ib_qp *mqp, union ib_gid *gid) argument
926 union ib_gid gid; member in struct:mlx4_ib_steering
929 mlx4_ib_mcg_attach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) argument
1197 mlx4_ib_mcg_detach(struct ib_qp *ibqp, union ib_gid *gid, u16 lid) argument
1399 union ib_gid gid; local
[all...]
H A Dmad.c2237 union ib_gid gid; local
H A Dmlx4_ib.h173 union ib_gid gid; member in struct:mlx4_ib_gid_entry
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_match.c1625 archive_match_include_gid(struct archive *_a, la_int64_t gid) argument
H A Darchive_read_support_format_tar.c58 char gid[8]; member in struct:archive_entry_header_ustar
85 char gid[8]; member in struct:archive_entry_header_gnutar
[all...]
H A Darchive_read_disk_posix.c390 archive_read_disk_gname(struct archive *_a, la_int64_t gid) argument
608 trivial_lookup_gname(void *private_data, int64_t gid) argument
414 archive_read_disk_set_gname_lookup(struct archive *_a, void *private_data, const char * (*lookup_gname)(void *private, la_int64_t gid), void (*cleanup_gname)(void *private)) argument
H A Darchive_write_set_format_mtree.c108 int64_t gid; member in struct:mtree_entry
140 int64_t gid; member in struct:mtree_writer::__anon35
[all...]
/freebsd-10-stable/sys/dev/usb/
H A Dusb_device.c1965 usb_make_dev(struct usb_device *udev, const char *devname, int ep, int fi, int rwmode, uid_t uid, gid_t gid, int mode) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp118 SBLaunchInfo::SetGroupID (uint32_t gid) argument
425 SBAttachInfo::SetGroupID (uint32_t gid) argument
461 SBAttachInfo::SetEffectiveGroupID (uint32_t gid) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp1339 Host::GetGroupName (uint32_t gid, std::string &group_name) argument
/freebsd-10-stable/sys/security/mac_biba/
H A Dmac_biba.c1648 biba_posixsem_check_setowner(struct ucred *cred, struct ksem *ks, struct label *kslabel, uid_t uid, gid_t gid) argument
1798 biba_posixshm_check_setowner(struct ucred *cred, struct shmfd *shmfd, struct label *shmlabel, uid_t uid, gid_t gid) argument
3431 biba_vnode_check_setowner(struct ucred *cred, struct vnode *vp, struct label *vplabel, uid_t uid, gid_t gid) argument
/freebsd-10-stable/sys/security/mac_mls/
H A Dmac_mls.c1558 mls_posixsem_check_setowner(struct ucred *cred, struct ksem *ks, struct label *shmlabel, uid_t uid, gid_t gid) argument
1690 mls_posixshm_check_setowner(struct ucred *cred, struct shmfd *shmfd, struct label *shmlabel, uid_t uid, gid_t gid) argument
3056 mls_vnode_check_setowner(struct ucred *cred, struct vnode *vp, struct label *vplabel, uid_t uid, gid_t gid) argument
/freebsd-10-stable/sys/security/mac_stub/
H A Dmac_stub.c240 stub_cred_check_setgid(struct ucred *cred, gid_t gid) argument
698 stub_posixsem_check_setowner(struct ucred *cred, struct ksem *ks, struct label *kslabel, uid_t uid, gid_t gid) argument
776 stub_posixshm_check_setowner(struct ucred *cred, struct shmfd *shmfd, struct label *shmlabel, uid_t uid, gid_t gid) argument
1581 stub_vnode_check_setowner(struct ucred *cred, struct vnode *vp, struct label *vplabel, uid_t uid, gid_t gid) argument
/freebsd-10-stable/sys/security/mac_lomac/
H A Dmac_lomac.c2721 lomac_vnode_check_setowner(struct ucred *cred, struct vnode *vp, struct label *vplabel, uid_t uid, gid_t gid) argument
/freebsd-10-stable/contrib/tcsh/
H A Dsh.h646 EXTERN gid_t gid, egid; /* User and group ids */ variable
/freebsd-10-stable/sys/i386/ibcs2/
H A Dibcs2_proto.h80 char gid_l_[PADL_(int)]; int gid; char gid_r_[PADR_(int)]; member in struct:ibcs2_chown_args
165 char gid_l_[PADL_(int)]; int gid; char gid_r_[PADR_(int)]; member in struct:ibcs2_setgid_args

Completed in 496 milliseconds

1234567891011>>