Home
last modified time | relevance | path

Searched refs:MSG_BATCH (Results 1 – 21 of 21) sorted by relevance

/external/strace/xlat/
Dmsg_flags.h132 #if defined(MSG_BATCH) || (defined(HAVE_DECL_MSG_BATCH) && HAVE_DECL_MSG_BATCH)
134 static_assert((MSG_BATCH) == (0x40000), "MSG_BATCH != 0x40000");
137 # define MSG_BATCH 0x40000
203 XLAT(MSG_BATCH),
Dmsg_flags.in20 MSG_BATCH 0x40000
/external/syzkaller/sys/linux/
Dsocket_ppc64le.const130 MSG_BATCH = 262144
Dsocket_386.const130 MSG_BATCH = 262144
Dsocket_arm64.const130 MSG_BATCH = 262144
Dsocket_arm.const130 MSG_BATCH = 262144
Dsocket_amd64.const130 MSG_BATCH = 262144
Dsocket.txt46 …UTE, MSG_DONTWAIT, MSG_EOR, MSG_MORE, MSG_NOSIGNAL, MSG_OOB, MSG_PROBE, MSG_BATCH, MSG_FASTOPEN, M…
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go789 MSG_BATCH = 0x40000 const
Dzerrors_linux_mipsle.go982 MSG_BATCH = 0x40000 const
Dzerrors_linux_s390x.go981 MSG_BATCH = 0x40000 const
Dzerrors_linux_arm.go981 MSG_BATCH = 0x40000 const
Dzerrors_linux_ppc64le.go981 MSG_BATCH = 0x40000 const
Dzerrors_linux_mips64.go982 MSG_BATCH = 0x40000 const
Dzerrors_linux_ppc64.go981 MSG_BATCH = 0x40000 const
Dzerrors_linux_amd64.go983 MSG_BATCH = 0x40000 const
Dzerrors_linux_mips64le.go982 MSG_BATCH = 0x40000 const
Dzerrors_linux_386.go983 MSG_BATCH = 0x40000 const
Dzerrors_linux_mips.go982 MSG_BATCH = 0x40000 const
Dzerrors_linux_arm64.go984 MSG_BATCH = 0x40000 const
/external/strace/
DChangeLog29250 * xlat/msg_flags.in: Add MSG_BATCH.