Searched defs:fd_open (Results 1 - 2 of 2) sorted by relevance

/external/qemu/block/
H A Draw-posix.c123 static int fd_open(BlockDriverState *bs);
239 ret = fd_open(bs);
292 ret = fd_open(bs);
508 if (fd_open(bs) < 0)
552 if (fd_open(bs) < 0)
605 ret = fd_open(bs);
636 ret = fd_open(bs);
685 ret = fd_open(bs);
883 static int fd_open(BlockDriverState *bs) function
942 if (fd_open(b
948 static int fd_open(BlockDriverState *bs) function
959 static int fd_open(BlockDriverState *bs) function
[all...]
/external/valgrind/main/coregrind/
H A Dm_libcfile.c140 Int VG_(fd_open) (const HChar* pathname, Int flags, Int mode) function

Completed in 95 milliseconds