Home
last modified time | relevance | path

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

/trueos/sys/amd64/linux32/
HDlinux32_sysent.c87 { 0, (sy_call_t *)sys_getpgrp, AUE_GETPGRP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 65 = getpgrp */
/trueos/sys/i386/linux/
HDlinux_sysent.c86 { 0, (sy_call_t *)sys_getpgrp, AUE_GETPGRP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 65 = getpgrp */
/trueos/sys/kern/
HDkern_prot.c141 sys_getpgrp(struct thread *td, struct getpgrp_args *uap) in sys_getpgrp() function
HDinit_sysent.c124 …{ 0, (sy_call_t *)sys_getpgrp, AUE_GETPGRP, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 81 = g…
/trueos/sys/compat/freebsd32/
HDfreebsd32_sysent.c131 { 0, (sy_call_t *)sys_getpgrp, AUE_GETPGRP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 81 = getpgrp */
/trueos/sys/sys/
HDsysproto.h2148 int sys_getpgrp(struct thread *, struct getpgrp_args *);