Searched refs:mmd_pattbl (Results 1 – 3 of 3) sorted by relevance
310 ASSERT(mmd->mmd_pattbl == NULL); in mmd_destructor()352 if (mmd->mmd_pattbl != NULL) in mmd_esballoc_free()353 mmd_destroy_pattbl(&(mmd->mmd_pattbl)); in mmd_esballoc_free()472 if (mmd->mmd_pattbl != NULL && in mmd_copy()473 mmd_copy_pattbl(mmd->mmd_pattbl, n_mmd, NULL, kmflags) < 0) { in mmd_copy()1283 tbl_p = pd != NULL ? &(pd->pd_pattbl) : &(mmd->mmd_pattbl); in mmd_addpattr()1533 tbl = pd != NULL ? pd->pd_pattbl : mmd->mmd_pattbl; in mmd_getpattr()
181 patbkt_t *mmd_pattbl; /* hash table of global attributes */ member
129 if (mmd.mmd_pattbl != 0) in multidata()130 mdb_snprintf(str, sizeof (str), "%016p", mmd.mmd_pattbl); in multidata()297 patbkt = (uintptr_t)mmd->mmd_pattbl; in multidata_stats()