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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deft_mdb.c48 int ld_arraysz; member in struct:lut_dump_desc
58 lddp->ld_arraysz = LUT_SIZE_INIT;
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);
67 lddp->ld_arraysz += LUT_SIZE_INCR;
74 mdb_free(lddp->ld_array, lddp->ld_arraysz * LCPSZ);
84 if (lddp->ld_nents == lddp->ld_arraysz)

Completed in 58 milliseconds