Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svr4pkg/pkgadm/
H A Dmain.c60 int (*c_func)(int, char **); member
136 return (cmds[cur_cmd].c_func(newargc, newargv)); in main()
150 return (cert_cmds[cur_cmd].c_func(newargc, newargv)); in main()
/titanic_50/usr/src/uts/common/os/
H A Dcallb.c59 boolean_t (*c_func)(); /* cb function: returns true if ok */ member
129 cp->c_func = func; in callb_add_common()
255 cp->c_name, (void *)cp->c_func, (void *)cp->c_arg); in callb_execute_class()
260 if (!(*cp->c_func)(cp->c_arg, code)) in callb_execute_class()
H A Dcallout.c1040 cp->c_func = func; in timeout_generic()
1480 (*cp->c_func)(cp->c_arg); in callout_list_expire()
/titanic_50/usr/src/cmd/mailx/
H A Dlex.c520 if (com->c_func == (int (*)(void *))edstop) { in execute()
598 e = (*com->c_func)(msgvec); in execute()
614 e = (*com->c_func)(msgvec); in execute()
624 e = (*com->c_func)(cp); in execute()
646 e = (*com->c_func)(arglist); in execute()
654 e = (*com->c_func)(0); in execute()
670 if (com->c_func == (int (*)(void *))edstop) in execute()
/titanic_50/usr/src/cmd/dtrace/demo/sdt/
H A Dcallout.d31 @callouts[((callout_t *)arg0)->c_func] = count();
H A Dinterval.d31 self->callout = ((callout_t *)arg0)->c_func;
/titanic_50/usr/src/cmd/nvmeadm/
H A Dnvmeadm.c89 int (*c_func)(int, const nvme_process_arg_t *); member
286 cmd->c_func != do_list) { in main()
496 exitcode += npa->npa_cmd->c_func(fd, npa); in nvme_process()
577 cmd.c_func = do_list_nsid; in do_list()
883 cmd.c_func = do_attach_detach; in do_format_common()
/titanic_50/usr/src/uts/common/sys/
H A Dcallo.h62 void (*c_func)(void *); /* function to call */ member
/titanic_50/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c171 int (*c_func)(int argc, char **argv, GLOBALDATA_T *a_gdt); member
460 result = cmds[cur_cmd].c_func(newargc, newargv, gdt); in main()
2626 if (cmds[cur_cmd].c_func == cmd_is_what) { in cmd_is_what()
2632 result = cmds[cur_cmd].c_func(argc, argv, a_gdt); in cmd_is_what()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c1606 void (*c_func) __P((void *)); /* routine */ member
1635 newp->c_func = func;
1669 if (freep->c_func == func && freep->c_arg == arg) {
1696 (*p->c_func)(p->c_arg); in calltimeout()
/titanic_50/usr/src/cmd/mailx/hdr/
H A Ddef.h171 int (*c_func)(void *); /* Implementor of the command */ member
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/
H A Difconfig.c240 int (*c_func)(char *, int64_t); member
705 for (p = cmds; p->c_func; p++) { in ifconfig()
783 if (p->c_func) { in ifconfig()
813 ret = (*p->c_func)(*argv, p->c_parameter); in ifconfig()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c744 (coargs->funcaddr != (uintptr_t)co->c_func)) { in callouts_cb()
881 (long long)coid, co->c_func, co->c_arg); in callouts_cb()