/external/syzkaller/vm/vmimpl/ |
D | console.go | 29 var term unix.Termios 30 …_, _, errno := syscall.Syscall(unix.SYS_IOCTL, uintptr(fd), syscallTCGETS, uintptr(unsafe.Pointer(… 35 term.Cflag &^= unixCBAUD | unix.CSIZE | unix.PARENB | unix.CSTOPB | unixCRTSCTS 37 term.Cflag |= unix.B115200 | unix.CS8 | unix.CLOCAL | unix.CREAD 39 term.Iflag &^= unix.IGNBRK | unix.BRKINT | unix.PARMRK | unix.ISTRIP | unix.INLCR | 40 unix.IGNCR | unix.ICRNL | unix.IXON 41 term.Lflag &^= unix.ECHO | unix.ECHONL | unix.ICANON | unix.ISIG | unix.IEXTEN 42 term.Oflag &^= unix.OPOST 43 term.Cc[unix.VMIN] = 0 44 term.Cc[unix.VTIME] = 10 // 1 second timeout [all …]
|
D | console_linux_arm.go | 12 unixCBAUD = unix.CBAUD 13 unixCRTSCTS = unix.CRTSCTS 14 syscallTCGETS = unix.TCGETS2 15 syscallTCSETS = unix.TCSETS2
|
D | console_linux_amd64.go | 11 unixCBAUD = unix.CBAUD 12 unixCRTSCTS = unix.CRTSCTS 13 syscallTCGETS = unix.TCGETS2 14 syscallTCSETS = unix.TCSETS2
|
D | console_linux_arm64.go | 12 unixCBAUD = unix.CBAUD 13 unixCRTSCTS = unix.CRTSCTS 14 syscallTCGETS = unix.TCGETS2 15 syscallTCSETS = unix.TCSETS2
|
D | console_linux_386.go | 12 unixCBAUD = unix.CBAUD 13 unixCRTSCTS = unix.CRTSCTS 14 syscallTCGETS = unix.TCGETS2 15 syscallTCSETS = unix.TCSETS2
|
/external/freetype/builds/unix/ |
D | detect.mk | 27 PLATFORM := unix 32 ifeq ($(PLATFORM),unix) 41 CONFIG_FILE := unix-dev.mk 53 CONFIG_FILE := unix-lcc.mk 74 CONFIG_FILE := unix.mk 77 .PHONY: unix 78 unix: setup 89 $(TOP_DIR)/builds/unix/configure $(value CFG) 91 cd builds/unix; \
|
D | unix.mk | 16 BUILD_DIR := $(TOP_DIR)/builds/unix 17 PLATFORM := unix 19 have_mk := $(wildcard $(OBJ_DIR)/unix-def.mk) 22 include $(OBJ_DIR)/unix-def.mk 23 include $(OBJ_DIR)/unix-cc.mk 25 include $(BUILD_DIR)/unix-def.mk 26 include $(BUILD_DIR)/unix-cc.mk 57 include $(TOP_DIR)/builds/unix/install.mk
|
/external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/ |
D | types_linux.go | 32 Linger *unix.Linger 33 RecvTimeout *unix.Timeval 34 SendTimeout *unix.Timeval 35 TCPInfo *unix.TCPInfo 41 if v, err := unix.GetsockoptLinger(int(fd), syscall.SOL_SOCKET, syscall.SO_LINGER); err == nil { 44 if v, err := unix.GetsockoptTimeval(int(fd), syscall.SOL_SOCKET, syscall.SO_RCVTIMEO); err == nil { 47 if v, err := unix.GetsockoptTimeval(int(fd), syscall.SOL_SOCKET, syscall.SO_SNDTIMEO); err == nil { 50 if v, err := unix.GetsockoptTCPInfo(int(fd), syscall.SOL_TCP, syscall.TCP_INFO); err == nil {
|
/external/freetype/builds/ |
D | toplevel.mk | 130 $(RM) builds/unix/config.cache 131 $(RM) builds/unix/config.log 132 $(RM) builds/unix/config.status 133 $(RM) builds/unix/unix-def.mk 134 $(RM) builds/unix/unix-cc.mk 135 $(RM) builds/unix/freetype2.pc 267 rm -f builds/unix/aclocal.m4 268 rm -f builds/unix/configure.ac 269 rm -f builds/unix/configure 272 rm -rf builds/unix/autom4te.cache [all …]
|
/external/syzkaller/sys/linux/ |
D | socket_unix.txt | 12 socket$unix(domain const[AF_UNIX], type flags[unix_socket_type], proto const[0]) sock_unix 13 socketpair$unix(domain const[AF_UNIX], type flags[unix_socket_type], proto const[0], fds ptr[out, u… 14 bind$unix(fd sock_unix, addr ptr[in, sockaddr_un], addrlen len[addr]) 15 connect$unix(fd sock_unix, addr ptr[in, sockaddr_un], addrlen len[addr]) 16 accept$unix(fd sock_unix, peer ptr[out, sockaddr_un, opt], peerlen ptr[inout, len[peer, int32]]) so… 17 accept4$unix(fd sock_unix, peer ptr[out, sockaddr_un, opt], peerlen ptr[inout, len[peer, int32]], f… 19 sendto$unix(fd sock_unix, buf buffer[in], len len[buf], f flags[send_flags], addr ptr[in, sockaddr_… 20 sendmsg$unix(fd sock_unix, msg ptr[in, msghdr_un], f flags[send_flags]) 21 sendmmsg$unix(fd sock_unix, mmsg ptr[in, array[msghdr_un]], vlen len[mmsg], f flags[send_flags]) 22 recvfrom$unix(fd sock_unix, buf buffer[out], len len[buf], f flags[recv_flags], addr ptr[in, sockad… [all …]
|
/external/syzkaller/sys/freebsd/ |
D | socket_unix.txt | 14 socket$unix(domain const[AF_UNIX], type flags[unix_socket_type], proto const[0]) sock_unix 15 socketpair$unix(domain const[AF_UNIX], type flags[unix_socket_type], proto const[0], fds ptr[out, u… 16 bind$unix(fd sock_unix, addr ptr[in, sockaddr_un], addrlen len[addr]) 17 connect$unix(fd sock_unix, addr ptr[in, sockaddr_un], addrlen len[addr]) 18 accept$unix(fd sock_unix, peer ptr[out, sockaddr_un, opt], peerlen ptr[inout, len[peer, int32]]) so… 19 accept4$unix(fd sock_unix, peer ptr[out, sockaddr_un, opt], peerlen ptr[inout, len[peer, int32]], f… 21 sendto$unix(fd sock_unix, buf buffer[in], len len[buf], f flags[send_flags], addr ptr[in, sockaddr_… 22 sendmsg$unix(fd sock_unix, msg ptr[in, msghdr_un], f flags[send_flags]) 23 recvfrom$unix(fd sock_unix, buf buffer[out], len len[buf], f flags[recv_flags], addr ptr[in, sockad… 24 getsockname$unix(fd sock_unix, addr ptr[out, sockaddr_un], addrlen ptr[inout, len[addr, int32]]) [all …]
|
D | init.go | 13 unix: targets.MakeUnixSanitizer(target), 17 target.SanitizeCall = arch.unix.SanitizeCall 21 unix *targets.UnixSanitizer member
|
/external/syzkaller/sys/netbsd/ |
D | socket_unix.txt | 13 socket$unix(domain const[AF_UNIX], type flags[unix_socket_type], proto const[0]) sock_unix 14 socketpair$unix(domain const[AF_UNIX], type flags[unix_socket_type], proto const[0], fds ptr[out, u… 15 bind$unix(fd sock_unix, addr ptr[in, sockaddr_un], addrlen len[addr]) 16 connect$unix(fd sock_unix, addr ptr[in, sockaddr_un], addrlen len[addr]) 17 accept$unix(fd sock_unix, peer ptr[out, sockaddr_un, opt], peerlen ptr[inout, len[peer, int32]]) so… 19 sendto$unix(fd sock_unix, buf buffer[in], len len[buf], f flags[send_flags], addr ptr[in, sockaddr_… 20 sendmsg$unix(fd sock_unix, msg ptr[in, msghdr_un], f flags[send_flags]) 21 recvfrom$unix(fd sock_unix, buf buffer[out], len len[buf], f flags[recv_flags], addr ptr[in, sockad… 22 getsockname$unix(fd sock_unix, addr ptr[out, sockaddr_un], addrlen ptr[inout, len[addr, int32]]) 23 getpeername$unix(fd sock_unix, peer ptr[out, sockaddr_un], peerlen ptr[inout, len[peer, int32]])
|
/external/openssh/regress/ |
D | multiplex.sh | 86 rm -f ${COPY} $OBJ/unix-[123].fwd 89 $NC -N -Ul $OBJ/unix-1.fwd < ${DATA} > /dev/null & 91 ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -L$OBJ/unix-2.fwd:$OBJ/unix-1.fwd otherhost >>$TEST_SSH… 92 ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -R$OBJ/unix-3.fwd:$OBJ/unix-2.fwd otherhost >>$TEST_SSH… 93 $NC -U $OBJ/unix-3.fwd < /dev/null > ${COPY} 2>/dev/null 96 rm -f ${COPY} $OBJ/unix-[123].fwd
|
D | forwarding.sh | 134 rm -f $OBJ/unix-[123].fwd 136 ${SSH} -S $CTL -M -f -F $OBJ/ssh_config -R${base}01:[$OBJ/unix-1.fwd] somehost sleep 10 137 ${SSH} -S $CTL.1 -M -f -F $OBJ/ssh_config -L[$OBJ/unix-1.fwd]:[$OBJ/unix-2.fwd] somehost sleep 10 138 ${SSH} -S $CTL.2 -M -f -F $OBJ/ssh_config -R[$OBJ/unix-2.fwd]:[$OBJ/unix-3.fwd] somehost sleep 10 139 ${SSH} -S $CTL.3 -M -f -F $OBJ/ssh_config -L[$OBJ/unix-3.fwd]:127.0.0.1:$PORT somehost sleep 10
|
/external/ltp/testcases/kernel/io/stress_floppy/datafiles/ |
D | dd_file | 14 export ptypferr.out unix 33 export ptypferr.out unix 52 export ptypferr.out unix 71 export ptypferr.out unix 90 export ptypferr.out unix 109 export ptypferr.out unix 128 export ptypferr.out unix 147 export ptypferr.out unix 166 export ptypferr.out unix 185 export ptypferr.out unix [all …]
|
/external/freetype/ |
D | configure | 16 rm -f config.mk builds/unix/unix-def.mk builds/unix/unix-cc.mk 133 CFG=$CFG $MAKE setup unix
|
/external/deqp/framework/delibs/dethread/ |
D | CMakeLists.txt | 22 unix/deMutexUnix.c 23 unix/deNamedSemaphoreUnix.c 24 unix/deSemaphoreUnix.c 25 unix/deThreadUnix.c 26 unix/deThreadLocalUnix.c
|
/external/curl/tests/data/ |
D | test1435 | 6 unix sockets 22 unix-sockets 25 http-unix 31 --unix-socket %HTTPUNIXPATH http://server-interpreted.example.com/1435
|
D | test1436 | 6 unix sockets 36 unix-sockets 39 http-unix 45 --unix-socket %HTTPUNIXPATH http://one.example.com/14360001 http://two.example.com/14360002 http://…
|
/external/syzkaller/sys/akaros/ |
D | init.go | 12 unix *targets.UnixSanitizer member 17 unix: targets.MakeUnixSanitizer(target), 24 arch.unix.SanitizeCall(c)
|
/external/clang/test/Analysis/ |
D | NewDelete-intersections.mm | 12 // Check for intersections with unix.Malloc and unix.MallocWithAnnotations 16 //----- malloc()/free() are subjects of unix.Malloc and unix.MallocWithAnnotations
|
/external/strace/tests/ |
D | Makefile.am | 179 unix-pair-send-recv \ 180 unix-pair-sendto-recvfrom \ 261 net-y-unix.test \ 264 net-yy-unix.test \ 302 unix-pair-send-recv.test \ 303 unix-pair-sendto-recvfrom.test \ 461 unix-pair-send-recv.expected \ 462 unix-pair-sendto-recvfrom.expected \
|
/external/strace/tests-mx32/ |
D | Makefile.am | 179 unix-pair-send-recv \ 180 unix-pair-sendto-recvfrom \ 261 net-y-unix.test \ 264 net-yy-unix.test \ 302 unix-pair-send-recv.test \ 303 unix-pair-sendto-recvfrom.test \ 461 unix-pair-send-recv.expected \ 462 unix-pair-sendto-recvfrom.expected \
|
/external/strace/tests-m32/ |
D | Makefile.am | 179 unix-pair-send-recv \ 180 unix-pair-sendto-recvfrom \ 261 net-y-unix.test \ 264 net-yy-unix.test \ 302 unix-pair-send-recv.test \ 303 unix-pair-sendto-recvfrom.test \ 461 unix-pair-send-recv.expected \ 462 unix-pair-sendto-recvfrom.expected \
|