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

/illumos-gate/usr/src/cmd/dispadmin/
H A Dfxdispadmin.c156 int fxdpsz; local
176 fxdpsz = fxadmin.fx_ndpents * sizeof (fxdpent_t);
177 if ((fx_dptbl = (fxdpent_t *)malloc(fxdpsz)) == NULL)
/illumos-gate/usr/src/uts/common/disp/
H A Dfx.c307 size_t fxdpsz; local
326 fxdpsz = (fx_maxumdpri + 1) * sizeof (fxdpent_t);
352 fxdpsz);
385 if (fxadmin.fx_ndpents * sizeof (fxdpent_t) != fxdpsz) {
394 tmpdpp = kmem_alloc(fxdpsz, KM_SLEEP);
395 if (copyin(fxadmin.fx_dpents, tmpdpp, fxdpsz)) {
396 kmem_free(tmpdpp, fxdpsz);
411 kmem_free(tmpdpp, fxdpsz);
426 kmem_free(tmpdpp, fxdpsz);

Completed in 60 milliseconds