Searched refs:commit_func (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.h159 extern cmd_func_t cancel_func, clear_func, commit_func, create_func;
H A Dnwamcfg_grammar.y201 $$->cmd_handler = &commit_func;
H A Dnwamcfg.c1211 commit_func(cmd_t *cmd) function
/illumos-gate/usr/src/lib/libtnfctl/
H A Dprobes_ext.c200 state_p->traced = (prbctl_p->commit_func ==
324 prbctl_p->commit_func = (tnf_probe_func_t) hndl->commitfunc;
326 offsetof(struct tnf_probe_control, commit_func),
351 prbctl_p->commit_func = (tnf_probe_func_t) hndl->rollbackfunc;
353 offsetof(struct tnf_probe_control, commit_func),
H A Dkernel_int.c355 probebuf.traced = (p->wrkprbctl.commit_func == PRBK_DUMMY_COMMIT);
435 p->wrkprbctl.commit_func = (probebuf.traced) ?
H A Dprobes.c575 if (prbctl_p->wrkprbctl.commit_func == NULL) {
578 prbctl_p->wrkprbctl.commit_func =
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h206 extern void commit_func(cmd_t *);
H A Dzonecfg_grammar.y340 $$->cmd_handler = &commit_func;
349 $$->cmd_handler = &commit_func;
H A Dzonecfg.c6076 * This function can be called by commit_func(), which needs to save things,
6079 * having commit_func() call here with cmd->cmd_arg set to "save" to indicate
7020 commit_func(cmd_t *cmd) function
7267 commit_func(cmd);
/illumos-gate/usr/src/uts/common/tnf/
H A Dmkprobehdr.sh114 tnf_probe_func_t commit_func;
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dtrace_funcs.c343 (set_p->probe_p->commit_func)(set_p);
/illumos-gate/usr/src/uts/common/sys/
H A Dtnf_probe.h106 tnf_probe_func_t commit_func; member in struct:tnf_probe_control

Completed in 99 milliseconds