Home
last modified time | relevance | path

Searched refs:freebsd32_getitimer (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h711 int freebsd32_getitimer(struct thread *, struct freebsd32_getitimer_args *);
H A Dfreebsd32_sysent.c156 { .sy_narg = AS(freebsd32_getitimer_args), .sy_call = (sy_call_t *)freebsd32_getitimer, .sy_auevent = AUE_GETITIMER, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 86 = freebsd32_getitimer */
H A Dfreebsd32_misc.c610 freebsd32_getitimer(struct thread *td, struct freebsd32_getitimer_args *uap) in freebsd32_getitimer() function