Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libproc/common/
H A DPlwpregs.c419 if (P->state == PS_IDLE) { in Plwp_getxregs()
497 if (P->state == PS_IDLE) { in Plwp_getgwindows()
528 if (P->state == PS_IDLE) { in Plwp_getasrs()
566 if (P->state == PS_IDLE) { in Plwp_getpsinfo()
592 if (P->state == PS_IDLE) { in Plwp_getname()
621 if (P->state == PS_IDLE) { in Plwp_getspymaster()
654 if (P->state == PS_IDLE) { in Plwp_stack()
695 if (P->state == PS_IDLE) { in Plwp_main_stack()
766 if (P->state == PS_IDLE) { in Plwp_alt_stack()
H A DPcontrol.c1569 if (P->state == PS_DEAD || P->state == PS_IDLE) in Preopen()
1744 if (P->state == PS_IDLE) { in Prelease()
1926 case PS_IDLE: in Pstopstatus()
1953 if (P->state == PS_DEAD || P->state == PS_IDLE) in Pstopstatus()
2130 if (P->state == PS_IDLE) { in Pgetareg()
2335 P->state == PS_IDLE) { in Psetbkpt()
2383 P->state == PS_IDLE) { in Pdelbkpt()
2551 P->state == PS_IDLE) { in Psetwapt()
2577 P->state == PS_IDLE) { in Pdelwapt()
2796 P->state == PS_IDLE) { in Psetaction()
[all …]
H A DPfdinfo.c116 if (P->state == PS_DEAD || P->state == PS_IDLE) in load_fdinfo()
H A DPsyscall.c104 P->state == PS_IDLE) { in Pcreate_agent()
324 if (P->state == PS_DEAD || P->state == PS_UNDEAD || P->state == PS_IDLE) in Psyscall()
H A DPidle.c184 P->state = PS_IDLE; in Pgrab_file()
H A Dlibproc.h117 #define PS_IDLE 6 /* process has not been run */ macro
H A DPsymtab.c613 if (P->rap == NULL && P->state != PS_DEAD && P->state != PS_IDLE) { in Prd_agent()
855 if (P->state == PS_IDLE && name == PR_OBJ_EXEC && P->info_valid == 1 && in Plmid_to_ctf()
1861 if (P->state == PS_DEAD || P->state == PS_IDLE) { in Pbuild_file_symtab()
2543 else if (Prd_agent(P) != NULL || P->state == PS_IDLE) in object_name_to_map()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_proc.c1069 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_IDLE) { in pt_stack_common()
1209 case PS_IDLE: in pt_lwpids()
1253 if (t->t_pshandle != NULL && Pstate(t->t_pshandle) != PS_IDLE) { in pt_attach()
1278 if (state != PS_DEAD && state != PS_IDLE) { in pt_attach()
1301 if (state != PS_DEAD && state != PS_IDLE) in pt_regstatus()
1468 (state = Pstate(t->t_pshandle)) != PS_DEAD && state != PS_IDLE) { in pt_kill()
1501 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_IDLE) { in pt_detach()
1676 if (psp != NULL && state != PS_UNDEAD && state != PS_IDLE) in pt_status_dcmd()
1686 } else if (state == PS_IDLE) { in pt_status_dcmd()
1707 if (state != PS_UNDEAD && state != PS_IDLE) { in pt_status_dcmd()
[all …]