Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/dtrace/
H A Dfasttrap.c474 fasttrap_exec_exit(proc_t *p) in fasttrap_exec_exit() function
2149 dtrace_fasttrap_exit_ptr = &fasttrap_exec_exit; in fasttrap_attach()
2150 dtrace_fasttrap_exec_ptr = &fasttrap_exec_exit; in fasttrap_attach()
2335 ASSERT(dtrace_fasttrap_exec_ptr == &fasttrap_exec_exit); in fasttrap_detach()
2338 ASSERT(dtrace_fasttrap_exit_ptr == &fasttrap_exec_exit); in fasttrap_detach()