Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/raidframe/
H A Drf_compat32.c57 RF_SectorNum_t32 sectPerSU; /* sectors per stripe unit */ member
112 k_cfg->sectPerSU = k_cfg32->sectPerSU; in rf_config_netbsd32()
H A Drf_compat50.c52 RF_SectorNum_t sectPerSU; member
150 k_cfg->sectPerSU = k50_cfg->sectPerSU; in rf_config50()
H A Drf_compat80.c90 RF_SectorNum_t sectPerSU; /* sectors per stripe unit */ member
276 k_cfg->sectPerSU = k80_cfg->sectPerSU; in rf_config80()
H A Draidframevar.h330 RF_SectorNum_t sectPerSU; /* sectors per stripe unit */ member
437 int sectPerSU; /* Sectors per Stripe Unit */ member
H A Drf_dagfuncs.c531 int sectPerSU = raidPtr->Layout.sectorsPerStripeUnit; in rf_XorIntoBuffer() local
532 int SUOffset = pda->startSector % sectPerSU; in rf_XorIntoBuffer()
535 RF_ASSERT(pda->numSector <= sectPerSU); in rf_XorIntoBuffer()
H A Drf_layout.c410 layoutPtr->sectorsPerStripeUnit = cfgPtr->sectPerSU; in rf_ConfigureLayout()
H A Drf_netbsdkintf.c3260 printf(" sectPerSU: %d SUsPerPU: %d SUsPerRU: %d\n", in rf_print_component_label()
3261 clabel->sectPerSU, clabel->SUsPerPU, clabel->SUsPerRU); in rf_print_component_label()
3368 (clabel1->sectPerSU == clabel2->sectPerSU) && in rf_does_it_fit()
3505 config->sectPerSU = clabel->sectPerSU; in rf_create_configuration()
3636 clabel->sectPerSU = raidPtr->Layout.sectorsPerStripeUnit; in raid_init_component_label()
/netbsd-src/sbin/raidctl/
H A Draidctl.c722 "# sectPerSU SUsPerParityUnit SUsPerReconUnit RAID_level_%c\n", in rf_output_configuration()
725 component_label.sectPerSU, component_label.SUsPerPU, in rf_output_configuration()
834 printf(" sectPerSU: %d, SUsPerPU: %d, SUsPerRU: %d\n", in get_component_label()
835 component_label.sectPerSU, component_label.SUsPerPU, in get_component_label()
1283 /* pick some reasonable values for sectPerSU, etc. */ in rf_simple_create()
1287 cfg.sectPerSU = 64; in rf_simple_create()
1291 cfg.sectPerSU = 32; in rf_simple_create()
1294 cfg.sectPerSU = 16; in rf_simple_create()
1298 cfg.sectPerSU = 128; in rf_simple_create()
1302 cfg.sectPerSU in rf_simple_create()
[all...]
H A Drf_configure.c329 cfgPtr->sectPerSU = (RF_SectorNum_t) aa; in rf_MakeConfig()
/netbsd-src/usr.sbin/sysinst/
H A Dmsg.pm.en87 message raid_sectpersu_fmt {sectPerSU}
94 message raid_sectpersu_ask {sectPerSU?}
H A Dmsg.pm.de86 message raid_sectpersu_fmt {sectPerSU}
93 message raid_sectpersu_ask {sectPerSU?}
H A Dmsg.pm.fr86 message raid_sectpersu_fmt {sectPerSU}
93 message raid_sectpersu_ask {sectPerSU?}
H A Dmsg.pm.es86 message raid_sectpersu_fmt {sectPerSU}
93 message raid_sectpersu_ask {sectPerSU?}
H A Dpartman.c92 int sectPerSU, SUsPerParityUnit, SUsPerReconUnit, raid_level; member
582 dev_ptr->sectPerSU); in pm_raid_edit_menufmt()
652 out_var = &(dev_ptr->sectPerSU); in pm_raid_set_value()
683 .sectPerSU = 32, in pm_raid_init()
897 raids[i].sectPerSU, raids[i].SUsPerParityUnit, in pm_raid_commit()