Searched refs:sys_setpgid (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/sys/i386/ibcs2/ |
| H A D | ibcs2_misc.c | 947 sys_setpgid(td, &sa); in ibcs2_pgrpsys() 960 return sys_setpgid(td, &sa); in ibcs2_pgrpsys()
|
| H A D | ibcs2_ioctl.c | 532 error = sys_setpgid(td, &sa);
|
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysent.c | 174 …{ AS(setpgid_args), (sy_call_t *)sys_setpgid, AUE_SETPGRP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 154 …
|
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 129 …{ AS(setpgid_args), (sy_call_t *)sys_setpgid, AUE_SETPGRP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 109 …
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysent.c | 77 …{ AS(setpgid_args), (sy_call_t *)sys_setpgid, AUE_SETPGRP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 57 =…
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysent.c | 77 …{ AS(setpgid_args), (sy_call_t *)sys_setpgid, AUE_SETPGRP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 57 =…
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_prot.c | 375 sys_setpgid(struct thread *td, struct setpgid_args *uap) in sys_setpgid() function
|
| H A D | init_sysent.c | 134 …{ AS(setpgid_args), (sy_call_t *)sys_setpgid, AUE_SETPGRP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 82 =…
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 141 …{ AS(setpgid_args), (sy_call_t *)sys_setpgid, AUE_SETPGRP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 82 =…
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 1855 int sys_setpgid(struct thread *, struct setpgid_args *);
|