kubernetes/vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go

func setTimespec(sec, nsec int64) Timespec {}

func setTimeval(sec, usec int64) Timeval {}

func SetKevent(k *Kevent_t, fd, mode, flags int) {}

func (iov *Iovec) SetLen(length int) {}

func (msghdr *Msghdr) SetControllen(length int) {}

func (msghdr *Msghdr) SetIovlen(length int) {}

func (cmsg *Cmsghdr) SetLen(length int) {}

func Syscall9(num, a1, a2, a3, a4, a5, a6, a7, a8, a9 uintptr) (r1, r2 uintptr, err syscall.Errno)