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

/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsec_svc.c230 size_t len, allocsz, oallocsz; local
240 oallocsz = count * SIZEOF_PTR(model);
248 oroots = kmem_alloc(oallocsz, KM_SLEEP);
250 if (copyin(*proots, oroots, oallocsz))
280 kmem_free(oroots, oallocsz);
286 oroots = kmem_alloc(oallocsz, KM_SLEEP);
288 if (copyin(*proots, oroots, oallocsz))
303 kmem_free(oroots, oallocsz);
310 kmem_free(oroots, oallocsz);
315 kmem_free(oroots, oallocsz);
[all...]

Completed in 45 milliseconds