Searched defs:proc_lwp_ops (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/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;
343 pt->p_ptl_ops != &proc_lwp_ops) {
348 pt->p_ptl_ops = &proc_lwp_ops;
566 pt->p_ptl_ops = &proc_lwp_ops;
753 pt->p_ptl_ops = &proc_lwp_ops;
905 pt->p_ptl_ops = &proc_lwp_ops;
1629 if (pt->p_ptl_ops == &proc_lwp_ops)
1815 ptl_ops = &proc_lwp_ops;
1822 pt->p_ptl_ops = &proc_lwp_ops;
4831 static const pt_ptl_ops_t proc_lwp_ops = { variable
[all...]

Completed in 58 milliseconds