Home
last modified time | relevance | path

Searched refs:MDB_TGT_UNDEAD (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h340 #define MDB_TGT_UNDEAD 3 /* Target is undead (zombie) */ macro
H A Dmdb_target.c1075 if (t->t_status.st_state == MDB_TGT_UNDEAD) in tgt_continue()
1174 if (t->t_status.st_state == MDB_TGT_UNDEAD) in tgt_continue()
1220 if (t->t_status.st_state == MDB_TGT_UNDEAD) in tgt_continue()
H A Dmdb_proc.c736 status.st_state == MDB_TGT_UNDEAD || in pt_fork()
3290 tsp->st_state = MDB_TGT_UNDEAD; in pt_status()
H A Dmdb_cmds.c2563 case MDB_TGT_UNDEAD: in tgt_status()