Lines Matching +full:non +full:- +full:operational
1 .\" Copyright (c) 2004 Poul-Henning Kamp <phk@FreeBSD.org>
44 responds to a single operational
49 power of two nanoseconds, or-ed with a flag selecting active or passive control
78 be explicitly re-enabled.
91 .Bl -tag -width "WDIOC_SETSOFTTIMEOUTACT int "
99 get the pre-timeout
101 set the pre-timeout
103 Set the action when a pre-timeout occurs (see
114 The actions that may be specified for the pre-timeout or the internal software
117 .Bl -tag -width WD_SOFT_PRINT
131 returns zero on success and non-zero on failure.
132 .Bl -tag -width Er
145 operations return zero on success and non-zero on failure.
147 .Bd -literal -offset indent
152 int wdfd = -1;
158 if (wdfd == -1)
164 if (ioctl(wdfd, WDIOCPATPAT, &timeout) == -1)
192 .An -nosplit
196 .An Poul-Henning Kamp Aq Mt phk@FreeBSD.org .