Home
last modified time | relevance | path

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

/include/uapi/asm-generic/
Derrno-base.h5 #define ENOENT 2 /* No such file or directory */ macro
/include/linux/
Dstop_machine.h48 int ret = -ENOENT; in stop_one_cpu()
82 return -ENOENT; in stop_cpus()
Dclk.h374 return ERR_PTR(-ENOENT); in of_clk_get()
379 return ERR_PTR(-ENOENT); in of_clk_get_by_name()
Dfirmware.h73 return -ENOENT; in cache_firmware()
Dvirtio_config.h120 return -ENOENT; in virtio_config_buf()
Dbio.h314 static inline int bio_associate_current(struct bio *bio) { return -ENOENT; } in bio_associate_current()
Dkvm_host.h96 #define KVM_ERR_PTR_BAD_PAGE (ERR_PTR(-ENOENT))
Dlibata.h819 #define ATA_OP_NULL (void *)(unsigned long)(-ENOENT)
Dpci.h496 return -ENOENT; in pcibios_err_to_errno()
Dfs.h1095 return -ENOENT; in posix_unblock_lock()
/include/xen/interface/io/
Dxs_wire.h52 XSD_ERROR(ENOENT),
/include/linux/sunrpc/
Dcache.h227 return -ENOENT; in get_int()
245 return -ENOENT; in get_uint()
/include/net/
Dnetlabel.h500 return -ENOENT; in netlbl_secattr_catmap_walk()
506 return -ENOENT; in netlbl_secattr_catmap_walk_rng()
/include/xen/
Dxenbus.h186 #define XENBUS_EXIST_ERR(err) ((err) == -ENOENT || (err) == -ERANGE)