Searched refs:sectPerSU (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/sys/dev/raidframe/ |
| H A D | rf_compat32.c | 57 RF_SectorNum_t32 sectPerSU; /* sectors per stripe unit */ member 112 k_cfg->sectPerSU = k_cfg32->sectPerSU; in rf_config_netbsd32()
|
| H A D | rf_compat50.c | 52 RF_SectorNum_t sectPerSU; member 150 k_cfg->sectPerSU = k50_cfg->sectPerSU; in rf_config50()
|
| H A D | rf_compat80.c | 90 RF_SectorNum_t sectPerSU; /* sectors per stripe unit */ member 276 k_cfg->sectPerSU = k80_cfg->sectPerSU; in rf_config80()
|
| H A D | raidframevar.h | 330 RF_SectorNum_t sectPerSU; /* sectors per stripe unit */ member 437 int sectPerSU; /* Sectors per Stripe Unit */ member
|
| H A D | rf_dagfuncs.c | 531 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 D | rf_layout.c | 410 layoutPtr->sectorsPerStripeUnit = cfgPtr->sectPerSU; in rf_ConfigureLayout()
|
| H A D | rf_netbsdkintf.c | 3260 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 D | raidctl.c | 722 "# 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 D | rf_configure.c | 329 cfgPtr->sectPerSU = (RF_SectorNum_t) aa; in rf_MakeConfig()
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | msg.pm.en | 87 message raid_sectpersu_fmt {sectPerSU} 94 message raid_sectpersu_ask {sectPerSU?}
|
| H A D | msg.pm.de | 86 message raid_sectpersu_fmt {sectPerSU} 93 message raid_sectpersu_ask {sectPerSU?}
|
| H A D | msg.pm.fr | 86 message raid_sectpersu_fmt {sectPerSU} 93 message raid_sectpersu_ask {sectPerSU?}
|
| H A D | msg.pm.es | 86 message raid_sectpersu_fmt {sectPerSU} 93 message raid_sectpersu_ask {sectPerSU?}
|
| H A D | partman.c | 92 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()
|