/external/u-boot/drivers/firmware/ |
D | ti_sci.c | 268 if (IS_ERR(handle)) in ti_sci_cmd_get_revision() 279 if (IS_ERR(xfer)) { in ti_sci_cmd_get_revision() 335 if (IS_ERR(handle)) in cmd_set_board_config_using_msg() 345 if (IS_ERR(xfer)) { in cmd_set_board_config_using_msg() 496 if (IS_ERR(handle)) in ti_sci_set_device_state() 506 if (IS_ERR(xfer)) { in ti_sci_set_device_state() 551 if (IS_ERR(handle)) in ti_sci_set_device_state_no_wait() 561 if (IS_ERR(xfer)) { in ti_sci_set_device_state_no_wait() 597 if (IS_ERR(handle)) in ti_sci_get_device_state() 610 if (IS_ERR(xfer)) { in ti_sci_get_device_state() [all …]
|
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | test_overhead.c | 71 if (CHECK(IS_ERR(obj), "obj_open_file", "err %ld\n", PTR_ERR(obj))) in test_test_overhead() 107 if (CHECK(IS_ERR(link), "attach_kprobe", "err %ld\n", PTR_ERR(link))) in test_test_overhead() 115 if (CHECK(IS_ERR(link), "attach kretprobe", "err %ld\n", PTR_ERR(link))) in test_test_overhead() 122 if (CHECK(IS_ERR(link), "attach fentry", "err %ld\n", PTR_ERR(link))) in test_test_overhead() 129 if (CHECK(IS_ERR(link), "attach fentry", "err %ld\n", PTR_ERR(link))) in test_test_overhead() 136 if (CHECK(IS_ERR(link), "attach fexit", "err %ld\n", PTR_ERR(link))) in test_test_overhead()
|
D | attach_probe.c | 77 if (CHECK(IS_ERR(obj), "obj_open_mem", "err %ld\n", PTR_ERR(obj))) in test_attach_probe() 116 if (CHECK(IS_ERR(kprobe_link), "attach_kprobe", in test_attach_probe() 124 if (CHECK(IS_ERR(kretprobe_link), "attach_kretprobe", in test_attach_probe() 134 if (CHECK(IS_ERR(uprobe_link), "attach_uprobe", in test_attach_probe() 144 if (CHECK(IS_ERR(uretprobe_link), "attach_uretprobe", in test_attach_probe()
|
D | kfree_skb.c | 99 if (CHECK(IS_ERR(link), "attach_raw_tp", "err %ld\n", PTR_ERR(link))) in test_kfree_skb() 102 if (CHECK(IS_ERR(link_fentry), "attach fentry", "err %ld\n", in test_kfree_skb() 106 if (CHECK(IS_ERR(link_fexit), "attach fexit", "err %ld\n", in test_kfree_skb() 118 if (CHECK(IS_ERR(pb), "perf_buf__new", "err %ld\n", PTR_ERR(pb))) in test_kfree_skb()
|
D | perf_buffer.c | 54 if (CHECK(IS_ERR(link), "attach_kprobe", "err %ld\n", PTR_ERR(link))) in test_perf_buffer() 61 if (CHECK(IS_ERR(pb), "perf_buf__new", "err %ld\n", PTR_ERR(pb))) in test_perf_buffer()
|
D | probe_user.c | 19 if (CHECK(IS_ERR(obj), "obj_open_file", "err %ld\n", PTR_ERR(obj))) in test_probe_user() 38 if (CHECK(IS_ERR(kprobe_link), "attach_kprobe", in test_probe_user()
|
D | rdonly_maps.c | 36 if (CHECK(IS_ERR(obj), "obj_open", "err %ld\n", PTR_ERR(obj))) in test_rdonly_maps() 64 if (CHECK(IS_ERR(link), "attach_prog", "prog '%s', err %ld\n", in test_rdonly_maps()
|
D | btf_dump.c | 34 if (IS_ERR(d)) in btf_dump_all_types() 58 if (CHECK(IS_ERR(btf), "btf_parse_elf", in test_btf_dump_case()
|
D | fentry_fexit.c | 42 if (CHECK(IS_ERR(link[i]), "attach_trace", "failed to link\n")) in test_fentry_fexit() 55 if (CHECK(IS_ERR(link[i]), "attach_trace", "failed to link\n")) in test_fentry_fexit()
|
D | get_stack_raw_tp.c | 119 if (CHECK(IS_ERR(link), "attach_raw_tp", "err %ld\n", PTR_ERR(link))) in test_get_stack_raw_tp() 124 if (CHECK(IS_ERR(pb), "perf_buf__new", "err %ld\n", PTR_ERR(pb))) in test_get_stack_raw_tp()
|
/external/u-boot/test/dm/ |
D | syscon.c | 60 ut_assert(!IS_ERR(map)); in dm_test_syscon_by_phandle() 67 ut_assert(!IS_ERR(map)); in dm_test_syscon_by_phandle() 74 ut_assert(!IS_ERR(map)); in dm_test_syscon_by_phandle() 77 ut_assert(IS_ERR(syscon_regmap_lookup_by_phandle(dev, "not-present"))); in dm_test_syscon_by_phandle()
|
/external/u-boot/drivers/clk/ |
D | clk_sandbox_test.c | 44 if (!IS_ERR(clk)) { in sandbox_clk_test_devm_get() 50 if (IS_ERR(clk)) in sandbox_clk_test_devm_get() 55 if (IS_ERR(clk)) in sandbox_clk_test_devm_get() 61 if (IS_ERR(clk)) in sandbox_clk_test_devm_get()
|
/external/u-boot/fs/ubifs/ |
D | tnc.c | 267 if (IS_ERR(zn)) in dirty_cow_znode() 609 if (IS_ERR(znode)) in tnc_next() 613 if (IS_ERR(znode)) in tnc_next() 653 if (IS_ERR(znode)) in tnc_prev() 658 if (IS_ERR(znode)) in tnc_prev() 1122 if (IS_ERR(znode) || !p) in dirty_cow_bottom_up() 1167 if (IS_ERR(znode)) in ubifs_lookup_level0() 1193 if (IS_ERR(znode)) in ubifs_lookup_level0() 1302 if (IS_ERR(znode)) in lookup_level0_dirty() 1307 if (IS_ERR(znode)) in lookup_level0_dirty() [all …]
|
D | ubifs.c | 207 if (IS_ERR(compr->cc)) { in compr_init() 269 if (IS_ERR(inode)) { in filldir() 308 if (IS_ERR(dent)) { in ubifs_printdir() 327 if (IS_ERR(dent)) { in ubifs_printdir() 353 if (IS_ERR(dent)) { in ubifs_printdir() 411 if (IS_ERR(dent)) { in ubifs_finddir() 439 if (IS_ERR(dent)) { in ubifs_finddir() 645 if (IS_ERR(inode)) { in ubifs_size() 861 if (IS_ERR(inode)) { in ubifs_read()
|
D | replay.c | 98 if (IS_ERR(lp)) { in set_bud_lprops() 143 if (IS_ERR(lp)) { in set_bud_lprops() 554 if (IS_ERR(sleb)) in replay_bud() 828 if (IS_ERR(sleb)) { in replay_log_leb() 837 if (IS_ERR(sleb)) in replay_log_leb() 973 if (IS_ERR(lp)) { in take_ihead() 982 if (IS_ERR(lp)) { in take_ihead()
|
D | lprops.c | 554 if (IS_ERR(lprops)) in ubifs_change_lp() 663 if (IS_ERR(lp)) { in ubifs_change_one_lp() 670 if (IS_ERR(lp)) in ubifs_change_one_lp() 702 if (IS_ERR(lp)) { in ubifs_update_one_lp() 709 if (IS_ERR(lp)) in ubifs_update_one_lp() 738 if (IS_ERR(lpp)) { in ubifs_read_one_lp() 977 if (IS_ERR(lp)) { in dbg_check_heap() 1108 if (IS_ERR(sleb)) { in scan_check_cb()
|
D | gc.c | 507 if (IS_ERR(sleb)) in ubifs_garbage_collect_leb() 843 if (IS_ERR(lp)) { in ubifs_gc_start_commit() 855 if (IS_ERR(lp)) { in ubifs_gc_start_commit() 870 if (IS_ERR(lp)) { in ubifs_gc_start_commit() 886 if (IS_ERR(lp)) { in ubifs_gc_start_commit()
|
/external/u-boot/lib/crypto/ |
D | asymmetric_type.c | 100 if (IS_ERR(ref)) in find_asymmetric_key() 104 if (IS_ERR(ref)) { in find_asymmetric_key() 322 if (IS_ERR(match_id)) in asymmetric_key_match_preparse() 537 if (IS_ERR(key)) { in asymmetric_lookup_restriction() 544 if (IS_ERR(ret)) in asymmetric_lookup_restriction()
|
D | public_key.c | 150 if (IS_ERR(tfm)) in software_key_query() 215 if (IS_ERR(tfm)) in software_key_eds_op() 305 if (IS_ERR(tfm)) in public_key_verify_signature()
|
/external/u-boot/drivers/phy/marvell/ |
D | comphy_core.c | 88 if (IS_ERR(chip_cfg->comphy_base_addr)) in comphy_probe() 92 if (IS_ERR(chip_cfg->hpipe3_base_addr)) in comphy_probe()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_hashmap.c | 62 if (CHECK(IS_ERR(map), "failed to create map: %ld\n", PTR_ERR(map))) in test_hashmap_generic() 269 if (CHECK(IS_ERR(map), "failed to create map: %ld\n", PTR_ERR(map))) in test_hashmap_multimap() 343 if (CHECK(IS_ERR(map), "failed to create map: %ld\n", PTR_ERR(map))) in test_hashmap_empty()
|
/external/u-boot/drivers/phy/ |
D | omap-usb2-phy.c | 191 if (!IS_ERR(regmap)) { in omap_usb2_phy_probe() 202 if (!IS_ERR(regmap)) { in omap_usb2_phy_probe()
|
/external/u-boot/include/linux/ |
D | err.h | 34 static inline long IS_ERR(const void *ptr) in IS_ERR() function
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | super.c | 211 if (IS_ERR(msblk->id_table)) { in squashfs_fill_super() 231 if (IS_ERR(msblk->fragment_index)) { in squashfs_fill_super() 245 if (IS_ERR(msblk->inode_lookup_table)) { in squashfs_fill_super()
|
/external/u-boot/arch/riscv/lib/ |
D | andes_plmt.c | 28 if (IS_ERR(ret)) \
|