Home
last modified time | relevance | path

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

/freebsd/lib/libc/amd64/gen/
H A Dmakecontext.c34 typedef void (*func_t)(uint64_t, uint64_t, uint64_t, uint64_t, uint64_t, typedef
38 static void makectx_wrapper(ucontext_t *ucp, func_t func, uint64_t *args);
97 makectx_wrapper(ucontext_t *ucp, func_t func, uint64_t *args) in makectx_wrapper()