Home
last modified time | relevance | path

Searched refs:MDB_TGT_F_UNLOAD (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h87 #define MDB_TGT_F_UNLOAD 0x2000 /* Unload has been requested */ macro
H A Dmdb_target.c1217 if (t->t_flags & MDB_TGT_F_UNLOAD) in tgt_continue()
/titanic_41/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c1503 t->t_flags |= MDB_TGT_F_UNLOAD; in kmt_continue()