Searched refs:LCPSZ (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deft_mdb.c44 #define LCPSZ sizeof (struct lut_cp) macro
59 lddp->ld_array = mdb_zalloc(LUT_SIZE_INIT * LCPSZ, UM_SLEEP);
63 new = mdb_zalloc((lddp->ld_arraysz + LUT_SIZE_INCR) * LCPSZ, UM_SLEEP);
64 bcopy(lddp->ld_array, new, lddp->ld_arraysz * LCPSZ);
65 mdb_free(lddp->ld_array, lddp->ld_arraysz * LCPSZ);
74 mdb_free(lddp->ld_array, lddp->ld_arraysz * LCPSZ);

Completed in 63 milliseconds