Home
last modified time | relevance | path

Searched refs:IS_ERR (Results 1 – 25 of 159) sorted by relevance

1234567

/external/u-boot/drivers/firmware/
Dti_sci.c268 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/
Dtest_overhead.c71 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()
Dattach_probe.c77 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()
Dkfree_skb.c99 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()
Dperf_buffer.c54 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()
Dprobe_user.c19 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()
Drdonly_maps.c36 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()
Dbtf_dump.c34 if (IS_ERR(d)) in btf_dump_all_types()
58 if (CHECK(IS_ERR(btf), "btf_parse_elf", in test_btf_dump_case()
Dfentry_fexit.c42 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()
Dget_stack_raw_tp.c119 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/
Dsyscon.c60 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/
Dclk_sandbox_test.c44 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/
Dtnc.c267 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 …]
Dubifs.c207 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()
Dreplay.c98 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()
Dlprops.c554 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()
Dgc.c507 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/
Dasymmetric_type.c100 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()
Dpublic_key.c150 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/
Dcomphy_core.c88 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/
Dtest_hashmap.c62 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/
Domap-usb2-phy.c191 if (!IS_ERR(regmap)) { in omap_usb2_phy_probe()
202 if (!IS_ERR(regmap)) { in omap_usb2_phy_probe()
/external/u-boot/include/linux/
Derr.h34 static inline long IS_ERR(const void *ptr) in IS_ERR() function
/external/squashfs-tools/kernel/fs/squashfs/
Dsuper.c211 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/
Dandes_plmt.c28 if (IS_ERR(ret)) \

1234567