Searched refs:kmowner_t (Results 1 – 1 of 1) sorted by relevance
4001 } kmowner_t; typedef4006 kmowner_t *kmu_hash; /* Hash table of owners */4017 kmowner_t *kmo, *kmoend; in kmu_add()4025 kmo = mdb_alloc(sizeof (kmowner_t) * s, UM_SLEEP | UM_GC); in kmu_add()4026 bcopy(kmu->kmu_hash, kmo, sizeof (kmowner_t) * kmu->kmu_size); in kmu_add()4139 const kmowner_t *lhs = lp; in kmownercmp()4140 const kmowner_t *rhs = rp; in kmownercmp()4163 kmowner_t *kmo, *kmoend; in kmausers()4241 qsort(kmu.kmu_hash, kmu.kmu_nelems, sizeof (kmowner_t), kmownercmp); in kmausers()