Searched refs:newreqsize (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_statconcise.c | 1242 size_t newreqsize; in extract_mduser_data() local 1269 newreqsize = sizeof (mp_unit_t) + in extract_mduser_data() 1272 big_un = (void *)Zalloc(newreqsize); in extract_mduser_data() 1281 newreqsize = sizeof (mp_unit_t) + in extract_mduser_data() 1284 mdrec->record = (void *)Zalloc(newreqsize); in extract_mduser_data() 1285 bcopy(big_un, mdrec->record, newreqsize); in extract_mduser_data() 1300 newreqsize = get_big_stripe_req_size( in extract_mduser_data() 1302 big_un = (void *)Zalloc(newreqsize); in extract_mduser_data() 1311 newreqsize = get_stripe_req_size(big_un); in extract_mduser_data() 1312 mdrec->record = (void *)Zalloc(newreqsize); in extract_mduser_data() [all …]
|
/titanic_41/usr/src/uts/common/io/lvm/trans/ |
H A D | mdtrans.c | 788 size_t newreqsize; in trans_snarf() local 852 newreqsize = sizeof (ml_unit_t); in trans_snarf() 853 big_ul = (ml_unit_t *)kmem_zalloc(newreqsize, KM_SLEEP); in trans_snarf() 863 dep->de_icreqsize = newreqsize; in trans_snarf() 905 newreqsize = sizeof (mt_unit_t); in trans_snarf() 906 big_un = (mt_unit_t *)kmem_zalloc(newreqsize, KM_SLEEP); in trans_snarf() 916 dep->de_icreqsize = newreqsize; in trans_snarf()
|
/titanic_41/usr/src/uts/common/io/lvm/softpart/ |
H A D | sp.c | 1285 size_t newreqsize; in sp_snarf() local 1326 newreqsize = sizeof (mp_unit_t) + in sp_snarf() 1329 big_un = (mp_unit_t *)kmem_zalloc(newreqsize, in sp_snarf() 1335 dep->de_reqsize = newreqsize; in sp_snarf()
|
/titanic_41/usr/src/uts/common/io/lvm/hotspares/ |
H A D | hotspares.c | 1279 size_t newreqsize; in load_hotspare() local 1295 newreqsize = sizeof (hot_spare_t); in load_hotspare() 1296 b_hs = (hot_spare_t *)kmem_zalloc(newreqsize, KM_SLEEP); in load_hotspare() 1300 dep->de_reqsize = newreqsize; in load_hotspare()
|
/titanic_41/usr/src/uts/common/io/lvm/stripe/ |
H A D | stripe.c | 829 size_t newreqsize; in stripe_snarf() local 865 newreqsize = get_big_stripe_req_size(small_un, in stripe_snarf() 867 big_un = (ms_unit_t *)kmem_zalloc(newreqsize, in stripe_snarf() 873 dep->de_reqsize = newreqsize; in stripe_snarf()
|
/titanic_41/usr/src/uts/common/io/lvm/raid/ |
H A D | raid.c | 3641 size_t newreqsize; in raid_snarf() local 3677 newreqsize = sizeof (mr_unit_t) + in raid_snarf() 3679 big_un = (mr_unit_t *)kmem_zalloc(newreqsize, in raid_snarf() 3685 dep->de_reqsize = newreqsize; in raid_snarf()
|
/titanic_41/usr/src/uts/common/io/lvm/mirror/ |
H A D | mirror.c | 5155 size_t newreqsize; in mirror_snarf() local 5206 newreqsize = sizeof (mm_unit_t); in mirror_snarf() 5207 big_un = (mm_unit_t *)kmem_zalloc(newreqsize, in mirror_snarf() 5219 dep->de_icreqsize = newreqsize; in mirror_snarf()
|