type golang.org/x/sys/unix.PtpSysOffsetExtended

3 uses

	golang.org/x/sys/unix (current package)
		ioctl_linux.go#L125: func IoctlPtpSysOffsetExtended(fd int, samples uint) (*PtpSysOffsetExtended, error) {
		ioctl_linux.go#L126: 	value := PtpSysOffsetExtended{Samples: uint32(samples)}
		ztypes_linux.go#L4251: 	PtpSysOffsetExtended struct {