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

/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2934 uintptr_t idx_table; local
2936 if (GETMEMB(addr, "sa_idx_tab", sa_idx_tab, idx_table)) {
2945 attr_count * sizeof (uint32_t), idx_table) == -1) {
2946 mdb_warn("failed to attribute offset table %p", idx_table);

Completed in 66 milliseconds