Lines Matching full:timeout
57 call takes a single argument which represents a timeout value specified as a
59 of the timeout period for the watchdog.
66 implementations supports setting the timeout to the specified timeout.
75 implementations support the timeout length, all watchdogs are disabled and must
109 get total timeout
113 get the pre-timeout
115 set the pre-timeout
117 Set the action when a pre-timeout occurs (see
125 Set the action when a soft timeout occurs.
128 The actions that may be specified for the pre-timeout or the internal software
149 none of the watchdogs supports the requested timeout value
152 Watchdog could not be disabled (timeout value of 0).
176 wd_reset(u_int timeout)
178 if (ioctl(wdfd, WDIOCPATPAT, &timeout) == -1)