Searched refs:c_func (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/sbin/ifconfig/
H A Difconfig.h42 typedef void c_func(const char *cmd, int arg, int s, const struct afswtch *afp); typedef
52 c_func *c_func; member in union:cmd::__anon5993
71 #define DEF_CMD(name, param, func) { name, param, { .c_func = func }, 0, NULL }
72 #define DEF_CMD_ARG(name, func) { name, NEXTARG, { .c_func = func }, 0, NULL }
73 #define DEF_CMD_OPTARG(name, func) { name, OPTARG, { .c_func = func }, 0, NULL }
75 #define DEF_CLONE_CMD(name, param, func) { name, param, { .c_func = func }, 1, NULL }
76 #define DEF_CLONE_CMD_ARG(name, func) { name, NEXTARG, { .c_func = func }, 1, NULL }
H A Difconfig.c567 if (p->c_u.c_func || p->c_u.c_func2) {
572 p->c_u.c_func(argv[1], 0, s, afp);
575 p->c_u.c_func(argv[1], 0, s, afp);
585 p->c_u.c_func(*argv, p->c_parameter, s, afp);
/freebsd-10.1-release/sys/sys/
H A D_callout.h58 void (*c_func)(void *); /* function to call */ member in struct:callout
/freebsd-10.1-release/sys/kern/
H A Dkern_timeout.c560 c->c_func = func;
591 c->c_func = NULL;
603 void (*c_func)(void *);
635 c_func = c->c_func;
662 c, c_func, c_arg);
668 c, c_func, c_arg);
675 c, c_func, c_arg);
682 c_func(c_arg);
689 if (lastfunc != c_func || sbt
[all...]
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dcallb.c55 boolean_t (*c_func)(); /* cb function: returns true if ok */ member in struct:callb
56 void *c_arg; /* arg to c_func */
152 cp->c_func = func;
278 cp->c_name, (void *)cp->c_func, (void *)cp->c_arg);
283 if (!(*cp->c_func)(cp->c_arg, code))
/freebsd-10.1-release/sys/contrib/altq/altq/
H A Daltq_var.h195 void (*c_func)(void *); /* functiuon to call */ member in struct:callout
199 (c)->c_func = (f); \
201 #define CALLOUT_STOP(c) untimeout((c)->c_func,(c)->c_arg)
/freebsd-10.1-release/usr.bin/mail/
H A Dlex.c381 e = (*com->c_func)(msgvec);
395 e = (*com->c_func)(msgvec);
405 e = (*com->c_func)(cp);
425 e = (*com->c_func)(arglist);
433 e = (*com->c_func)(0);
H A Ddef.h107 int (*c_func)(); /* Implementor of the command */ member in struct:cmd
/freebsd-10.1-release/sys/netgraph/
H A Dng_base.c3815 if ((rval > 0) && (c->c_func == &ng_callout_trampoline) &&

Completed in 86 milliseconds