Home
last modified time | relevance | path

Searched refs:sys_getpgrp (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c131 { 0, (sy_call_t *)sys_getpgrp, AUE_GETPGRP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 111 = getpgrp */
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c85 { 0, (sy_call_t *)sys_getpgrp, AUE_GETPGRP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 65 = getpgrp */
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c85 { 0, (sy_call_t *)sys_getpgrp, AUE_GETPGRP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 65 = getpgrp */
/freebsd-12.1/sys/kern/
H A Dkern_prot.c142 sys_getpgrp(struct thread *td, struct getpgrp_args *uap) in sys_getpgrp() function
H A Dinit_sysent.c133 …{ 0, (sy_call_t *)sys_getpgrp, AUE_GETPGRP, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 81 = g…
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c140 …{ 0, (sy_call_t *)sys_getpgrp, AUE_GETPGRP, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 81 = g…
/freebsd-12.1/sys/sys/
H A Dsysproto.h1854 int sys_getpgrp(struct thread *, struct getpgrp_args *);