Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h287 #define MDB_TGT_MAP_W 0x02 /* Mapping is writeable */ macro
H A Dmdb_rawfile.c242 map.map_flags |= MDB_TGT_MAP_W; in rf_print_map()
H A Dmdb_kvm.c1104 map.map_flags = MDB_TGT_MAP_R | MDB_TGT_MAP_W | MDB_TGT_MAP_X; in kt_mapping_walk()
1137 map->map_flags = MDB_TGT_MAP_R | MDB_TGT_MAP_W | MDB_TGT_MAP_X; in kt_module_to_map()
H A Dmdb_proc.c3133 mp->map_flags |= MDB_TGT_MAP_W; in pt_prmap_to_mdbmap()
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c1138 map.map_flags = MDB_TGT_MAP_R | MDB_TGT_MAP_W | MDB_TGT_MAP_X; in kmt_mapping_walk()
1173 map->map_flags = MDB_TGT_MAP_R | MDB_TGT_MAP_W | MDB_TGT_MAP_X; in kmt_mod_to_map()