Searched refs:G_RAID_DEBUG (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/geom/raid/
H A Dmd_jmicron.c277 G_RAID_DEBUG(1, "Cannot read metadata from %s (error=%d).",
285 G_RAID_DEBUG(1, "JMicron signature check failed on %s", pp->name);
297 G_RAID_DEBUG(1, "JMicron checksum check failed on %s", pp->name);
328 G_RAID_DEBUG(1, "Cannot write metadata to %s (error=%d).",
348 G_RAID_DEBUG(1, "Cannot erase metadata on %s (error=%d).",
578 G_RAID_DEBUG(1, "Array is not complete, trying to retaste.");
835 G_RAID_DEBUG(1, "Tasting JMicron on %s", cp->provider->name);
851 G_RAID_DEBUG(1,
856 G_RAID_DEBUG(1,
867 G_RAID_DEBUG(
[all...]
H A Dmd_nvidia.c257 G_RAID_DEBUG(1, "Cannot read metadata from %s (error=%d).",
265 G_RAID_DEBUG(1, "NVIDIA signature check failed on %s", pp->name);
271 G_RAID_DEBUG(1, "NVIDIA metadata size looks wrong: %d",
285 G_RAID_DEBUG(1, "NVIDIA checksum check failed on %s", pp->name);
293 G_RAID_DEBUG(1, "NVIDIA unknown state on %s (0x%02x)",
304 G_RAID_DEBUG(1, "NVIDIA unknown RAID level on %s (0x%02x)",
338 G_RAID_DEBUG(1, "Cannot write metadata to %s (error=%d).",
358 G_RAID_DEBUG(1, "Cannot erase metadata on %s (error=%d).",
585 G_RAID_DEBUG(1, "Array is not complete, trying to retaste.");
840 G_RAID_DEBUG(
[all...]
H A Dmd_sii.c278 G_RAID_DEBUG(1, "Cannot read metadata from %s (error=%d).",
286 G_RAID_DEBUG(1, "SiI vendor ID check failed on %s (0x%04x)",
294 G_RAID_DEBUG(1, "SiI version check failed on %s (%d.%d)",
307 G_RAID_DEBUG(1, "SiI checksum check failed on %s", pp->name);
317 G_RAID_DEBUG(1, "SiI unknown RAID level on %s (0x%02x)",
352 G_RAID_DEBUG(1, "Cannot write metadata to %s (error=%d).",
377 G_RAID_DEBUG(1, "Cannot erase metadata on %s (error=%d).",
641 G_RAID_DEBUG(1, "Array is not complete, trying to retaste.");
922 G_RAID_DEBUG(1, "Tasting SiI on %s", cp->provider->name);
938 G_RAID_DEBUG(
[all...]
H A Dmd_intel.c601 G_RAID_DEBUG(1, "Cannot read metadata from %s (error=%d).",
609 G_RAID_DEBUG(1, "Intel signature check failed on %s", pp->name);
615 G_RAID_DEBUG(1, "Intel metadata size looks wrong: %d",
632 G_RAID_DEBUG(1, "Cannot read remaining metadata"
650 G_RAID_DEBUG(1, "Intel checksum check failed on %s", pp->name);
661 G_RAID_DEBUG(1, "Intel metadata size incorrect %d < %d",
686 G_RAID_DEBUG(1, "Intel unsupported version: '%.6s'",
694 G_RAID_DEBUG(1, "Intel unsupported attributes: 0x%08x",
708 G_RAID_DEBUG(1, "Intel metadata disk"
729 G_RAID_DEBUG(
[all...]
H A Dg_raid.c89 G_RAID_DEBUG(4, "%s: Sleeping %p.", __func__, (ident)); \
91 G_RAID_DEBUG(4, "%s: Woken up %p.", __func__, (ident)); \
851 G_RAID_DEBUG(1, "Consumer %s destroyed.", cp->provider->name);
889 G_RAID_DEBUG(1, "Consumer %s destroyed.", pp->name);
1878 G_RAID_DEBUG(1, "Creating array %s.", name);
1900 G_RAID_DEBUG(0, "Cannot create kernel thread for %s.", name);
2053 G_RAID_DEBUG(1, "Array destroyed.");
2062 G_RAID_DEBUG(1, "Thread exiting.");
2217 G_RAID_DEBUG(2, "Tasting provider %s.", pp->name);
2235 G_RAID_DEBUG(
[all...]
H A Dmd_promise.c348 G_RAID_DEBUG(1, "%s: Blocksize is too big.", pp->name);
357 G_RAID_DEBUG(1, "Cannot read metadata from %s (error=%d).",
367 G_RAID_DEBUG(1,
380 G_RAID_DEBUG(1, "Promise checksum check failed on %s", pp->name);
386 G_RAID_DEBUG(1, "Promise metadata is invalid on %s", pp->name);
392 G_RAID_DEBUG(1, "Wrong number of disks on %s (%d)",
479 G_RAID_DEBUG(1, "Cannot write metadata to %s (error=%d).",
505 G_RAID_DEBUG(1, "Cannot erase metadata on %s (error=%d).",
1110 G_RAID_DEBUG(1, "Tasting Promise on %s", cp->provider->name);
1124 G_RAID_DEBUG(
[all...]
H A Dmd_ddf.c1052 G_RAID_DEBUG(1, "Cannot read metadata from %s (error=%d).",
1064 G_RAID_DEBUG(1, "DDF signature check failed on %s", pp->name);
1069 G_RAID_DEBUG(1, "DDF header type check failed on %s", pp->name);
1080 G_RAID_DEBUG(1, "DDF CRC mismatch on %s", pp->name);
1085 G_RAID_DEBUG(1, "DDF primary header LBA is wrong on %s", pp->name);
1090 G_RAID_DEBUG(1, "DDF secondary header LBA is wrong on %s", pp->name);
1104 G_RAID_DEBUG(1, "DDF %s metadata read error on %s (error=%d).",
1110 G_RAID_DEBUG(1, "DDF metadata read error on %s.", pp->name);
1125 G_RAID_DEBUG(1, "DDF %s metadata check failed on %s",
1131 G_RAID_DEBUG(
[all...]
H A Dg_raid.h64 #define G_RAID_DEBUG(lvl, fmt, ...) do { \ macro

Completed in 107 milliseconds