Searched refs:numerrors (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_root.c67 too_many_errors(vdev_t *vd, uint64_t numerrors) argument
71 if (numerrors == 0)
75 ASSERT3U(numerrors, <=, tvds);
77 if (numerrors == tvds)
80 return (numerrors > spa_missing_tvds_allowed(vd->vdev_spa));
89 int numerrors = 0; local
103 numerrors++;
108 spa_set_missing_tvds(spa, numerrors);
110 if (too_many_errors(vd, numerrors)) {
H A Dvdev_mirror.c297 int numerrors = 0; local
312 numerrors++;
323 if (numerrors == vd->vdev_children) {
H A Dvdev_raidz.c1676 int numerrors = 0; local
1693 numerrors++;
1707 if (numerrors > nparity) {
H A Dzvol.c1484 int numerrors = 0; local
1493 numerrors++;
1501 return (numerrors < vd->vdev_children ? 0 : EIO);
/freebsd-12-stable/sys/compat/ndis/
H A Dsubr_ndis.c974 uint32_t numerrors, ...)
1013 device_printf(dev, "NDIS NUMERRORS: %x\n", numerrors);
1014 va_start(ap, numerrors);
1015 for (i = 0; i < numerrors; i++)
973 NdisWriteErrorLogEntry(ndis_handle adapter, ndis_error_code code, uint32_t numerrors, ...) argument

Completed in 132 milliseconds