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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dunique.c38 } unique_t; typedef in typeref:struct:unique
45 const unique_t *una = a;
46 const unique_t *unb = b;
59 sizeof (unique_t), offsetof(unique_t, un_link));
82 unique_t *un = kmem_alloc(sizeof (unique_t), KM_SLEEP);
105 unique_t un_tofind;
106 unique_t *un;
113 kmem_free(un, sizeof (unique_t));
[all...]

Completed in 56 milliseconds