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

/opensolaris-onvv-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
/opensolaris-onvv-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 =
/opensolaris-onvv-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.h202 extern void commit_func(cmd_t *);
H A Dzonecfg_grammar.y339 $$->cmd_handler = &commit_func;
348 $$->cmd_handler = &commit_func;
H A Dzonecfg.c5711 * This function can be called by commit_func(), which needs to save things,
5714 * having commit_func() call here with cmd->cmd_arg set to "save" to indicate
6615 commit_func(cmd_t *cmd) function
6862 commit_func(cmd);
/opensolaris-onvv-gate/usr/src/uts/common/tnf/
H A Dmkprobehdr.sh114 tnf_probe_func_t commit_func;
/opensolaris-onvv-gate/usr/src/lib/libtnfprobe/
H A Dtrace_funcs.c343 (set_p->probe_p->commit_func)(set_p);
/opensolaris-onvv-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 183 milliseconds