Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.h137 struct ps_prochandle *p_idlehandle; /* idle libproc handle */ member
H A Dmdb_proc.c949 t->t_pshandle = pt->p_idlehandle; in pt_exec()
1267 t->t_pshandle = pt->p_idlehandle; in pt_attach()
1457 t->t_pshandle = pt->p_idlehandle; in pt_kill()
1493 t->t_pshandle = pt->p_idlehandle; in pt_detach()
2430 if (pt->p_idlehandle != NULL && pt->p_idlehandle != t->t_pshandle) in pt_destroy()
2431 Prelease(pt->p_idlehandle, 0); in pt_destroy()
3480 if (t->t_pshandle != pt->p_idlehandle) in pt_run()
5374 (pt->p_idlehandle = Pgrab_file(aout_path, &perr)) != NULL && in mdb_proc_tgt_create()
5376 t->t_pshandle = pt->p_idlehandle; in mdb_proc_tgt_create()