Home
last modified time | relevance | path

Searched refs:ENOENT (Results 1 – 17 of 17) sorted by relevance

/include/uapi/asm-generic/
Derrno-base.h5 #define ENOENT 2 /* No such file or directory */ macro
/include/linux/
Dstop_machine.h51 int ret = -ENOENT; in stop_one_cpu()
85 return -ENOENT; in stop_cpus()
Dclk.h498 return ERR_PTR(-ENOENT); in of_clk_get()
503 return ERR_PTR(-ENOENT); in of_clk_get_by_name()
Dbacklight.h122 int ret = -ENOENT; in backlight_update_status()
Dclk-provider.h724 return ERR_PTR(-ENOENT); in of_clk_src_simple_get()
729 return ERR_PTR(-ENOENT); in of_clk_src_onecell_get()
Dvirtio_config.h411 _r = -ENOENT; \
Drhashtable.h832 int err = -ENOENT; in __rhashtable_remove_fast()
Dbio.h534 static inline int bio_associate_current(struct bio *bio) { return -ENOENT; } in bio_associate_current()
Dkvm_host.h107 #define KVM_ERR_PTR_BAD_PAGE (ERR_PTR(-ENOENT))
Dlibata.h895 #define ATA_OP_NULL (void *)(unsigned long)(-ENOENT)
Dpci.h563 return -ENOENT; in pcibios_err_to_errno()
Dfs.h1209 return -ENOENT; in posix_unblock_lock()
/include/linux/sunrpc/
Dcache.h252 return -ENOENT; in get_int()
270 return -ENOENT; in get_uint()
287 return -ENOENT; in get_time()
/include/xen/interface/io/
Dxs_wire.h52 XSD_ERROR(ENOENT),
/include/media/
Dexynos-fimc.h158 (!(ent) ? -ENOENT : (((ent)->pipe->ops && (ent)->pipe->ops->op) ? \
/include/net/
Dnetlabel.h501 return -ENOENT; in netlbl_catmap_walk()
506 return -ENOENT; in netlbl_catmap_walkrng()
/include/xen/
Dxenbus.h202 #define XENBUS_EXIST_ERR(err) ((err) == -ENOENT || (err) == -ERANGE)