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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c847 } spa_aux_t; typedef in typeref:struct:spa_aux
852 const spa_aux_t *sa = a;
853 const spa_aux_t *sb = b;
867 spa_aux_t search;
868 spa_aux_t *aux;
874 aux = kmem_zalloc(sizeof (spa_aux_t), KM_SLEEP);
884 spa_aux_t search;
885 spa_aux_t *aux;
895 kmem_free(aux, sizeof (spa_aux_t));
904 spa_aux_t searc
[all...]

Completed in 49 milliseconds