Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1876 const pt_ptl_ops_t *ptl_ops; in pt_tmodel() local
1882 ptl_ops = &proc_tdb_ops; in pt_tmodel()
1884 ptl_ops = &proc_lwp_ops; in pt_tmodel()
1888 if (t->t_pshandle != NULL && pt->p_ptl_ops != ptl_ops) { in pt_tmodel()
1894 if (ptl_ops == &proc_tdb_ops) { in pt_tmodel()