Searched defs:pokeaddr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c1004 uintptr_t pokeaddr; local
1023 pokeaddr = (uintptr_t)&rdc_k_info[index].group;
1024 if (mdb_vread(&group, sizeof (rdc_group_t *), pokeaddr) !=
1030 pokeaddr = (uintptr_t)(&group->seq);
1031 if (mdb_vwrite(&val, sizeof (val), pokeaddr) != sizeof (val)) {
1032 mdb_warn("failed to write seq at %p\n", pokeaddr);
1056 uintptr_t pokeaddr; local
1075 pokeaddr = (uintptr_t)&rdc_k_info[index].group;
1076 if (mdb_vread(&group, sizeof (rdc_group_t *), pokeaddr) !=
1082 pokeaddr
[all...]

Completed in 136 milliseconds