Home
last modified time | relevance | path

Searched refs:fd_open (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/um/drivers/
H A Dfd.c50 static int fd_open(int input, int output, int primary, void *d, char **dev_out) in fd_open() function
87 .open = fd_open,
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A D0005-ioctl-does-not-have-same-signature-between-glibc-and.patch15 @@ -49,7 +49,11 @@ int (*v4l2_fd_open) (int, int) = fd_open
/openbmc/qemu/block/
H A Dfile-posix.c185 static int fd_open(BlockDriverState *bs) in fd_open() function
2487 if (fd_open(bs) < 0) in raw_co_prw()
2590 ret = fd_open(bs); in raw_co_flush_to_disk()
2748 ret = fd_open(bs); in raw_getlength()
2783 ret = fd_open(bs); in raw_getlength()
2850 ret = fd_open(bs); in raw_getlength()
3202 ret = fd_open(bs); in raw_co_block_status()
3329 ret = fd_open(bs); in raw_co_invalidate_cache()
3863 if (fd_open(src->bs) < 0 || fd_open(dst->bs) < 0) { in raw_co_copy_range_to()
4192 ret = fd_open(bs); in hdev_co_ioctl()
[all …]