Searched refs:numerrors (Results 1 – 5 of 5) sorted by relevance
67 too_many_errors(vdev_t *vd, uint64_t numerrors) in too_many_errors() argument71 if (numerrors == 0) in too_many_errors()75 ASSERT3U(numerrors, <=, tvds); in too_many_errors()77 if (numerrors == tvds) in too_many_errors()80 return (numerrors > spa_missing_tvds_allowed(vd->vdev_spa)); in too_many_errors()89 int numerrors = 0; in vdev_root_open() local103 numerrors++; in vdev_root_open()108 spa_set_missing_tvds(spa, numerrors); in vdev_root_open()110 if (too_many_errors(vd, numerrors)) { in vdev_root_open()
297 int numerrors = 0; in vdev_mirror_open() local312 numerrors++; in vdev_mirror_open()323 if (numerrors == vd->vdev_children) { in vdev_mirror_open()
1676 int numerrors = 0; in vdev_raidz_open() local1693 numerrors++; in vdev_raidz_open()1707 if (numerrors > nparity) { in vdev_raidz_open()
1484 int numerrors = 0; local1493 numerrors++;1501 return (numerrors < vd->vdev_children ? 0 : EIO);
974 uint32_t numerrors, ...) in NdisWriteErrorLogEntry() argument1013 device_printf(dev, "NDIS NUMERRORS: %x\n", numerrors); in NdisWriteErrorLogEntry()1014 va_start(ap, numerrors); in NdisWriteErrorLogEntry()1015 for (i = 0; i < numerrors; i++) in NdisWriteErrorLogEntry()