Searched refs:ENOENT (Results 1 – 17 of 17) sorted by relevance
5 #define ENOENT 2 /* No such file or directory */ macro
51 int ret = -ENOENT; in stop_one_cpu()85 return -ENOENT; in stop_cpus()
498 return ERR_PTR(-ENOENT); in of_clk_get()503 return ERR_PTR(-ENOENT); in of_clk_get_by_name()
122 int ret = -ENOENT; in backlight_update_status()
724 return ERR_PTR(-ENOENT); in of_clk_src_simple_get()729 return ERR_PTR(-ENOENT); in of_clk_src_onecell_get()
411 _r = -ENOENT; \
832 int err = -ENOENT; in __rhashtable_remove_fast()
534 static inline int bio_associate_current(struct bio *bio) { return -ENOENT; } in bio_associate_current()
107 #define KVM_ERR_PTR_BAD_PAGE (ERR_PTR(-ENOENT))
895 #define ATA_OP_NULL (void *)(unsigned long)(-ENOENT)
563 return -ENOENT; in pcibios_err_to_errno()
1209 return -ENOENT; in posix_unblock_lock()
252 return -ENOENT; in get_int()270 return -ENOENT; in get_uint()287 return -ENOENT; in get_time()
52 XSD_ERROR(ENOENT),
158 (!(ent) ? -ENOENT : (((ent)->pipe->ops && (ent)->pipe->ops->op) ? \
501 return -ENOENT; in netlbl_catmap_walk()506 return -ENOENT; in netlbl_catmap_walkrng()
202 #define XENBUS_EXIST_ERR(err) ((err) == -ENOENT || (err) == -ERANGE)