Searched refs:setregid_args (Results 1 – 15 of 15) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_uid16.c | 261 struct setregid_args bsd; in linux_setregid16()
|
/freebsd/sys/kern/ |
H A D | kern_prot.c | 1366 struct setregid_args { struct 1373 sys_setregid(struct thread *td, struct setregid_args *uap) in sys_setregid() argument
|
H A D | init_sysent.c | 196 …{ .sy_narg = AS(setregid_args), .sy_call = (sy_call_t *)sys_setregid, .sy_auevent = AUE_SETREGID, …
|
H A D | systrace_args.c | 693 struct setregid_args *p = params; in systrace_args()
|
/freebsd/sys/arm64/linux/ |
H A D | linux_sysent.c | 160 …{ .sy_narg = AS(setregid_args), .sy_call = (sy_call_t *)sys_setregid, .sy_auevent = AUE_SETREGID, …
|
H A D | linux_systrace_args.c | 1141 struct setregid_args *p = params; in systrace_args()
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysent.c | 221 …{ .sy_narg = AS(setregid_args), .sy_call = (sy_call_t *)sys_setregid, .sy_auevent = AUE_SETREGID, …
|
H A D | linux_systrace_args.c | 1442 struct setregid_args *p = params; in systrace_args()
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysent.c | 131 …{ .sy_narg = AS(setregid_args), .sy_call = (sy_call_t *)sys_setregid, .sy_auevent = AUE_SETREGID, …
|
H A D | linux_systrace_args.c | 958 struct setregid_args *p = params; in systrace_args()
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 222 …{ .sy_narg = AS(setregid_args), .sy_call = (sy_call_t *)sys_setregid, .sy_auevent = AUE_SETREGID, …
|
H A D | linux32_systrace_args.c | 1411 struct setregid_args *p = params; in systrace_args()
|
/freebsd/sys/sys/ |
H A D | sysproto.h | 405 struct setregid_args { struct 1973 int sys_setregid(struct thread *, struct setregid_args *);
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_sysent.c | 197 …{ .sy_narg = AS(setregid_args), .sy_call = (sy_call_t *)sys_setregid, .sy_auevent = AUE_SETREGID, …
|
H A D | freebsd32_systrace_args.c | 696 struct setregid_args *p = params; in systrace_args()
|