Home
last modified time | relevance | path

Searched refs:sys_setpgid (Results 1 – 10 of 10) sorted by relevance

/NextBSD/sys/i386/ibcs2/
HDibcs2_misc.c986 sys_setpgid(td, &sa);
999 return sys_setpgid(td, &sa);
HDibcs2_ioctl.c530 error = sys_setpgid(td, &sa);
/NextBSD/sys/amd64/linux/
HDlinux_sysent.c130 …{ AS(setpgid_args), (sy_call_t *)sys_setpgid, AUE_SETPGRP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 109 …
/NextBSD/sys/i386/linux/
HDlinux_sysent.c78 …{ AS(setpgid_args), (sy_call_t *)sys_setpgid, AUE_SETPGRP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 57 =…
/NextBSD/sys/amd64/linux32/
HDlinux32_sysent.c79 …{ AS(setpgid_args), (sy_call_t *)sys_setpgid, AUE_SETPGRP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 57 =…
/NextBSD/sys/compat/svr4/
HDsvr4_misc.c1034 return sys_setpgid(td, &sa);
/NextBSD/sys/kern/
HDkern_prot.c391 sys_setpgid(struct thread *td, register struct setpgid_args *uap) in sys_setpgid() function
HDinit_sysent.c131 …{ AS(setpgid_args), (sy_call_t *)sys_setpgid, AUE_SETPGRP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 82 =…
/NextBSD/sys/compat/freebsd32/
HDfreebsd32_sysent.c132 …{ AS(setpgid_args), (sy_call_t *)sys_setpgid, AUE_SETPGRP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 82 =…
/NextBSD/sys/sys/
HDsysproto.h2132 int sys_setpgid(struct thread *, struct setpgid_args *);