Searched refs:sys_getpid (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_isc_sysent.c33 { 0, (sy_call_t *)sys_getpid, AUE_GETPID, NULL, 0, 0, 0, SY_THR_STATIC }, /* 13 = getpid */
H A Dibcs2_sysent.c39 { 0, (sy_call_t *)sys_getpid, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 20 = getpid */
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c75 { 0, (sy_call_t *)sys_getpid, AUE_GETPID, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 20 = getpid */
/freebsd-11-stable/sys/kern/
H A Dkern_prot.c102 sys_getpid(struct thread *td, struct getpid_args *uap) function
H A Dinit_sysent.c68 { 0, (sy_call_t *)sys_getpid, AUE_GETPID, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 20 = getpid */
/freebsd-11-stable/sys/sys/
H A Dsysproto.h1815 int sys_getpid(struct thread *, struct getpid_args *);
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_sysent.c41 { 0, (sy_call_t *)sys_getpid, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 20 = getpid */

Completed in 128 milliseconds