Searched refs:CREDGRPSZ (Results 1 – 1 of 1) sorted by relevance
83 #define CREDGRPSZ(ngrp) (sizeof (credgrp_t) + ((ngrp - 1) * sizeof (gid_t))) macro841 cr->cr_grps = kmem_alloc(CREDGRPSZ(n), KM_SLEEP); in crsetgroups()1434 size_t sz = CREDGRPSZ(n); in crgrpcopyin()1471 kmem_free(grps, CREDGRPSZ(grps->crg_ngroups)); in crgrprele()