Searched refs:ENOENT (Results 1 – 25 of 36) sorted by relevance
12
418 return -ENOENT; in cmdq_pkt_write()424 return -ENOENT; in cmdq_pkt_write_mask()430 return -ENOENT; in cmdq_pkt_read_s()436 return -ENOENT; in cmdq_pkt_write_s()442 return -ENOENT; in cmdq_pkt_write_s_mask()448 return -ENOENT; in cmdq_pkt_write_s_value()454 return -ENOENT; in cmdq_pkt_write_s_mask_value()
28 static inline int rcu_stall_chain_notifier_unregister(struct notifier_block *n) { return -ENOENT; } in rcu_stall_chain_notifier_unregister()
49 return -ENOENT; in zswap_load()
55 return -ENOENT; in kvm_dirty_ring_reset()
1209 if (clk == ERR_PTR(-ENOENT)) in clk_get_optional()1222 return ERR_PTR(-ENOENT); in of_clk_get()1227 return ERR_PTR(-ENOENT); in of_clk_get_by_name()1231 return ERR_PTR(-ENOENT); in of_clk_get_from_provider()
64 return -ENOENT; in ima_measure_critical_data()
107 return -ENOENT; in acpi_get_cache_info()
54 int ret = -ENOENT; in stop_one_cpu()
302 int ret = -ENOENT; in backlight_update_status()
1005 int err = -ENOENT; in __rhashtable_remove_fast_one()1010 return -ENOENT; in __rhashtable_remove_fast_one()1158 int err = -ENOENT; in __rhashtable_replace_fast()1169 return -ENOENT; in __rhashtable_replace_fast()
611 _r = -ENOENT; \622 _r = -ENOENT; \
320 return -ENOENT; in iommufd_viommu_get_vdev_id()
1677 return ERR_PTR(-ENOENT); in of_clk_src_simple_get()1682 return ERR_PTR(-ENOENT); in of_clk_hw_simple_get()1687 return ERR_PTR(-ENOENT); in of_clk_src_onecell_get()1692 return ERR_PTR(-ENOENT); in of_clk_hw_onecell_get()
6 #define ENOENT 2 /* No such file or directory */ macro
77 return -ENOENT; in snd_soc_card_get_pci_ssid()95 return -ENOENT; in snd_soc_card_get_pci_ssid()
25 return ERR_PTR(-ENOENT); in rcar_fcp_get()
59 return map ?: ERR_PTR(-ENOENT); in ocelot_regmap_from_resource()
265 return -ENOENT; in get_int()283 return -ENOENT; in get_uint()300 return -ENOENT; in get_time()
59 XSD_ERROR(ENOENT),
127 static inline int ghes_notify_sea(void) { return -ENOENT; } in ghes_notify_sea()
153 ((!(ent) || !(ent)->pipe) ? -ENOENT : \
585 return -ENOENT; in netlbl_catmap_walk()590 return -ENOENT; in netlbl_catmap_walkrng()
374 return ERR_PTR(-ENOENT); in of_pse_control_get()
202 #define XENBUS_EXIST_ERR(err) ((err) == -ENOENT || (err) == -ERANGE)
204 { ENOENT, "ENOENT" }, \
Completed in 46 milliseconds