Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/am-utils/dist/amd/
Dclock.c64 callout_fun *c_fn; /* Function to call */
123 timeout(u_int secs, callout_fun *fn, opaque_t fn_arg) in timeout()
225 callout_fun *fn = cp->c_fn; in softclock()
Damd.h236 typedef void callout_fun(opaque_t); typedef