func golang.org/x/sys/unix.ioctl
11 uses
golang.org/x/sys/unix (current package)
ioctl.go#L20: return ioctl(fd, req, uintptr(value))
ioctl.go#L29: return ioctl(fd, req, uintptr(unsafe.Pointer(&v)))
ioctl.go#L38: err := ioctl(fd, req, uintptr(unsafe.Pointer(value)))
ioctl.go#L48: err := ioctl(fd, req, uintptr(unsafe.Pointer(value)))
ioctl.go#L60: err := ioctl(fd, req, uintptr(unsafe.Pointer(&value)))
ioctl.go#L66: err := ioctl(fd, req, uintptr(unsafe.Pointer(&value)))
ioctl.go#L72: err := ioctl(fd, req, uintptr(unsafe.Pointer(&value)))
syscall_darwin.go#L292: err := ioctl(fd, CTLIOCGINFO, uintptr(unsafe.Pointer(ctlInfo)))
syscall_darwin.go#L308: err := ioctl(fd, SIOCGIFMTU, uintptr(unsafe.Pointer(&ifreq)))
syscall_darwin.go#L315: err := ioctl(fd, SIOCSIFMTU, uintptr(unsafe.Pointer(ifreq)))
zsyscall_darwin_amd64.go#L730: func ioctl(fd int, req uint, arg uintptr) (err error) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |