Lines Matching full:timeout
48 It takes a single argument which represents a timeout value specified as a
68 implementations supports setting the timeout to the specified timeout.
77 implementations support the timeout length, all watchdogs are disabled and must
95 get total timeout
99 get the pre-timeout
101 set the pre-timeout
103 Set the action when a pre-timeout occurs (see
111 Set the action when a soft timeout occurs.
114 The actions that may be specified for the pre-timeout or the internal software
135 none of the watchdogs supports the requested timeout value
136 (timeout value other than 0).
138 Watchdog could not be disabled (timeout value of 0).
162 wd_reset(u_int timeout)
164 if (ioctl(wdfd, WDIOCPATPAT, &timeout) == -1)