Searched refs:sgid (Results 1 - 25 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rdma/
H A Dib_user_sa.h56 __u8 sgid[16]; member in struct:ib_user_path_rec
H A Dib_sa.h124 union ib_gid sgid; member in struct:ib_sa_path_rec
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/core/
H A Duverbs_marshall.c93 memcpy(dst->sgid, src->sgid.raw, sizeof src->sgid);
119 memcpy(dst->sgid.raw, src->sgid, sizeof dst->sgid);
H A Dcm.c358 if (!ib_find_cached_gid(cm_dev->ib_device, &path->sgid,
1034 req_msg->primary_local_gid = pri_path->sgid;
1054 req_msg->alt_local_gid = alt_path->sgid;
1229 primary_path->sgid = req_msg->primary_remote_gid;
1250 alt_path->sgid = req_msg->alt_remote_gid;
1549 work->port->port_num, 0, &work->path[0].sgid);
1551 &work->path[0].sgid, sizeof work->path[0].sgid,
1559 &work->path[0].sgid,
1560 sizeof work->path[0].sgid, NUL
[all...]
H A Dsa_query.c132 { PATH_REC_FIELD(sgid),
509 ret = ib_find_cached_gid(device, &rec->sgid, &port_num,
H A Dmad.c1686 union ib_gid sgid; local
1717 attr.grh.sgid_index, &sgid))
1719 return !memcmp(sgid.raw, rwc->recv_buf.grh->dgid.raw,
1727 return !memcmp(attr.grh.dgid.raw, rwc->recv_buf.grh->sgid.raw,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Duid16.c96 SYSCALL_DEFINE3(setresgid16, old_gid_t, rgid, old_gid_t, egid, old_gid_t, sgid)
99 low2highgid(sgid));
101 asmlinkage_protect(3, ret, rgid, egid, sgid);
106 SYSCALL_DEFINE3(getresgid16, old_gid_t __user *, rgid, old_gid_t __user *, egid, old_gid_t __user *, sgid)
113 retval = put_user(high2lowgid(cred->sgid), sgid);
H A Dsys.c519 old->sgid == egid ||
528 new->sgid = new->egid;
556 new->gid = new->egid = new->sgid = new->fsgid = gid;
557 else if (gid == old->gid || gid == old->sgid)
771 * Same as above, but for rgid, egid, sgid.
773 SYSCALL_DEFINE3(setresgid, gid_t, rgid, gid_t, egid, gid_t, sgid)
787 rgid != old->egid && rgid != old->sgid)
790 egid != old->egid && egid != old->sgid)
792 if (sgid != (gid_t) -1 && sgid !
[all...]
H A Duser_namespace.c49 new->gid = new->egid = new->sgid = new->fsgid = 0;
H A Dcred.c525 new->sgid != old->sgid ||
779 cred->gid, cred->egid, cred->sgid, cred->fsgid);
H A Dauditsc.c189 gid_t gid, egid, sgid, fsgid; member in struct:audit_context
487 result = audit_comparator(cred->sgid, f->op, f->val);
1331 context->sgid = cred->sgid;
1358 " egid=%u sgid=%u fsgid=%u tty=%s ses=%u",
1370 context->egid, context->sgid, context->fsgid, tty,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dpseudo.c334 char filename[2048], type, suid[100], sgid[100], *ptr; local
339 sgid, &bytes);
405 gid = strtoll(sgid, &ptr, 10);
408 ERROR("Gid %s out of range\n", sgid);
412 struct group *grgid = getgrnam(sgid);
416 ERROR("Gid %s invalid uid or unknown user\n", sgid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfusermount.c110 gid_t rgid, egid, sgid; local
112 if (getresgid(&rgid, &egid, &sgid) < 0) {
116 if (setresgid(-1, sgid, -1) < 0) {
120 if (getegid() != sgid){
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcred.h128 gid_t sgid; /* saved GID of the task */ member in struct:cred
352 #define current_sgid() (current_cred_xxx(sgid))
H A Dsyscalls.h270 asmlinkage long sys_getresgid(gid_t __user *rgid, gid_t __user *egid, gid_t __user *sgid);
281 asmlinkage long sys_setresgid(gid_t rgid, gid_t egid, gid_t sgid);
539 asmlinkage long sys_setresgid16(old_gid_t rgid, old_gid_t egid, old_gid_t sgid);
541 old_gid_t __user *egid, old_gid_t __user *sgid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dcompat_linux.h176 long sys32_setresgid16(u16 rgid, u16 egid, u16 sgid);
177 long sys32_getresgid16(u16 __user *rgid, u16 __user *egid, u16 __user *sgid);
H A Dcompat_linux.c151 asmlinkage long sys32_setresgid16(u16 rgid, u16 egid, u16 sgid) argument
154 low2highgid(sgid));
157 asmlinkage long sys32_getresgid16(u16 __user *rgid, u16 __user *egid, u16 __user *sgid) argument
163 retval = put_user(high2lowgid(current->cred->sgid), sgid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_ruc.c280 if (!gid_ok(&hdr->u.l.grh.sgid,
310 if (!gid_ok(&hdr->u.l.grh.sgid,
664 hdr->sgid.global.subnet_prefix = ibp->gid_prefix;
665 hdr->sgid.global.interface_id = grh->sgid_index ?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_ruc.c583 hdr->sgid.global.subnet_prefix = dev->gid_prefix;
584 hdr->sgid.global.interface_id = dev->dd->ipath_guid;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/keys/
H A Dprocess_keys.c820 new-> sgid = old-> sgid;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dscm.c54 creds->gid == cred->sgid) || capable(CAP_SETGID))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-unix.c4139 gid_t rgid, egid, sgid; /* Real, effective and saved group ID's */ local
4148 getresgid (&rgid, &egid, &sgid) != 0)
4152 sgid = rgid = getgid ();
4159 rgid != egid || rgid != sgid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dincludes.h889 int setresgid(gid_t rgid, gid_t egid, gid_t sgid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Darray.c193 cred->gid, cred->egid, cred->sgid, cred->fsgid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dib_cm.c398 __be64 lguid = cm_id->route.path_rec->sgid.global.interface_id;

Completed in 178 milliseconds

12