Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deft_mdb.c46 #define LCPSZ sizeof (struct lut_cp) macro
61 lddp->ld_array = mdb_zalloc(LUT_SIZE_INIT * LCPSZ, UM_SLEEP); in lut_dump_array_alloc()
65 new = mdb_zalloc((lddp->ld_arraysz + LUT_SIZE_INCR) * LCPSZ, UM_SLEEP); in lut_dump_array_alloc()
66 bcopy(lddp->ld_array, new, lddp->ld_arraysz * LCPSZ); in lut_dump_array_alloc()
67 mdb_free(lddp->ld_array, lddp->ld_arraysz * LCPSZ); in lut_dump_array_alloc()
76 mdb_free(lddp->ld_array, lddp->ld_arraysz * LCPSZ); in lut_dump_array_free()