Home
last modified time | relevance | path

Searched refs:unique_t (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dunique.c36 } unique_t; typedef
43 const unique_t *una = (const unique_t *)a; in unique_compare()
44 const unique_t *unb = (const unique_t *)b; in unique_compare()
53 sizeof (unique_t), offsetof(unique_t, un_link)); in unique_init()
76 unique_t *un = kmem_alloc(sizeof (unique_t), KM_SLEEP); in unique_insert()
99 unique_t un_tofind; in unique_remove()
100 unique_t *un; in unique_remove()
107 kmem_free(un, sizeof (unique_t)); in unique_remove()