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

/macosx-10.9.5/network_cmds-433/ifconfig.tproj/
H A Difconfig.h70 typedef void c_func(const char *cmd, int arg, int s, const struct afswtch *afp); typedef
80 c_func *c_func; member in union:cmd::__anon11213
99 #define DEF_CMD(name, param, func) { name, param, { .c_func = func } }
100 #define DEF_CMD_ARG(name, func) { name, NEXTARG, { .c_func = func } }
101 #define DEF_CMD_OPTARG(name, func) { name, OPTARG, { .c_func = func } }
103 #define DEF_CLONE_CMD(name, param, func) { name, param, { .c_func = func }, 1 }
104 #define DEF_CLONE_CMD_ARG(name, func) { name, NEXTARG, { .c_func = func }, 1 }
H A Difconfig.c531 if (p->c_u.c_func || p->c_u.c_func2) {
563 p->c_u.c_func(argv[1], 0, s, afp);
566 p->c_u.c_func(argv[1], 0, s, afp);
576 p->c_u.c_func(*argv, p->c_parameter, s, afp);
/macosx-10.9.5/Security-55471.14.18/sec/SecurityTool/
H A DSecurityTool.h39 command_func c_func; /* function to execute the command. */ member in struct:command
H A DSecurityTool.c274 result = c->c_func(argc, argv);
/macosx-10.9.5/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched.h65 void (*c_func)(void *); /* function to call */ member in struct:callout
74 (c)->c_func = (f); \
78 #define CALLOUT_STOP(c) untimeout((c)->c_func, (c)->c_arg)
/macosx-10.9.5/security_systemkeychain-55191.2/src/
H A Dtokenadmin.m56 command_func c_func; /* function to execute the command. */
196 result = c->c_func(argc, argv);
/macosx-10.9.5/mail_cmds-29/mail/
H A Dlex.c403 e = (*com->c_func)(msgvec);
417 e = (*com->c_func)(msgvec);
427 e = (*com->c_func)(cp);
447 e = (*com->c_func)(arglist);
455 e = (*com->c_func)(0);
H A Ddef.h114 int (*c_func)(); /* Implementor of the command */ member in struct:cmd
/macosx-10.9.5/SecurityTool-55115/
H A Dsecurity.c79 command_func c_func; /* function to execute the command. */ member in struct:command
804 result = c->c_func(argc, argv);
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dmain.c1673 void (*c_func) __P((void *)); /* routine */ member in struct:callout
1700 newp->c_func = func;
1744 if (freep->c_func == func && freep->c_arg == arg) {
1775 (*p->c_func)(p->c_arg);
/macosx-10.9.5/modemccl-25.1/CCLEngine/
H A DCCLEngine.c101 void (*c_func)(void *); /* routine */ member in struct:callout
3110 newp->c_func = func;
3143 if (freep->c_func == func && freep->c_arg == arg) {
3170 (*p->c_func)(p->c_arg);

Completed in 203 milliseconds