Searched refs:szidx (Results 1 – 3 of 3) sorted by relevance
233 if (++zio->nidx > zio->szidx) { in tarfs_zio_update_index()234 zio->szidx *= 2; in tarfs_zio_update_index()236 zio->szidx * sizeof(*zio->idx), in tarfs_zio_update_index()622 zio->szidx = 128; in tarfs_zio_init()623 zio->idx = malloc(zio->szidx * sizeof(*zio->idx), M_TARFSZSTATE, in tarfs_zio_init()
159 unsigned int szidx; /* index capacity */ member
1375 uint_t szidx = dw->dw_ptrsz == sizeof (uint64_t); in die_base_type2enc() local1388 while (map->fsm_typesz[szidx] != 0) { in die_base_type2enc()1389 if (map->fsm_typesz[szidx] * mult == sz) in die_base_type2enc()