Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libproc/common/
H A DPlwpregs.c232 if (P->state == PS_IDLE) { in Plwp_getxregs()
268 if (P->state == PS_IDLE) { in Plwp_getgwindows()
299 if (P->state == PS_IDLE) { in Plwp_getasrs()
337 if (P->state == PS_IDLE) { in Plwp_getpsinfo()
360 if (P->state == PS_IDLE) { in Plwp_getspymaster()
393 if (P->state == PS_IDLE) { in Plwp_stack()
434 if (P->state == PS_IDLE) { in Plwp_main_stack()
505 if (P->state == PS_IDLE) { in Plwp_alt_stack()
H A DPcontrol.c1457 if (P->state == PS_DEAD || P->state == PS_IDLE) in Preopen()
1632 if (P->state == PS_IDLE) { in Prelease()
1814 case PS_IDLE: in Pstopstatus()
1841 if (P->state == PS_DEAD || P->state == PS_IDLE) in Pstopstatus()
2018 if (P->state == PS_IDLE) { in Pgetareg()
2223 P->state == PS_IDLE) { in Psetbkpt()
2271 P->state == PS_IDLE) { in Pdelbkpt()
2439 P->state == PS_IDLE) { in Psetwapt()
2465 P->state == PS_IDLE) { in Pdelwapt()
2684 P->state == PS_IDLE) { in Psetaction()
[all …]
H A DPfdinfo.c88 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.c183 P->state = PS_IDLE; in Pgrab_file()
H A Dlibproc.h124 #define PS_IDLE 6 /* process has not been run */ macro
H A DPsymtab.c592 if (P->rap == NULL && P->state != PS_DEAD && P->state != PS_IDLE) { in Prd_agent()
1606 if (P->state == PS_DEAD || P->state == PS_IDLE) { in Pbuild_file_symtab()
2139 else if (Prd_agent(P) != NULL || P->state == PS_IDLE) in object_name_to_map()
/titanic_50/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()
1202 case PS_IDLE: in pt_lwpids()
1246 if (t->t_pshandle != NULL && Pstate(t->t_pshandle) != PS_IDLE) { in pt_attach()
1271 if (state != PS_DEAD && state != PS_IDLE) { in pt_attach()
1294 if (state != PS_DEAD && state != PS_IDLE) in pt_regstatus()
1421 (state = Pstate(t->t_pshandle)) != PS_DEAD && state != PS_IDLE) { in pt_kill()
1454 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_IDLE) { in pt_detach()
1596 if (psp != NULL && state != PS_UNDEAD && state != PS_IDLE) in pt_status_dcmd()
1606 } else if (state == PS_IDLE) { in pt_status_dcmd()
1627 if (state != PS_UNDEAD && state != PS_IDLE) { in pt_status_dcmd()
[all …]