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

/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dcreate.c290 gid_t sgid; local
326 sgid = p->fts_statp->st_gid;
327 if (sgid < MTREE_MAXGID && ++g[sgid] > maxgid) {
328 savegid = sgid;
329 maxgid = g[sgid];
/netbsd-6-1-5-RELEASE/sys/compat/linux32/common/
H A Dlinux32_uid16.c199 syscallarg(linux32_gid16_t) sgid;
205 SCARG(&lsa, sgid) = LINUX32TOBSD_GID(SCARG(uap, sgid));
244 syscallarg(linux32_gid16p_t) sgid;
263 return (copyout(&lgid, SCARG_P32(uap, sgid), sizeof(lgid)));
H A Dlinux32_unistd.c462 syscallarg(gid_t) sgid;
468 NETBSD32TO64_UAP(sgid);
479 syscallarg(linux32_gidp_t) sgid;
494 return copyout(&gid, SCARG_P32(uap, sgid), sizeof(gid_t));
/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_uid16.c159 syscallarg(linux_gid16_t) sgid;
165 SCARG(&lsa, sgid) = LINUXTOBSD_GID(SCARG(uap, sgid));
204 syscallarg(linux_gid16_t *) sgid;
223 return (copyout(&lgid, SCARG(uap, sgid), sizeof(lgid)));
H A Dlinux_misc_notalpha.c334 syscallarg(gid_t) sgid;
343 SCARG(uap, sgid),
355 syscallarg(gid_t *) sgid;
366 * 3. If both of those succeed, copy out sgid.
378 return (copyout(&gid, SCARG(uap, sgid), sizeof(gid_t)));
/netbsd-6-1-5-RELEASE/sys/compat/linux32/arch/amd64/
H A Dlinux32_syscallargs.h569 syscallarg(linux32_gid16_t) sgid; member in struct:linux32_sys_setresgid16_args
576 syscallarg(linux32_gid16p_t) sgid; member in struct:linux32_sys_getresgid16_args
729 syscallarg(gid_t) sgid; member in struct:linux32_sys_setresgid_args
736 syscallarg(linux32_gidp_t) sgid; member in struct:linux32_sys_getresgid_args
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/arm/
H A Dlinux_syscallargs.h593 syscallarg(linux_gid16_t) sgid; member in struct:linux_sys_setresgid16_args
600 syscallarg(linux_gid16_t *) sgid; member in struct:linux_sys_getresgid16_args
745 syscallarg(gid_t) sgid; member in struct:linux_sys_setresgid_args
752 syscallarg(gid_t *) sgid; member in struct:linux_sys_getresgid_args
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/i386/
H A Dlinux_syscallargs.h611 syscallarg(linux_gid16_t) sgid; member in struct:linux_sys_setresgid16_args
618 syscallarg(linux_gid16_t *) sgid; member in struct:linux_sys_getresgid16_args
768 syscallarg(gid_t) sgid; member in struct:linux_sys_setresgid_args
775 syscallarg(gid_t *) sgid; member in struct:linux_sys_getresgid_args
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/m68k/
H A Dlinux_syscallargs.h592 syscallarg(linux_gid16_t) sgid; member in struct:linux_sys_setresgid16_args
599 syscallarg(linux_gid16_t *) sgid; member in struct:linux_sys_getresgid16_args
744 syscallarg(gid_t) sgid; member in struct:linux_sys_setresgid_args
751 syscallarg(gid_t *) sgid; member in struct:linux_sys_getresgid_args
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32r/
H A Dtraps-linux.c1305 uid_t rgid, egid, sgid;
1307 result = getresgid(&rgid, &egid, &sgid);
1315 *((uid_t *) t2h_addr(cb, &s, arg3)) = conv_endian(sgid);
1304 uid_t rgid, egid, sgid; local
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/amd64/
H A Dlinux_syscallargs.h497 syscallarg(gid_t) sgid; member in struct:linux_sys_setresgid_args
504 syscallarg(gid_t *) sgid; member in struct:linux_sys_getresgid_args
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/mips/
H A Dlinux_syscallargs.h603 syscallarg(gid_t) sgid; member in struct:linux_sys_setresgid_args
610 syscallarg(gid_t *) sgid; member in struct:linux_sys_getresgid_args
/netbsd-6-1-5-RELEASE/sys/compat/linux/arch/powerpc/
H A Dlinux_syscallargs.h568 syscallarg(gid_t) sgid; member in struct:linux_sys_setresgid_args
575 syscallarg(gid_t *) sgid; member in struct:linux_sys_getresgid_args

Completed in 264 milliseconds