Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtnfctl/
H A Dprobes_ext.c200 state_p->traced = (prbctl_p->commit_func == in tnfctl_probe_state_get()
324 prbctl_p->commit_func = (tnf_probe_func_t) hndl->commitfunc; in tnfctl_probe_trace()
326 offsetof(struct tnf_probe_control, commit_func), in tnfctl_probe_trace()
351 prbctl_p->commit_func = (tnf_probe_func_t) hndl->rollbackfunc; in tnfctl_probe_untrace()
353 offsetof(struct tnf_probe_control, commit_func), in tnfctl_probe_untrace()
H A Dkernel_int.c355 probebuf.traced = (p->wrkprbctl.commit_func == PRBK_DUMMY_COMMIT); in _tnfctl_prbk_flush()
435 p->wrkprbctl.commit_func = (probebuf.traced) ? in _tnfctl_refresh_kernel()
H A Dprobes.c575 if (prbctl_p->wrkprbctl.commit_func == NULL) { in read_a_probe()
578 prbctl_p->wrkprbctl.commit_func = in read_a_probe()
/titanic_50/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) in commit_func() function
/titanic_50/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.c6701 commit_func(cmd_t *cmd) in commit_func() function
6948 commit_func(cmd); in cleanup()
/titanic_50/usr/src/uts/common/tnf/
H A Dmkprobehdr.sh114 tnf_probe_func_t commit_func;
/titanic_50/usr/src/lib/libtnfprobe/
H A Dtrace_funcs.c343 (set_p->probe_p->commit_func)(set_p); in tnf_trace_end()
/titanic_50/usr/src/uts/common/sys/
H A Dtnf_probe.h106 tnf_probe_func_t commit_func; member