Searched refs:sys_getppid (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | kern_prot.c | 118 sys_getppid(struct thread *td, struct getppid_args *uap) in sys_getppid() function
|
| H A D | init_sysent.c | 91 …{ 0, (sy_call_t *)sys_getppid, AUE_GETPPID, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 39 = g…
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 98 …{ 0, (sy_call_t *)sys_getppid, AUE_GETPPID, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 39 = g…
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 1826 int sys_getppid(struct thread *, struct getppid_args *);
|