Searched defs:RF_LayoutSW_s (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/raidframe/ |
H A D | raidframevar.h | 535 typedef struct RF_LayoutSW_s { struct 536 RF_ParityConfig_t parityConfig; 537 const char *configName; 541 int (*MakeLayoutSpecific) (FILE * fp, RF_Config_t * cfgPtr, 543 void *makeLayoutSpecificArg; 547 int (*Configure) (RF_ShutdownList_t ** shutdownListp, 551 void (*MapSector) (RF_Raid_t * raidPtr, RF_RaidAddr_t raidSector, 557 void (*MapParity) (RF_Raid_t * raidPtr, RF_RaidAddr_t raidSector, 562 void (*MapQ) (RF_Raid_t * raidPtr, RF_RaidAddr_t raidSector, 567 void (*IdentifyStripe) (RF_Raid_t * raidPtr, RF_RaidAddr_t addr, [all …]
|