Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c115 static const pt_ptl_ops_t proc_lwp_ops; variable
307 pt->p_ptl_ops = &proc_lwp_ops; in thr_check()
345 pt->p_ptl_ops != &proc_lwp_ops) { in pt_rtld_event()
350 pt->p_ptl_ops = &proc_lwp_ops; in pt_rtld_event()
568 pt->p_ptl_ops = &proc_lwp_ops; in pt_pre_detach()
755 pt->p_ptl_ops = &proc_lwp_ops; in pt_fork()
907 pt->p_ptl_ops = &proc_lwp_ops; in pt_exec()
1692 if (pt->p_ptl_ops == &proc_lwp_ops) in pt_status_dcmd()
1884 ptl_ops = &proc_lwp_ops; in pt_tmodel()
1891 pt->p_ptl_ops = &proc_lwp_ops; in pt_tmodel()
[all …]