func syscall.ioctlPtr

17 uses

	syscall (current package)
		bpf_darwin.go#L26: 	err := ioctlPtr(fd, BIOCGBLEN, unsafe.Pointer(&l))
		bpf_darwin.go#L35: 	err := ioctlPtr(fd, BIOCSBLEN, unsafe.Pointer(&l))
		bpf_darwin.go#L45: 	err := ioctlPtr(fd, BIOCGDLT, unsafe.Pointer(&t))
		bpf_darwin.go#L54: 	err := ioctlPtr(fd, BIOCSDLT, unsafe.Pointer(&t))
		bpf_darwin.go#L63: 	err := ioctlPtr(fd, BIOCPROMISC, unsafe.Pointer(&m))
		bpf_darwin.go#L72: 	err := ioctlPtr(fd, BIOCFLUSH, nil)
		bpf_darwin.go#L87: 	err := ioctlPtr(fd, BIOCGETIF, unsafe.Pointer(&iv))
		bpf_darwin.go#L98: 	err := ioctlPtr(fd, BIOCSETIF, unsafe.Pointer(&iv))
		bpf_darwin.go#L108: 	err := ioctlPtr(fd, BIOCGRTIMEOUT, unsafe.Pointer(&tv))
		bpf_darwin.go#L117: 	err := ioctlPtr(fd, BIOCSRTIMEOUT, unsafe.Pointer(tv))
		bpf_darwin.go#L127: 	err := ioctlPtr(fd, BIOCGSTATS, unsafe.Pointer(&s))
		bpf_darwin.go#L136: 	err := ioctlPtr(fd, BIOCIMMEDIATE, unsafe.Pointer(&m))
		bpf_darwin.go#L148: 	err := ioctlPtr(fd, BIOCSETF, unsafe.Pointer(&p))
		bpf_darwin.go#L158: 	err := ioctlPtr(fd, BIOCVERSION, unsafe.Pointer(&v))
		bpf_darwin.go#L171: 	err := ioctlPtr(fd, BIOCGHDRCMPLT, unsafe.Pointer(&f))
		bpf_darwin.go#L180: 	err := ioctlPtr(fd, BIOCSHDRCMPLT, unsafe.Pointer(&f))
		zsyscall_darwin_amd64.go#L1833: func ioctlPtr(fd int, req uint, arg unsafe.Pointer) (err error) {