Home
last modified time | relevance | path

Searched defs:c_func (Results 1 – 7 of 7) sorted by relevance

/freebsd-9-stable/sys/sys/
D_callout.h55 void (*c_func)(void *); /* function to call */ member
/freebsd-9-stable/sbin/ifconfig/
Difconfig.h42 typedef void c_func(const char *cmd, int arg, int s, const struct afswtch *afp); typedef
52 c_func *c_func; member
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/os/
Dcallb.c55 boolean_t (*c_func)(); /* cb function: returns true if ok */ member
/freebsd-9-stable/sys/contrib/altq/altq/
Daltq_var.h195 void (*c_func)(void *); /* functiuon to call */ member
/freebsd-9-stable/sbin/pfctl/missing/altq/
Daltq_var.h199 void (*c_func)(void *); /* functiuon to call */ member
/freebsd-9-stable/usr.bin/mail/
Ddef.h107 int (*c_func)(); /* Implementor of the command */ member
/freebsd-9-stable/sys/kern/
Dkern_timeout.c452 void (*c_func)(void *); in softclock_call_cc() local