Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c375 #define TF_MERGE 0x20 macro
409 } else if (!(oflags & TF_MERGE)) { \ in thread()
428 'm', MDB_OPT_SETBITS, TF_MERGE, &oflags, NULL) != argc) in thread()
434 if (!(oflags & ~TF_MERGE)) in thread()
438 oflags = TF_INTR | TF_DISP | TF_MERGE; in thread()