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

/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c60 #define MDB_RD(a, b, c) mdb_vread(a, b, (uintptr_t)c) macro
727 if (MDB_RD(targets, sizeof (targets) * max_dev, m.targets) == -1) {
745 if (MDB_RD(&xs, sizeof (xs), targets[idx]) == -1) {
780 if (MDB_RD(&phy, sizeof (phy), xs.phy) == -1) {
896 if (MDB_RD(&xs, sizeof (xs), wp->xp) == -1) {
903 if (MDB_RD(&phy, sizeof (phy), wp->phy) == -1) {
954 if (MDB_RD(wp + idx, sizeof (pmcwork_t), _wp) == -1) {
1133 if (MDB_RD(&s, sizeof (s), sp) == -1) {
1149 if (MDB_RD(&s, sizeof (s), sp) == -1) {
1163 if (MDB_RD(target
[all...]

Completed in 71 milliseconds