HomeSort by relevance Sort by last modified time
    Searched refs:fd_open (Results 1 - 4 of 4) sorted by null

  /external/qemu/block/
raw-posix.c 123 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(bs) < 0
948 static int fd_open(BlockDriverState *bs) function
959 static int fd_open(BlockDriverState *bs) function
    [all...]
  /external/valgrind/main/include/
pub_tool_libcfile.h 73 /* fd_open words like the open(2) system call:
75 extern Int VG_(fd_open) (const Char* pathname, Int flags, Int mode);
  /external/valgrind/main/coregrind/m_gdbserver/
server.c 561 fd = VG_(fd_open) (doc, VKI_O_RDONLY, 0);
    [all...]
  /external/valgrind/main/coregrind/
m_libcfile.c 132 Int VG_(fd_open) (const Char* pathname, Int flags, Int mode) function

Completed in 183 milliseconds