Searched refs:sys_pdgetpid (Results 1 – 4 of 4) sorted by relevance
| /freebsd-10-stable/sys/kern/ |
| D | sys_procdesc.c | 210 sys_pdgetpid(struct thread *td, struct pdgetpid_args *uap) in sys_pdgetpid() function 529 sys_pdgetpid(struct thread *td, struct pdgetpid_args *uap) in sys_pdgetpid() function
|
| D | init_sysent.c | 556 …{ AS(pdgetpid_args), (sy_call_t *)sys_pdgetpid, AUE_PDGETPID, NULL, 0, 0, SYF_CAPENABLED, SY_THR_S…
|
| /freebsd-10-stable/sys/compat/freebsd32/ |
| D | freebsd32_sysent.c | 582 …{ AS(pdgetpid_args), (sy_call_t *)sys_pdgetpid, AUE_PDGETPID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 5…
|
| /freebsd-10-stable/sys/sys/ |
| D | sysproto.h | 2206 int sys_pdgetpid(struct thread *, struct pdgetpid_args *);
|