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

  /src/sys/dev/pci/
pciide_common.c 990 const char *failreason; local in function:default_chip_map
1058 failreason = NULL;
1069 failreason = "not responding; disabled or no drives?";
1084 failreason = "other hardware responding at addresses";
1088 if (failreason) {
1090 "%s channel ignored (%s)\n", cp->name, failreason);
  /src/sys/ufs/lfs/
lfs_vfsops.c 2085 const char * failreason = NULL; local in function:lfs_gop_write
2104 failreason = "Starved for segs and not flushing vp";
2126 failreason = "Seglock not held";
2130 failreason = "Inode with no_gop_write";
2134 failreason = "Bad page offset";
2154 failreason = "Offset beyond EOF";
2344 if (failreason != NULL) {
2345 DLOG((DLOG_PAGE, "lfs_gop_write: %s\n", failreason));

Completed in 15 milliseconds