Searched refs:sys_getpgrp (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_prot.c | 143 sys_getpgrp(struct thread *td, struct getpgrp_args *uap) in sys_getpgrp() function
|
| H A D | init_sysent.c | 139 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_getpgrp, .sy_auevent = AUE_GETPGRP, .sy_flags = SYF_CA…
|
| /f-stack/freebsd/arm/linux/ |
| H A D | linux_sysent.c | 85 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_getpgrp, .sy_auevent = AUE_GETPGRP, .sy_flags = 0, .sy…
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_sysent.c | 131 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_getpgrp, .sy_auevent = AUE_GETPGRP, .sy_flags = 0, .sy…
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_sysent.c | 85 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_getpgrp, .sy_auevent = AUE_GETPGRP, .sy_flags = 0, .sy…
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_sysent.c | 85 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_getpgrp, .sy_auevent = AUE_GETPGRP, .sy_flags = 0, .sy…
|
| /f-stack/freebsd/sys/ |
| H A D | sysproto.h | 1911 int sys_getpgrp(struct thread *, struct getpgrp_args *);
|