Searched refs:numerrors (Results 1 – 4 of 4) 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() local104 numerrors++; in vdev_root_open()109 spa_set_missing_tvds(spa, numerrors); in vdev_root_open()111 if (too_many_errors(vd, numerrors)) { in vdev_root_open()
388 int numerrors = 0; in vdev_mirror_open() local403 numerrors++; in vdev_mirror_open()414 if (numerrors == vd->vdev_children) { in vdev_mirror_open()
1405 int numerrors = 0; in vdev_raidz_open() local1422 numerrors++; in vdev_raidz_open()1436 if (numerrors > nparity) { in vdev_raidz_open()
973 uint32_t numerrors, ...) in NdisWriteErrorLogEntry() argument1012 device_printf(dev, "NDIS NUMERRORS: %x\n", numerrors); in NdisWriteErrorLogEntry()1013 va_start(ap, numerrors); in NdisWriteErrorLogEntry()1014 for (i = 0; i < numerrors; i++) in NdisWriteErrorLogEntry()