README ¶ IOCTL This is just an example how Linux IOCTL constants works. Expand ▾ Collapse ▴ Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ func IOR(type_ byte, number byte, size uint16) uintptr func IORW(type_ byte, number byte, size uint16) uintptr func IOW(type_ byte, number byte, size uint16) uintptr func Ioctl(fd int, req uint, arg unsafe.Pointer) error func Str(b []byte) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func IOR ¶ func IOR(type_ byte, number byte, size uint16) uintptr func IORW ¶ func IORW(type_ byte, number byte, size uint16) uintptr func IOW ¶ func IOW(type_ byte, number byte, size uint16) uintptr func Ioctl ¶ func Ioctl(fd int, req uint, arg unsafe.Pointer) error func Str ¶ func Str(b []byte) string Types ¶ This section is empty. Source Files ¶ View all Source files ioctl.goioctl_be.goioctl_linux.go Click to show internal directories. Click to hide internal directories.