Searched refs:sys_getpgrp (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/sys/amd64/linux/ |
| H A D | linux_sysent.c | 131 { 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 D | linux32_sysent.c | 85 { 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 D | linux_sysent.c | 85 { 0, (sy_call_t *)sys_getpgrp, AUE_GETPGRP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 65 = getpgrp */
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_prot.c | 142 sys_getpgrp(struct thread *td, struct getpgrp_args *uap) in sys_getpgrp() function
|
| H A D | init_sysent.c | 133 …{ 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 D | freebsd32_sysent.c | 140 …{ 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 D | sysproto.h | 1854 int sys_getpgrp(struct thread *, struct getpgrp_args *);
|