Searched refs:sys_getpgrp (Results 1 – 6 of 6) sorted by relevance
| /trueos/sys/amd64/linux32/ |
| HD | linux32_sysent.c | 87 { 0, (sy_call_t *)sys_getpgrp, AUE_GETPGRP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 65 = getpgrp */
|
| /trueos/sys/i386/linux/ |
| HD | linux_sysent.c | 86 { 0, (sy_call_t *)sys_getpgrp, AUE_GETPGRP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 65 = getpgrp */
|
| /trueos/sys/kern/ |
| HD | kern_prot.c | 141 sys_getpgrp(struct thread *td, struct getpgrp_args *uap) in sys_getpgrp() function
|
| HD | init_sysent.c | 124 …{ 0, (sy_call_t *)sys_getpgrp, AUE_GETPGRP, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 81 = g…
|
| /trueos/sys/compat/freebsd32/ |
| HD | freebsd32_sysent.c | 131 { 0, (sy_call_t *)sys_getpgrp, AUE_GETPGRP, NULL, 0, 0, 0, SY_THR_STATIC }, /* 81 = getpgrp */
|
| /trueos/sys/sys/ |
| HD | sysproto.h | 2148 int sys_getpgrp(struct thread *, struct getpgrp_args *);
|