Home
last modified time | relevance | path

Searched refs:RF_ERRORMSG1 (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_general.h47 #define RF_ERRORMSG1(s,a) printf((s),(a)) macro
H A Drf_disks.c187 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 Drf_reconstruct.c232 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()
414RF_ERRORMSG1("Unable to reconstruct to disk at col %d: operation not supported for RF_DISTRIBUTE_S… in rf_ReconstructInPlace()
H A Drf_layout.c440 RF_ERRORMSG1("Unknown parity configuration '%c'", parityConfig); in rf_ConfigureLayout()
H A Drf_paritylogDiskMgr.c349 RF_ERRORMSG1("Unable to write core log to disk (region %d)\n", regionID); in FlushLogsToDisk()
H A Drf_driver.c880 RF_ERRORMSG1("Unknown debug string \"%s\"\n", name); in set_debug_option()
H A Drf_map.c119 RF_ERRORMSG1("Unable to map access because offset (%d) was invalid\n", in rf_MapAccess()