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

  /external/strace/xlat/
splice_flags.h 20 #if defined(SPLICE_F_NONBLOCK) || (defined(HAVE_DECL_SPLICE_F_NONBLOCK) && HAVE_DECL_SPLICE_F_NONBLOCK)
21 XLAT(SPLICE_F_NONBLOCK),
  /external/ltp/include/lapi/
fcntl.h 144 #ifndef SPLICE_F_NONBLOCK
145 # define SPLICE_F_NONBLOCK 2
  /external/ltp/testcases/kernel/syscalls/tee/
tee01.c 85 ret = tee(pipe1[0], pipe2[1], TEST_BLOCK_SIZE, SPLICE_F_NONBLOCK);
  /bionic/libc/include/
fcntl.h 61 #define SPLICE_F_NONBLOCK 2
  /external/perfetto/src/traced/probes/ftrace/
cpu_reader.cc 255 uint32_t flg = SPLICE_F_MOVE | ((block == kNonBlock) * SPLICE_F_NONBLOCK);
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]

Completed in 1736 milliseconds