Searched refs:sys_getpid (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/i386/ibcs2/ |
| H A D | ibcs2_isc_sysent.c | 34 { 0, (sy_call_t *)sys_getpid, AUE_GETPID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 13 = getpid */
|
| H A D | ibcs2_sysent.c | 39 { 0, (sy_call_t *)sys_getpid, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 20 = getpid */
|
| /freebsd-12.1/sys/kern/ |
| H A D | kern_prot.c | 99 sys_getpid(struct thread *td, struct getpid_args *uap) in sys_getpid() function
|
| H A D | init_sysent.c | 72 …{ 0, (sy_call_t *)sys_getpid, AUE_GETPID, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 20 = get…
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 79 …{ 0, (sy_call_t *)sys_getpid, AUE_GETPID, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 20 = get…
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 1808 int sys_getpid(struct thread *, struct getpid_args *);
|