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

  /src/sys/dev/pci/
pciide_common.c 989 const char *failreason; local
1057 failreason = NULL;
1068 failreason = "not responding; disabled or no drives?";
1083 failreason = "other hardware responding at addresses";
1087 if (failreason) {
1089 "%s channel ignored (%s)\n", cp->name, failreason);
  /src/sys/ufs/lfs/
lfs_vfsops.c 2138 const char * failreason = NULL; local
2157 failreason = "Starved for segs and not flushing vp";
2179 failreason = "Seglock not held";
2183 failreason = "Inode with no_gop_write";
2187 failreason = "Bad page offset";
2207 failreason = "Offset beyond EOF";
2392 if (failreason != NULL) {
2393 DLOG((DLOG_PAGE, "lfs_gop_write: %s\n", failreason));

Completed in 72 milliseconds