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

/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_device_cache.c69 } attr_cache_t; typedef in typeref:struct:__anon834
99 * and attr_cache_t may cause collisions.
218 * desc_cache_t and attr_cache_t cause collisions.
281 * desc_cache_t and attr_cache_t cause collisions.
553 * to a attr_cache_t struct.
563 nvlist_free(((attr_cache_t *)obj)->attrs);
609 attr_cache_t *acp = NULL;
623 if ((acp = (attr_cache_t *)calloc(1, sizeof (attr_cache_t))) == NULL) {

Completed in 100 milliseconds