Home
last modified time | relevance | path

Searched refs:err (Results 8901 – 8925 of 11063) sorted by relevance

1...<<351352353354355356357358359360>>...443

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c2526 goto err; in lpfc_bg_scsi_prep_dma_buf_s3()
2537 goto err; in lpfc_bg_scsi_prep_dma_buf_s3()
2545 goto err; in lpfc_bg_scsi_prep_dma_buf_s3()
2626 err: in lpfc_bg_scsi_prep_dma_buf_s3()
3330 goto err; in lpfc_bg_scsi_prep_dma_buf_s4()
3468 err: in lpfc_bg_scsi_prep_dma_buf_s4()
5228 if (err) { in lpfc_queuecommand()
5259 if (err) in lpfc_queuecommand()
5317 if (err) in lpfc_queuecommand()
5369 if (!err) in lpfc_queuecommand()
[all …]
/openbmc/linux/drivers/usb/early/
H A Dehci-dbgp.c564 goto err; in _dbgp_external_startup()
577 goto err; in _dbgp_external_startup()
588 goto err; in _dbgp_external_startup()
596 goto err; in _dbgp_external_startup()
602 err: in _dbgp_external_startup()
/openbmc/qemu/hw/mips/
H A Dboston.c367 int err; in boston_fdt_filter() local
373 err = fdt_open_into(fdt_orig, fdt, fdt_sz); in boston_fdt_filter()
374 if (err) { in boston_fdt_filter()
384 err = qemu_fdt_setprop_string(fdt, "/chosen", "bootargs", cmdline); in boston_fdt_filter()
385 if (err < 0) { in boston_fdt_filter()
/openbmc/linux/drivers/video/fbdev/
H A Dcg6.c747 int linebytes, err; in cg6_probe() local
752 err = -ENOMEM; in cg6_probe()
809 err = register_framebuffer(info); in cg6_probe()
810 if (err < 0) in cg6_probe()
829 return err; in cg6_probe()
/openbmc/linux/drivers/char/
H A Dlp.c1024 int i, err; in lp_init() local
1054 err = class_register(&lp_class); in lp_init()
1055 if (err) in lp_init()
1060 err = -EIO; in lp_init()
1078 return err; in lp_init()
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c26 ddp->err = 1; in ixgbe_fcoe_clear_ddp()
68 if (!ddp->err) in ixgbe_fcoe_ddp_put()
444 ddp->err = (__force u32)ddp_err; in ixgbe_fcoe_ddp()
780 int err = ixgbe_fcoe_dma_pool_alloc(fcoe, dev, cpu); in ixgbe_setup_fcoe_ddp_resources() local
781 if (!err) in ixgbe_setup_fcoe_ddp_resources()
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.c410 int err; in fanotify_encode_fh() local
428 err = -ENOENT; in fanotify_encode_fh()
435 err = -ENOMEM; in fanotify_encode_fh()
447 err = -EINVAL; in fanotify_encode_fh()
466 type, fh_len, err); in fanotify_encode_fh()
/openbmc/linux/sound/soc/codecs/
H A Dmax98390.c327 goto err; in max98390_dai_hw_params()
369 goto err; in max98390_dai_hw_params()
379 err: in max98390_dai_hw_params()
822 goto err; in max98390_dsm_init()
854 err: in max98390_dsm_init()
/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-mailbox.c584 u32 irq, req, ack, err; in cx18_api_call() local
712 err = cx18_readl(cx, &mb->error); in cx18_api_call()
723 if (err) in cx18_api_call()
724 CX18_DEBUG_API("mailbox error %08x for command %s\n", err, in cx18_api_call()
726 return err ? -EIO : 0; in cx18_api_call()
/openbmc/linux/sound/soc/tegra/
H A Dtegra186_asrc.c970 int err; in tegra186_asrc_platform_probe() local
1006 err = devm_snd_soc_register_component(dev, &tegra186_asrc_cmpnt, in tegra186_asrc_platform_probe()
1009 if (err) { in tegra186_asrc_platform_probe()
1010 dev_err(dev, "can't register ASRC component, err: %d\n", err); in tegra186_asrc_platform_probe()
1011 return err; in tegra186_asrc_platform_probe()
/openbmc/linux/security/keys/encrypted-keys/
H A Dencrypted.c336 int err; in calc_hmac() local
345 err = crypto_shash_setkey(tfm, key, keylen); in calc_hmac()
346 if (!err) in calc_hmac()
347 err = crypto_shash_tfm_digest(tfm, buf, buflen, digest); in calc_hmac()
349 return err; in calc_hmac()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_gem.c848 goto err; in drm_gem_flink_ioctl()
854 goto err; in drm_gem_flink_ioctl()
862 err: in drm_gem_flink_ioctl()
903 goto err; in drm_gem_open_ioctl()
908 err: in drm_gem_open_ioctl()
/openbmc/linux/block/
H A Dbdev.c105 int err = bd_prepare_to_claim(bdev, truncate_bdev_range, NULL); in truncate_bdev_range() local
106 if (err) in truncate_bdev_range()
369 int err; in bdev_cache_init() local
376 err = register_filesystem(&bd_type); in bdev_cache_init()
377 if (err) in bdev_cache_init()
/openbmc/linux/drivers/accel/ivpu/
H A Divpu_mmu.c752 goto err; in ivpu_mmu_enable()
757 goto err; in ivpu_mmu_enable()
761 goto err; in ivpu_mmu_enable()
765 goto err; in ivpu_mmu_enable()
770 err: in ivpu_mmu_enable()
/openbmc/linux/drivers/infiniband/core/
H A Duverbs_ioctl.c620 int err; in ib_uverbs_ioctl() local
625 err = copy_from_user(&hdr, user_hdr, sizeof(hdr)); in ib_uverbs_ioctl()
626 if (err) in ib_uverbs_ioctl()
637 err = ib_uverbs_cmd_verbs(file, &hdr, user_hdr->attrs); in ib_uverbs_ioctl()
639 return err; in ib_uverbs_ioctl()
/openbmc/linux/arch/parisc/kernel/
H A Dmodule.c938 int err; in module_finalize() local
940 err = apply_relocate((Elf_Shdr *)sechdrs, in module_finalize()
944 err = apply_relocate_add((Elf_Shdr *)sechdrs, in module_finalize()
947 if (err) in module_finalize()
948 return err; in module_finalize()
/openbmc/linux/drivers/hid/
H A Dhid-debug.c1123 int err = 0; in hid_debug_events_open() local
1128 err = -ENOMEM; in hid_debug_events_open()
1132 err = kfifo_alloc(&list->hid_debug_fifo, HID_DEBUG_FIFOSIZE, GFP_KERNEL); in hid_debug_events_open()
1133 if (err) { in hid_debug_events_open()
1147 return err; in hid_debug_events_open()
/openbmc/linux/fs/nfs/
H A Dinternal.h875 static inline bool nfs_error_is_fatal(int err) in nfs_error_is_fatal() argument
877 switch (err) { in nfs_error_is_fatal()
896 static inline bool nfs_error_is_fatal_on_server(int err) in nfs_error_is_fatal_on_server() argument
898 switch (err) { in nfs_error_is_fatal_on_server()
905 return nfs_error_is_fatal(err); in nfs_error_is_fatal_on_server()
/openbmc/linux/init/
H A Dmain.c411 char *err; in setup_boot_config() local
420 err = parse_args("bootconfig", tmp_cmdline, NULL, 0, 0, 0, NULL, in setup_boot_config()
423 if (IS_ERR(err) || !(bootconfig_found || IS_ENABLED(CONFIG_BOOT_CONFIG_FORCE))) in setup_boot_config()
427 if (err) in setup_boot_config()
428 initargs_offs = err - tmp_cmdline; in setup_boot_config()
/openbmc/linux/fs/jfs/
H A Dxattr.c1006 int err = 0; in jfs_initxattrs() local
1012 err = -ENOMEM; in jfs_initxattrs()
1018 err = __jfs_setxattr(*tid, inode, name, in jfs_initxattrs()
1021 if (err < 0) in jfs_initxattrs()
1024 return err; in jfs_initxattrs()
/openbmc/u-boot/arch/arm/mach-sunxi/
H A Ddram_sun6i.c94 const u32 err = MCTL_DX_GSR0_RANK0_TRAIN_ERR << rank; in mctl_rank_detect() local
99 return !(readl(gsr0) & err) && !(readl(gsr0 + 0x10) & err); in mctl_rank_detect()
/openbmc/linux/Documentation/driver-api/media/
H A Dv4l2-device.rst93 int err;
99 err = driver_for_each_device(drv, NULL, p, callback);
101 return err;
/openbmc/linux/net/dccp/
H A Dinput.c147 u16 err = dccp_reset_code_convert(dccp_hdr_reset(skb)->dccph_reset_code); in dccp_rcv_reset() local
149 sk->sk_err = err; in dccp_rcv_reset()
154 if (err && !sock_flag(sk, SOCK_DEAD)) in dccp_rcv_reset()
/openbmc/qemu/tests/qtest/
H A Dadm1272-test.c193 int16_t err; in test_defaults() local
196 err = ADM1272_VOLT_DEFAULT - value; in test_defaults()
197 g_assert_cmpuint(abs(err), <, ADM1272_VOLT_DEFAULT / 20); in test_defaults()
/openbmc/linux/tools/testing/selftests/x86/
H A Dsigreturn.c150 err(1, "sigaction"); in sethandler()
160 err(1, "sigaction"); in clearhandler()
776 err(1, "sigaltstack"); in main()

1...<<351352353354355356357358359360>>...443