Searched refs:p_idlehandle (Results 1 – 2 of 2) sorted by relevance
137 struct ps_prochandle *p_idlehandle; /* idle libproc handle */ member
949 t->t_pshandle = pt->p_idlehandle; in pt_exec()1264 t->t_pshandle = pt->p_idlehandle; in pt_attach()1454 t->t_pshandle = pt->p_idlehandle; in pt_kill()1490 t->t_pshandle = pt->p_idlehandle; in pt_detach()2427 if (pt->p_idlehandle != NULL && pt->p_idlehandle != t->t_pshandle) in pt_destroy()2428 Prelease(pt->p_idlehandle, 0); in pt_destroy()3477 if (t->t_pshandle != pt->p_idlehandle) in pt_run()5371 (pt->p_idlehandle = Pgrab_file(aout_path, &perr)) != NULL && in mdb_proc_tgt_create()5373 t->t_pshandle = pt->p_idlehandle; in mdb_proc_tgt_create()