HomeSort by: relevance | last modified time | path
    Searched refs:layoutSpecificInfo (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/dev/raidframe/
rf_chaindecluster.c 76 layoutPtr->layoutSpecificInfo = (void *) info;
114 RF_ChaindeclusterConfigInfo_t *info = (RF_ChaindeclusterConfigInfo_t *) raidPtr->Layout.layoutSpecificInfo;
130 RF_ChaindeclusterConfigInfo_t *info = (RF_ChaindeclusterConfigInfo_t *) raidPtr->Layout.layoutSpecificInfo;
174 RF_ChaindeclusterConfigInfo_t *info = (RF_ChaindeclusterConfigInfo_t *) raidPtr->Layout.layoutSpecificInfo;
211 RF_ChaindeclusterConfigInfo_t *info = (RF_ChaindeclusterConfigInfo_t *) raidPtr->Layout.layoutSpecificInfo;
rf_interdecluster.c 79 layoutPtr->layoutSpecificInfo = (void *) info;
138 RF_InterdeclusterConfigInfo_t *info = (RF_InterdeclusterConfigInfo_t *) raidPtr->Layout.layoutSpecificInfo;
153 RF_InterdeclusterConfigInfo_t *info = (RF_InterdeclusterConfigInfo_t *) raidPtr->Layout.layoutSpecificInfo;
190 RF_InterdeclusterConfigInfo_t *info = (RF_InterdeclusterConfigInfo_t *) raidPtr->Layout.layoutSpecificInfo;
224 RF_InterdeclusterConfigInfo_t *info = (RF_InterdeclusterConfigInfo_t *) raidPtr->Layout.layoutSpecificInfo;
rf_decluster.c 94 layoutPtr->layoutSpecificInfo = (void *) info;
297 info = (RF_DeclusteredConfigInfo_t *) raidPtr->Layout.layoutSpecificInfo;
322 RF_DeclusteredConfigInfo_t *info = (RF_DeclusteredConfigInfo_t *) layoutPtr->layoutSpecificInfo;
380 RF_DeclusteredConfigInfo_t *info = (RF_DeclusteredConfigInfo_t *) layoutPtr->layoutSpecificInfo;
438 RF_DeclusteredConfigInfo_t *info = (RF_DeclusteredConfigInfo_t *) layoutPtr->layoutSpecificInfo;
479 RF_DeclusteredConfigInfo_t *info = (RF_DeclusteredConfigInfo_t *) raidPtr->Layout.layoutSpecificInfo;
516 RF_DeclusteredConfigInfo_t *info = (RF_DeclusteredConfigInfo_t *) layoutPtr->layoutSpecificInfo;
545 info = (RF_DeclusteredConfigInfo_t *) layoutPtr->layoutSpecificInfo;
610 RF_DeclusteredConfigInfo_t *info = (RF_DeclusteredConfigInfo_t *) raidPtr->Layout.layoutSpecificInfo;
637 RF_DeclusteredConfigInfo_t *info = (RF_DeclusteredConfigInfo_t *) raidPtr->Layout.layoutSpecificInfo;
    [all...]
rf_raid0.c 66 layoutPtr->layoutSpecificInfo = (void *) info;
108 info = raidPtr->Layout.layoutSpecificInfo;
rf_raid4.c 68 layoutPtr->layoutSpecificInfo = (void *) info;
127 RF_Raid4ConfigInfo_t *info = raidPtr->Layout.layoutSpecificInfo;
rf_raid5_rotatedspare.c 70 layoutPtr->layoutSpecificInfo = (void *) info;
153 RF_Raid5RSConfigInfo_t *info = (RF_Raid5RSConfigInfo_t *) raidPtr->Layout.layoutSpecificInfo;
rf_raid5.c 69 layoutPtr->layoutSpecificInfo = (void *) info;
145 RF_Raid5ConfigInfo_t *info = (RF_Raid5ConfigInfo_t *) raidPtr->Layout.layoutSpecificInfo;
rf_declusterPQ.c 93 layoutPtr->layoutSpecificInfo = (void *) info;
282 RF_DeclusteredConfigInfo_t *info = (RF_DeclusteredConfigInfo_t *) layoutPtr->layoutSpecificInfo;
349 RF_DeclusteredConfigInfo_t *info = (RF_DeclusteredConfigInfo_t *) layoutPtr->layoutSpecificInfo;
399 RF_DeclusteredConfigInfo_t *info = (RF_DeclusteredConfigInfo_t *) layoutPtr->layoutSpecificInfo;
451 RF_DeclusteredConfigInfo_t *info = (RF_DeclusteredConfigInfo_t *) layoutPtr->layoutSpecificInfo;
rf_layout.h 83 void *layoutSpecificInfo; /* ptr to a structure holding
rf_raid1.c 77 layoutPtr->layoutSpecificInfo = (void *) info;
143 RF_Raid1ConfigInfo_t *info = raidPtr->Layout.layoutSpecificInfo;
rf_evenodd.c 78 layoutPtr->layoutSpecificInfo = (void *) info;
137 RF_EvenOddConfigInfo_t *info = (RF_EvenOddConfigInfo_t *) raidPtr->Layout.layoutSpecificInfo;
rf_paritylogging.c 103 layoutPtr->layoutSpecificInfo = (void *) info;
788 raidPtr->Layout.layoutSpecificInfo;

Completed in 45 milliseconds