Lines Matching +full:non +full:- +full:operational
1 .\" Copyright (c) 2004 Poul-Henning Kamp <phk@FreeBSD.org>
44 responds to a set of operational
47 .Bl -tag -width "WDIOC_CONTROL int "
76 be explicitly re-enabled.
105 .Bl -tag -width "WDIOC_GETPRETTIMEOUT sbintime_t"
113 get the pre-timeout
115 set the pre-timeout
117 Set the action when a pre-timeout occurs (see
128 The actions that may be specified for the pre-timeout or the internal software
131 .Bl -tag -width WD_SOFT_PRINT
145 returns zero on success and non-zero on failure.
146 .Bl -tag -width Er
159 operations return zero on success and non-zero on failure.
161 .Bd -literal -offset indent
166 int wdfd = -1;
172 if (wdfd == -1)
178 if (ioctl(wdfd, WDIOCPATPAT, &timeout) == -1)
206 .An -nosplit
210 .An Poul-Henning Kamp Aq Mt phk@FreeBSD.org .