Home
last modified time | relevance | path

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

/netbsd-src/sys/kern/
H A Dkern_timeout.c368 c->c_func = NULL; in callout_init()
401 c, c->c_func, c->c_flags, __builtin_return_address(0)); in callout_destroy()
404 c, c->c_func, c->c_flags, __builtin_return_address(0)); in callout_destroy()
422 c, c->c_func, c->c_arg, c->c_flags, to_ticks); in callout_schedule_locked()
425 KASSERT(c->c_func != NULL); in callout_schedule_locked()
463 c, c->c_func, c->c_arg, c->c_flags, in callout_schedule_locked()
486 c->c_func = func; in callout_reset()
533 c, c->c_func, c->c_arg, c->c_flags, expired); in callout_stop()
563 c, c->c_func, c->c_arg, c->c_flags); in callout_halt()
572 c, c->c_func, c->c_arg, c->c_flags, /*expired*/false); in callout_halt()
[all …]
/netbsd-src/usr.sbin/user/
H A Dmain.c46 int (*c_func)(int, char **); /* called function */ member
93 return (*cmdp->c_func)(argc - (matched - 1), argv + (matched - 1)); in main()
/netbsd-src/external/cddl/osnet/dist/uts/common/os/
H A Dcallb.c55 boolean_t (*c_func)(); /* cb function: returns true if ok */ member
152 cp->c_func = func; in callb_add_common()
278 cp->c_name, (void *)cp->c_func, (void *)cp->c_arg); in callb_execute_class()
283 if (!(*cp->c_func)(cp->c_arg, code)) in callb_execute_class()
/netbsd-src/sys/altq/
H A Daltq_var.h194 void (*c_func)(void *); /* function to call */ member
198 (c)->c_func = (f); \
200 #define CALLOUT_STOP(c) untimeout((c)->c_func,(c)->c_arg)
/netbsd-src/usr.bin/mail/
H A Dlex.c735 e = (*com->c_func)(msgvec); in execute()
749 e = (*com->c_func)(msgvec); in execute()
758 e = (*com->c_func)(cp); in execute()
777 e = (*com->c_func)(arglist); in execute()
785 e = (*com->c_func)(0); in execute()
H A Ddef.h191 int (*c_func)(void *); /* Implementor of the command */ member
/netbsd-src/sys/sys/
H A Dcallout.h93 void (*c_func)(void *); /* function to call */ member
/netbsd-src/sys/arch/shark/shark/
H A Dscr.c533 void (*c_func)(struct scr_softc*,int); /* function to call */ member
3618 func = c->c_func; in hatClkIrq()
3731 new->c_func = ftn; in scrTimeout()
3803 if (t->c_func == ftn && t->c_sc == sc && t->c_arg == arg) in scrUntimeout()