HomeSort by: relevance | last modified time | path
    Searched defs:mapsw (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/raidframe/
rf_layout.c 95 also update the mapsw[] table in the raidctl sources */
97 static const RF_LayoutSW_t mapsw[] = { variable in typeref:typename:const RF_LayoutSW_t[]
383 for (p = &mapsw[0]; p->parityConfig; p++)
  /src/sbin/raidctl/
rf_configure.c 81 * The mapsw[] table below contains all the various RAID types that might
86 static const RF_LayoutSW_t mapsw[] = { variable in typeref:typename:const RF_LayoutSW_t[]
127 for (p = &mapsw[0]; p->parityConfig; p++)

Completed in 14 milliseconds