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.c1678 if (P->state == PS_IDLE) { in Prelease()
1860 case PS_IDLE: in Pstopstatus()
2064 if (P->state == PS_IDLE) { in Pgetareg()
2269 P->state == PS_IDLE) { in Psetbkpt()
2317 P->state == PS_IDLE) { in Pdelbkpt()
2790 P->state == PS_IDLE) in Psetsignal()
2817 P->state == PS_IDLE) in Psetfault()
2844 P->state == PS_IDLE) in Psetsysentry()
2871 P->state == PS_IDLE) in Psetsysexit()
2952 case PS_IDLE: in Plwp_iter()
[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()
1860 if (P->state == PS_DEAD || P->state == PS_IDLE) { in Pbuild_file_symtab()
2542 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.c1071 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_IDLE) { in pt_stack_common()
1204 case PS_IDLE: in pt_lwpids()
1273 if (state != PS_DEAD && state != PS_IDLE) { in pt_attach()
1296 if (state != PS_DEAD && state != PS_IDLE) in pt_regstatus()
1659 if (psp != NULL && state != PS_UNDEAD && state != PS_IDLE) in pt_status_dcmd()
1669 } else if (state == PS_IDLE) { in pt_status_dcmd()
1690 if (state != PS_UNDEAD && state != PS_IDLE) { in pt_status_dcmd()
1805 case PS_IDLE: in pt_status_dcmd()
1965 if (opt_t && (Pstate(t->t_pshandle) == PS_IDLE || in pt_getenv()
2595 if (t->t_pshandle == NULL || Pstate(t->t_pshandle) == PS_IDLE) in tlsbase()
[all …]