HomeSort by relevance Sort by last modified time
    Searched defs:socketpair (Results 26 - 37 of 37) sorted by null

12

  /external/syzkaller/vendor/golang.org/x/sys/unix/
zsyscall_openbsd_amd64.go 141 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func
    [all...]
zsyscall_openbsd_arm.go 141 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func
    [all...]
zsyscall_linux_amd64.go 2009 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func
    [all...]
zsyscall_linux_mips.go 1883 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func
    [all...]
zsyscall_linux_mips64.go 1953 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func
    [all...]
zsyscall_linux_mips64le.go 1953 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func
    [all...]
zsyscall_linux_mipsle.go 1883 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func
    [all...]
zsyscall_linux_ppc64.go 2035 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func
    [all...]
zsyscall_linux_ppc64le.go 2035 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func
    [all...]
zsyscall_linux_sparc64.go 1994 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func
    [all...]
zsyscall_solaris_amd64.go 1641 func socketpair(domain int, typ int, proto int, fd *[2]int32) (err error) { func
    [all...]
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 3663 LSS_INLINE int LSS_NAME(socketpair)(int d, int type, int protocol, function
3721 LSS_INLINE int LSS_NAME(socketpair)(int d, int type, int protocol, function
    [all...]

Completed in 198 milliseconds

12