Searched refs:sys_getpid (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/sys/i386/ibcs2/ |
| HD | ibcs2_isc_sysent.c | 33 { 0, (sy_call_t *)sys_getpid, AUE_GETPID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 13 = getpid */
|
| HD | ibcs2_sysent.c | 39 { 0, (sy_call_t *)sys_getpid, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 20 = getpid */
|
| /freebsd-11-stable/sys/compat/svr4/ |
| HD | svr4_sysent.c | 41 { 0, (sy_call_t *)sys_getpid, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 20 = getpid */
|
| /freebsd-11-stable/sys/kern/ |
| HD | kern_prot.c | 102 sys_getpid(struct thread *td, struct getpid_args *uap) in sys_getpid() function
|
| HD | init_sysent.c | 68 …{ 0, (sy_call_t *)sys_getpid, AUE_GETPID, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 20 = get…
|
| /freebsd-11-stable/sys/compat/freebsd32/ |
| HD | freebsd32_sysent.c | 75 …{ 0, (sy_call_t *)sys_getpid, AUE_GETPID, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 20 = get…
|
| /freebsd-11-stable/sys/sys/ |
| HD | sysproto.h | 1815 int sys_getpid(struct thread *, struct getpid_args *);
|