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.c118 static const pt_ptl_ops_t proc_lwp_ops; variable
310 pt->p_ptl_ops = &proc_lwp_ops; in thr_check()
348 pt->p_ptl_ops != &proc_lwp_ops) { in pt_rtld_event()
353 pt->p_ptl_ops = &proc_lwp_ops; in pt_rtld_event()
571 pt->p_ptl_ops = &proc_lwp_ops; in pt_pre_detach()
758 pt->p_ptl_ops = &proc_lwp_ops; in pt_fork()
910 pt->p_ptl_ops = &proc_lwp_ops; in pt_exec()
1709 if (pt->p_ptl_ops == &proc_lwp_ops) in pt_status_dcmd()
1901 ptl_ops = &proc_lwp_ops; in pt_tmodel()
1908 pt->p_ptl_ops = &proc_lwp_ops; in pt_tmodel()
[all …]