Home
last modified time | relevance | path

Searched refs:dragonfly64Bit (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsockcmsg_unix.go19 if darwin64Bit || dragonfly64Bit || solaris64Bit {
Dsyscall_unix.go26 dragonfly64Bit = runtime.GOOS == "dragonfly" && sizeofPtr == 8 const