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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c779 } ug_cache_t; typedef in typeref:struct:ug_cache
801 static ug_cache_t *
804 ug_cache_t *pug = kmem_alloc(sizeof (ug_cache_t), KM_SLEEP);
873 bitmap4 argbmap, struct mntinfo4 *mi, ug_cache_t *pug)
1547 bitmap4 resbmap, bitmap4 argbmap, struct mntinfo4 *mi, ug_cache_t *pug)
2148 ug_cache_t *pug = NULL;
2331 kmem_free(pug, sizeof (ug_cache_t));
2400 kmem_free(pug, sizeof (ug_cache_t));

Completed in 53 milliseconds