Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcallb.c58 void *c_arg; /* arg to c_func */ member
128 cp->c_arg = arg; in callb_add_common()
253 cp->c_name, (void *)cp->c_func, (void *)cp->c_arg); in callb_execute_class()
258 if (!(*cp->c_func)(cp->c_arg, code)) in callb_execute_class()
370 callb_cpr_t *ccp = (callb_cpr_t *)cp->c_arg; in callb_is_stopped()
H A Dcallout.c1042 cp->c_arg = arg; in timeout_generic()
1481 (*cp->c_func)(cp->c_arg); in callout_list_expire()
H A Dsunddi.c4862 if (list->c_call == funcp && list->c_arg == arg) { in callback_insert()
4889 new->c_arg = arg; in callback_insert()
4938 arg = list->c_arg; in real_callback_run()
/illumos-gate/usr/src/compat/bhyve/sys/
H A Dcallout.h28 void *c_arg; member
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_sol_glue.c279 (c->c_func)(c->c_arg); in vmm_glue_callout_handler()
312 c->c_arg = arg; in callout_reset_hrtime()
/illumos-gate/usr/src/uts/common/sys/
H A Dcallo.h63 void *c_arg; /* argument to function */ member
H A Dddi_impldefs.h998 caddr_t c_arg; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c1602 void *c_arg; /* argument to routine */ member
1631 newp->c_arg = arg;
1666 if (freep->c_func == func && freep->c_arg == arg) {
1693 (*p->c_func)(p->c_arg); in calltimeout()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c952 (coargs->param != (uintptr_t)co->c_arg)) { in callouts_cb()
1085 (long long)coid, co->c_func, co->c_arg); in callouts_cb()