Searched refs:failed (Results 101 - 125 of 455) sorted by relevance

1234567891011>>

/linux-master/drivers/thermal/intel/
H A Dintel_quark_dts_thermal.c208 goto failed;
214 goto failed;
240 failed:
/linux-master/drivers/pci/pcie/
H A Derr.c229 pci_warn(bridge, "subordinate device reset failed\n");
230 goto failed;
254 goto failed;
275 failed:
281 pci_info(bridge, "device recovery failed\n");
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_heartbeat_dbgfs.c180 "Heartbeat error injection failed with status %d\n",
208 hb->dbgfs.failed = debugfs_create_file("queries_failed", 0400, hb->dbgfs.base_dir,
237 debugfs_remove(hb->dbgfs.failed);
238 hb->dbgfs.failed = NULL;
/linux-master/drivers/scsi/device_handler/
H A Dscsi_dh_hp_sw.c63 "%s: sending tur failed, sense %x/%x/%x\n",
112 "%s: sending tur failed with %x\n",
163 "%s: sending start_stop_unit failed, "
177 "%s: sending start_stop_unit failed, "
238 goto failed;
241 goto failed;
250 failed:
H A Dscsi_dh_emc.c277 "%s: failed to send MODE SELECT: %x\n",
490 goto failed;
494 goto failed;
505 failed:
/linux-master/drivers/staging/wlan-ng/
H A Dprism2sta.c411 "hfa384x_drvr_start() failed,result=%d\n",
455 "hfa384x_drvr_start() failed,result=%d\n",
466 "prism2sta_getcardinfo() failed,result=%d\n",
477 "prism2sta_globalsetup() failed,result=%d\n",
579 goto failed;
598 goto failed;
617 goto failed;
624 goto failed;
648 goto failed;
657 goto failed;
[all...]
H A Dp80211netdev.c211 * CONV_TO_ETHER_FAILED if conversion failed
241 netdev_dbg(wlandev->netdev, "%s failed.\n", __func__);
319 goto failed;
328 goto failed;
349 goto failed;
358 goto failed;
367 /* convert failed */
368 netdev_dbg(netdev, "ether_to_80211(%d) failed.\n",
371 goto failed;
376 goto failed;
[all...]
/linux-master/drivers/bluetooth/
H A Ddtl1_cs.c577 goto failed;
581 goto failed;
585 goto failed;
589 goto failed;
593 failed:
H A Dvirtio_bt.c300 goto failed;
371 goto failed;
383 failed:
/linux-master/fs/nilfs2/
H A Ddat.c516 goto failed;
520 goto failed;
527 goto failed;
531 goto failed;
537 failed:
/linux-master/tools/testing/kunit/
H A Dkunit_parser.py82 failed: int = 0
89 statuses = [('passed', self.passed), ('failed', self.failed),
99 return (self.passed + self.failed + self.crashed +
113 self.failed += counts.failed
127 if self.failed:
140 self.failed += 1
585 # If all the children failed, just say this subtest failed
[all...]
/linux-master/lib/kunit/
H A Dtest.c86 unsigned long failed; member in struct:kunit_result_stats
112 stats.failed,
285 "Could not allocate stream to print failed assertion in %s:%d\n",
390 kunit_err(test, "failed to initialize: %d\n", ret);
559 suite_stats.failed,
568 param_stats.failed,
585 stats->failed++;
597 total->failed += add.failed;
615 "# failed t
[all...]
/linux-master/tools/testing/ktest/
H A Dktest.pl1594 "Your test started at $script_start_time has failed with:\n@_\n", $log_file);
1616 dodie "ioctl TIOCSPTLCK for /dev/ptmx failed";
1620 dodie "ioctl TIOCGPTN for /dev/ptmx failed";
1807 dodie "failed to copy $source";
1893 dodie "failed to write to redirect $redirect";
2297 fail "failed - got a bug report" and return 0;
2302 fail "failed - never got a boot prompt." and return 0;
2354 dodie "failed to copy image";
2386 dodie "failed to remove old mods: $modlib";
2393 dodie "failed t
[all...]
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-vbi.c99 printk(KERN_ERR "%s() failed (errno = %d), unable to allocate buffer\n",
102 goto failed;
135 failed:
217 printk(KERN_ERR "%s() stop transition failed, ret = 0x%x\n",
235 printk(KERN_ERR "%s() acquire transition failed, ret = 0x%x\n",
253 printk(KERN_ERR "%s() pause transition failed, ret = 0x%x\n",
347 printk(KERN_ERR "%s() acquire transition failed, res = 0x%x\n",
358 printk(KERN_ERR "%s() pause transition failed, res = 0x%x\n",
364 printk(KERN_ERR "%s() pause/forced stop transition failed, res = 0x%x\n",
376 printk(KERN_ERR "%s() run transition failed, resul
[all...]
/linux-master/fs/sysv/
H A Dsuper.c341 printk("SysV FS: get root inode failed\n");
346 printk("SysV FS: get root dentry failed\n");
420 failed:
429 goto failed;
435 goto failed;
500 goto failed;
513 goto failed;
521 failed:
/linux-master/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.c637 goto failed;
644 goto failed;
659 dev_err(dev, "cdev_add() failed\n");
660 goto failed;
666 failed:
767 goto failed;
771 failed:
/linux-master/fs/squashfs/
H A Dcache.c420 goto failed;
439 goto failed;
445 failed:
/linux-master/tools/testing/selftests/net/
H A Dl2_tos_ttl_inherit.sh29 failed=false
366 failed=true
442 if $failed; then
/linux-master/drivers/gpu/drm/xe/
H A Dxe_memirq.c291 goto failed;
296 goto failed;
300 failed:
/linux-master/fs/bcachefs/
H A Dio_read.c366 struct bch_io_failures *failed,
405 k, 0, failed, flags);
432 struct bch_io_failures failed = { .nr = 0 }; local
437 bch2_mark_io_failure(&failed, &rbio->pick);
447 bch2_read_retry_nodecode(c, rbio, iter, &failed, flags);
452 __bch2_read(c, rbio, iter, inum, &failed, flags);
799 struct bch_io_failures *failed, unsigned flags)
822 pick_ret = bch2_bkey_pick_read_device(c, k, failed, &pick);
838 * Stale dirty pointers are treated as IO errors, but @failed isn't
847 bch2_mark_io_failure(failed,
364 bch2_read_retry_nodecode(struct bch_fs *c, struct bch_read_bio *rbio, struct bvec_iter bvec_iter, struct bch_io_failures *failed, unsigned flags) argument
795 __bch2_read_extent(struct btree_trans *trans, struct bch_read_bio *orig, struct bvec_iter iter, struct bpos read_pos, enum btree_id data_btree, struct bkey_s_c k, unsigned offset_into_extent, struct bch_io_failures *failed, unsigned flags) argument
1092 __bch2_read(struct bch_fs *c, struct bch_read_bio *rbio, struct bvec_iter bvec_iter, subvol_inum inum, struct bch_io_failures *failed, unsigned flags) argument
[all...]
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_tx.c157 printk(KERN_INFO "%s: Encryption failed: len=%d.\n",
345 goto failed;
355 LIBIPW_ERROR("msdu encryption failed\n");
357 goto failed;
417 goto failed;
511 failed:
/linux-master/drivers/accessibility/speakup/
H A Dspeakup_decpc.c463 int i = 0, failed = 0; local
468 pr_warn("request_region: failed with 0x%x, %d\n",
473 failed = testkernel();
474 if (failed == 0)
477 if (failed) {
/linux-master/arch/alpha/kernel/
H A Dcore_cia.c407 printk("pci: failed tb register update test "
409 goto failed;
413 printk("pci: failed tb register update test "
415 goto failed;
419 printk("pci: failed tb register update test "
421 goto failed;
437 printk("pci: failed sg loopback i/o read test (mcheck)\n");
438 goto failed;
441 printk("pci: failed sg loopback i/o read test "
443 goto failed;
[all...]
/linux-master/fs/pstore/
H A Dplatform.c199 pr_warn_once("zlib_deflateEnd() failed: %d\n", ret);
341 * Compression failed, so the buffer is most
607 pr_err("zlib_inflateReset() failed, ret = %d!\n", ret);
625 pr_err_ratelimited("zlib_inflate() failed, ret = %d!\n", ret);
659 int failed = 0; local
708 failed++;
718 pr_warn("zlib_inflateEnd() failed\n");
722 if (failed)
723 pr_warn("failed to create %d record(s) from '%s'\n",
724 failed, ps
[all...]
/linux-master/fs/ufs/
H A Dcylinder.c51 goto failed;
72 failed:

Completed in 205 milliseconds

1234567891011>>