Searched refs:GETMEMB (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c116 #define GETMEMB(addr, structname, member, dest) \ macro
1831 if (GETMEMB(vdevp, "vdev", vdev_ms, mssp) ||
1832 GETMEMB(vdevp, "vdev", vdev_ms_count, mw->mw_nummss)) {
1878 if (GETMEMB(wsp->walk_addr, "spa", spa_root_vdev, root_vdevp) ||
1879 GETMEMB(root_vdevp, "vdev", vdev_children, mw->mw_numvdevs) ||
1880 GETMEMB(root_vdevp, "vdev", vdev_child, childp)) {
2685 if (GETMEMB(addr, "spa", spa_dsl_pool, addr) ||
2686 GETMEMB(addr, "dsl_pool", dp_blkstats, addr) ||
2936 if (GETMEMB(addr, "sa_idx_tab", sa_idx_tab, idx_table)) {
2974 if (GETMEMB(add
[all...]

Completed in 66 milliseconds