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

  /src/sbin/raidctl/
rf_configure.h 49 int rf_MakeLayoutSpecificNULL(FILE *, RF_Config_t *, void *);
rf_configure.c 97 {'R', "RAID Level 5 rotated sparing", rf_MakeLayoutSpecificNULL, NULL},
99 {'C', "Chained Declustering", rf_MakeLayoutSpecificNULL, NULL},
101 {'I', "Interleaved Declustering", rf_MakeLayoutSpecificNULL, NULL},
103 {'0', "RAID Level 0", rf_MakeLayoutSpecificNULL, NULL},
105 {'1', "RAID Level 1", rf_MakeLayoutSpecificNULL, NULL},
107 {'4', "RAID Level 4", rf_MakeLayoutSpecificNULL, NULL},
109 {'5', "RAID Level 5", rf_MakeLayoutSpecificNULL, NULL},
111 {'E', "EvenOdd", rf_MakeLayoutSpecificNULL, NULL},
116 {'L', "Parity logging", rf_MakeLayoutSpecificNULL, NULL},
362 rf_MakeLayoutSpecificNULL(FILE *fp, RF_Config_t *cfgPtr, void *ignored
    [all...]

Completed in 12 milliseconds