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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
nouveau_nvkm_engine_fifo_gk104.c 46 bool faulted; member in struct:gk104_fifo_engine_status
66 status->faulted = !!(stat & 0x40000000);
93 nvkm_debug(subdev, "engine %02d: busy %d faulted %d chsw %d "
95 engn, status->busy, status->faulted,
429 if (!status.faulted && engine) {
454 if (status.faulted)
nouveau_nvkm_engine_fifo_gk104.c 46 bool faulted; member in struct:gk104_fifo_engine_status
66 status->faulted = !!(stat & 0x40000000);
93 nvkm_debug(subdev, "engine %02d: busy %d faulted %d chsw %d "
95 engn, status->busy, status->faulted,
429 if (!status.faulted && engine) {
454 if (status.faulted)
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-mdns-proxy.c 923 bool faulted = false; local
961 if (!faulted) {
963 faulted = true;
991 if (!faulted) {
993 faulted = true;
srp-mdns-proxy.c 923 bool faulted = false; local
961 if (!faulted) {
963 faulted = true;
991 if (!faulted) {
993 faulted = true;
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev.c 671 * remain in the faulted state.
1278 * faulted, bail out of the open.
1317 * Recheck the faulted flag now that we have confirmed that
1318 * the vdev is accessible. If we're faulted, bail.
1619 * it's still faulted.
2492 * Mark the given vdev faulted. A faulted vdev behaves as if the device could
2513 * were faulted.
2518 * Faulted state takes precedence over degraded.
2565 * If the vdev is already faulted, then don't do anything
3295 int degraded = 0, faulted = 0; local
    [all...]
vdev.c 671 * remain in the faulted state.
1278 * faulted, bail out of the open.
1317 * Recheck the faulted flag now that we have confirmed that
1318 * the vdev is accessible. If we're faulted, bail.
1619 * it's still faulted.
2492 * Mark the given vdev faulted. A faulted vdev behaves as if the device could
2513 * were faulted.
2518 * Faulted state takes precedence over degraded.
2565 * If the vdev is already faulted, then don't do anything
3295 int degraded = 0, faulted = 0; local
    [all...]

Completed in 51 milliseconds