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

/illumos-gate/usr/src/common/lvm/
H A Dmd_convert.c208 ms_unit32_od_t *small_un = (ms_unit32_od_t *)small; local
219 MDC_UNIT_BIG2SMALL(big_un, small_un);
221 small_un->un_hsp_id = big_un->un_hsp_id;
222 small_un->un_nrows = big_un->un_nrows;
223 small_un->c.un_size =
225 small_un->un_ocomp =
230 small_mdr = &small_un->un_row[0];
240 small_mdcomp = (ms_comp32_od_t *)(void *)&((char *)small_un)
241 [small_un->un_ocomp];
252 MDC_UNIT_SMALL2BIG(small_un, big_u
304 mm_unit32_od_t *small_un = (mm_unit32_od_t *)small; local
393 mr_unit32_od_t *small_un = (mr_unit32_od_t *)small; local
449 mp_unit32_od_t *small_un = (mp_unit32_od_t *)small; local
657 hot_spare32_od_t *small_un = (hot_spare32_od_t *)small; local
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/trans/
H A Dmdtrans.c884 mt_unit32_od_t *small_un; local
894 small_un = (mt_unit32_od_t *)mddb_getrecaddr(recid);
907 trans_master_convert((caddr_t)small_un, (caddr_t)big_un,
909 kmem_free(small_un, dep->de_reqsize);
/illumos-gate/usr/src/uts/common/io/lvm/softpart/
H A Dsp.c1284 mp_unit32_od_t *small_un; local
1324 small_un =
1327 ((small_un->un_numexts - 1) *
1331 softpart_convert((caddr_t)small_un,
1333 kmem_free(small_un, dep->de_reqsize);
/illumos-gate/usr/src/uts/common/io/lvm/stripe/
H A Dstripe.c831 ms_unit32_od_t *small_un; local
863 small_un =
865 newreqsize = get_big_stripe_req_size(small_un,
869 stripe_convert((caddr_t)small_un,
871 kmem_free(small_un, dep->de_reqsize);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_statconcise.c1262 mp_unit32_od_t *small_un; local
1265 small_un = (mp_unit32_od_t *)((uintptr_t)rbp +
1268 ((small_un->un_numexts - 1) *
1271 softpart_convert((caddr_t)small_un,
1293 ms_unit32_od_t *small_un; local
1296 small_un = (ms_unit32_od_t *)((uintptr_t)rbp +
1299 small_un, COMPLETE_STRUCTURE);
1301 stripe_convert((caddr_t)small_un,
1321 mm_unit32_od_t *small_un; local
1324 small_un
1348 mr_unit32_od_t *small_un; local
1381 mt_unit32_od_t *small_un; local
1408 hot_spare32_od_t *small_un; local
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c5157 mm_unit32_od_t *small_un; local
5204 small_un =
5209 mirror_convert((caddr_t)small_un,
5211 kmem_free(small_un, dep->de_reqsize);
/illumos-gate/usr/src/uts/common/io/lvm/raid/
H A Draid.c3643 mr_unit32_od_t *small_un; local
3674 small_un =
3676 ncol = small_un->un_totalcolumncnt;
3681 raid_convert((caddr_t)small_un, (caddr_t)big_un,
3683 kmem_free(small_un, dep->de_reqsize);
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c247 ms_unit32_od_t *small_un; local
253 small_un = (ms_unit32_od_t *)un;
256 if (small_un->un_nrows == 0)
262 small_mdr = &small_un->un_row[0];
264 for (row = 0; (row < small_un->un_nrows); row++) {
269 compoff = small_un->un_ocomp + rb_off;

Completed in 115 milliseconds