Searched refs:getpgid_args (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Dkern_prot.c152 struct getpgid_args { struct
157 sys_getpgid(struct thread *td, struct getpgid_args *uap)
H A Dinit_sysent.c243 { AS(getpgid_args), (sy_call_t *)sys_getpgid, AUE_GETPGID, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 207 = getpgid */
H A Dsystrace_args.c1131 struct getpgid_args *p = params;
/freebsd-10-stable/sys/amd64/linux/
H A Dlinux_sysent.c141 { AS(getpgid_args), (sy_call_t *)sys_getpgid, AUE_GETPGID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 121 = getpgid */
H A Dlinux_systrace_args.c1018 struct getpgid_args *p = params;
/freebsd-10-stable/sys/amd64/linux32/
H A Dlinux32_sysent.c153 { AS(getpgid_args), (sy_call_t *)sys_getpgid, AUE_GETPGID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 132 = getpgid */
H A Dlinux32_systrace_args.c884 struct getpgid_args *p = params;
/freebsd-10-stable/sys/i386/linux/
H A Dlinux_sysent.c152 { AS(getpgid_args), (sy_call_t *)sys_getpgid, AUE_GETPGID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 132 = getpgid */
H A Dlinux_systrace_args.c922 struct getpgid_args *p = params;
/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c256 { AS(getpgid_args), (sy_call_t *)sys_getpgid, AUE_GETPGID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 207 = getpgid */
H A Dfreebsd32_systrace_args.c1038 struct getpgid_args *p = params;
/freebsd-10-stable/sys/sys/
H A Dsysproto.h645 struct getpgid_args { struct
1973 int sys_getpgid(struct thread *, struct getpgid_args *);

Completed in 209 milliseconds