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

3 uses

	golang.org/x/sys/unix (current package)
		ioctl_linux.go#L64: func IoctlGetWatchdogInfo(fd int) (*WatchdogInfo, error) {
		ioctl_linux.go#L65: 	var value WatchdogInfo
		ztypes_linux.go#L3342: type WatchdogInfo struct {