Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_whatis.h108 #define WHATIS_IDSPACE 0x2 /* -i, only search identifiers */ macro
H A Dmdb_whatis.c520 'i', MDB_OPT_SETBITS, WHATIS_IDSPACE, &w.w_flags, in cmd_whatis()
582 if (w.w_flags & WHATIS_IDSPACE) { in cmd_whatis()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c2299 int idspace = ((mdb_whatis_flags(w) & WHATIS_IDSPACE) != 0); in whatis_walk_vmem()
2343 int idspace = ((mdb_whatis_flags(w) & WHATIS_IDSPACE) != 0); in whatis_walk_cache()