Searched refs:splice_flags (Results 1 – 6 of 6) sorted by relevance
/external/strace/xlat/ |
D | splice_flags.h | 11 # error static const struct xlat splice_flags in mpers mode 16 const struct xlat splice_flags[] = { variable
|
D | Makemodule.am | 1 …at/socketlayers.in xlat/socktypes.in xlat/sparc_kern_features.in xlat/splice_flags.in xlat/sram_al… 2 … xlat/socketlayers.h xlat/socktypes.h xlat/sparc_kern_features.h xlat/splice_flags.h xlat/sram_all… 869 $(top_srcdir)/xlat/splice_flags.h: $(top_srcdir)/xlat/splice_flags.in $(top_srcdir)/xlat/gen.sh
|
/external/strace/ |
D | io.c | 292 printflags(splice_flags, tcp->u_arg[3], "SPLICE_F_???"); in SYS_FUNC() 314 printflags(splice_flags, tcp->u_arg[5], "SPLICE_F_???"); in SYS_FUNC() 328 printflags(splice_flags, tcp->u_arg[3], "SPLICE_F_???"); in SYS_FUNC()
|
D | Makefile.in | 1054 xlat/sparc_kern_features.in xlat/splice_flags.in \ 1286 xlat/splice_flags.h xlat/sram_alloc_flags.h \ 8270 $(top_srcdir)/xlat/splice_flags.h: $(top_srcdir)/xlat/splice_flags.in $(top_srcdir)/xlat/gen.sh
|
D | ChangeLog | 50030 (splice_flags): New xlat structure.
|
/external/syzkaller/sys/linux/ |
D | sys.txt | 87 tee(fdin fd, fdout fd, len intptr, f flags[splice_flags]) 88 …r[in, fileoff[int64]], fdout fd, offout ptr[in, fileoff[int64]], len intptr, f flags[splice_flags]) 89 vmsplice(fd fd, vec ptr[in, array[iovec_in]], vlen len[vec], f flags[splice_flags]) 944 splice_flags = SPLICE_F_MOVE, SPLICE_F_NONBLOCK, SPLICE_F_MORE, SPLICE_F_GIFT
|