Searched refs:MDB_RD (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/mdb/common/modules/pmcs/ |
H A D | pmcs.c | 60 #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) { in display_targets() 745 if (MDB_RD(&xs, sizeof (xs), targets[idx]) == -1) { in display_targets() 780 if (MDB_RD(&phy, sizeof (phy), xs.phy) == -1) { in display_targets() 896 if (MDB_RD(&xs, sizeof (xs), wp->xp) == -1) { in display_one_work() 903 if (MDB_RD(&phy, sizeof (phy), wp->phy) == -1) { in display_one_work() 954 if (MDB_RD(wp + idx, sizeof (pmcwork_t), _wp) == -1) { in display_work() 1133 if (MDB_RD(&s, sizeof (s), sp) == -1) { in display_waitqs() 1149 if (MDB_RD(&s, sizeof (s), sp) == -1) { in display_waitqs() 1163 if (MDB_RD(targets, sizeof (targets) * max_dev, m.targets) == -1) { in display_waitqs() [all …]
|