Home
last modified time | relevance | path

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

/src/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c709 fasttrap_exec_exit(proc_t *p) in fasttrap_exec_exit() function
2506 dtrace_fasttrap_exit = &fasttrap_exec_exit; in fasttrap_load()
2507 dtrace_fasttrap_exec = &fasttrap_exec_exit; in fasttrap_load()
2579 ASSERT(dtrace_fasttrap_exec == &fasttrap_exec_exit); in fasttrap_unload()
2582 ASSERT(dtrace_fasttrap_exit == &fasttrap_exec_exit); in fasttrap_unload()