Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c113 static const pt_ptl_ops_t proc_lwp_ops; variable
305 pt->p_ptl_ops = &proc_lwp_ops; in thr_check()
343 pt->p_ptl_ops != &proc_lwp_ops) { in pt_rtld_event()
348 pt->p_ptl_ops = &proc_lwp_ops; in pt_rtld_event()
566 pt->p_ptl_ops = &proc_lwp_ops; in pt_pre_detach()
753 pt->p_ptl_ops = &proc_lwp_ops; in pt_fork()
905 pt->p_ptl_ops = &proc_lwp_ops; in pt_exec()
1629 if (pt->p_ptl_ops == &proc_lwp_ops) in pt_status_dcmd()
1815 ptl_ops = &proc_lwp_ops; in pt_tmodel()
1822 pt->p_ptl_ops = &proc_lwp_ops; in pt_tmodel()
[all …]