Home
last modified time | relevance | path

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

/external/qemu/block/
Draw-posix.c123 static int fd_open(BlockDriverState *bs);
239 ret = fd_open(bs); in raw_pread_aligned()
292 ret = fd_open(bs); in raw_pwrite_aligned()
508 if (fd_open(bs) < 0) in raw_aio_submit()
552 if (fd_open(bs) < 0) in raw_aio_flush()
605 ret = fd_open(bs); in raw_getlength()
636 ret = fd_open(bs); in raw_getlength()
685 ret = fd_open(bs); in raw_getlength()
883 static int fd_open(BlockDriverState *bs) in fd_open() function
942 if (fd_open(bs) < 0) in hdev_aio_ioctl()
[all …]
/external/valgrind/main/include/
Dpub_tool_libcfile.h75 extern Int VG_(fd_open) (const Char* pathname, Int flags, Int mode);
/external/valgrind/main/coregrind/m_gdbserver/
Dserver.c561 fd = VG_(fd_open) (doc, VKI_O_RDONLY, 0); in handle_query()
/external/valgrind/main/coregrind/
Dm_libcfile.c132 Int VG_(fd_open) (const Char* pathname, Int flags, Int mode) in VG_() argument