func Lstat(path string, stat *Stat_t) (err error) { … } func Select(nfd int, r *FdSet, w *FdSet, e *FdSet, timeout *Timeval) (n int, err error) { … } func Stat(path string, stat *Stat_t) (err error) { … } func Gettimeofday(tv *Timeval) (err error) { … } func Time(t *Time_t) (tt Time_t, err error) { … } func setTimespec(sec, nsec int64) Timespec { … } func setTimeval(sec, usec int64) Timeval { … } func (r *PtraceRegs) PC() uint64 { … } func (r *PtraceRegs) SetPC(pc uint64) { … } 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 (rsa *RawSockaddrNFCLLCP) SetServiceNameLen(length int) { … } func KexecFileLoad(kernelFd int, initrdFd int, cmdline string, flags int) error { … }