Searched refs:sys_getpgrp (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_prot.c | 163 sys_getpgrp(struct thread *td, struct getpgrp_args *uap) in sys_getpgrp() function
|
H A D | init_sysent.c | 150 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_getpgrp, .sy_auevent = AUE_GETPGRP, .sy_flags = SYF_CA…
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysent.c | 82 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_getpgrp, .sy_auevent = AUE_GETPGRP, .sy_flags = 0, .sy…
|
/freebsd/sys/amd64/linux/ |
H A D | linux_sysent.c | 128 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_getpgrp, .sy_auevent = AUE_GETPGRP, .sy_flags = 0, .sy…
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysent.c | 83 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_getpgrp, .sy_auevent = AUE_GETPGRP, .sy_flags = 0, .sy…
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_sysent.c | 151 …{ .sy_narg = 0, .sy_call = (sy_call_t *)sys_getpgrp, .sy_auevent = AUE_GETPGRP, .sy_flags = SYF_CA…
|
/freebsd/sys/sys/ |
H A D | sysproto.h | 1943 int sys_getpgrp(struct thread *, struct getpgrp_args *);
|