Searched refs:RF_ERRORMSG1 (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/dev/raidframe/ |
H A D | rf_general.h | 47 #define RF_ERRORMSG1(s,a) printf((s),(a)) macro
|
H A D | rf_disks.c | 187 RF_ERRORMSG1("Error: block size on disks (%d) must be a power of 2\n", bs); in rf_ConfigureDisks() 206 RF_ERRORMSG1("Error: block size of disk at c %d different from disk at c 0\n", c); in rf_ConfigureDisks() 258 RF_ERRORMSG1("Warning: spare disk %s failed TUR\n", in rf_ConfigureSpareDisks() 998 RF_ERRORMSG1("Too many spares: %d\n", raidPtr->numSpare); in rf_add_hot_spare() 1021 RF_ERRORMSG1("Warning: spare disk %s failed TUR\n", in rf_add_hot_spare()
|
H A D | rf_reconstruct.c | 232 RF_ERRORMSG1("RECON: no way to reconstruct failed disk for arch %c\n", in rf_ReconstructFailedDisk() 260 RF_ERRORMSG1("Unable to reconstruct disk at col %d because status not degraded\n", col); in rf_ReconstructFailedDiskBasic() 275 RF_ERRORMSG1("Unable to reconstruct disk at col %d because no spares are available\n", col); in rf_ReconstructFailedDiskBasic() 373 RF_ERRORMSG1("RECON: no way to reconstruct failed disk for arch %c\n", in rf_ReconstructInPlace() 414 …RF_ERRORMSG1("Unable to reconstruct to disk at col %d: operation not supported for RF_DISTRIBUTE_S… in rf_ReconstructInPlace()
|
H A D | rf_layout.c | 440 RF_ERRORMSG1("Unknown parity configuration '%c'", parityConfig); in rf_ConfigureLayout()
|
H A D | rf_paritylogDiskMgr.c | 349 RF_ERRORMSG1("Unable to write core log to disk (region %d)\n", regionID); in FlushLogsToDisk()
|
H A D | rf_driver.c | 880 RF_ERRORMSG1("Unknown debug string \"%s\"\n", name); in set_debug_option()
|
H A D | rf_map.c | 119 RF_ERRORMSG1("Unable to map access because offset (%d) was invalid\n", in rf_MapAccess()
|