Lines Matching refs:seconds
90 representing the timeout in seconds. The driver returns the real
96 printf("The timeout was set to %d seconds\n", timeout);
98 This example might actually print "The timeout was set to 60 seconds"
105 printf("The timeout was is %d seconds\n", timeout);
118 Note that the pretimeout is the number of seconds before the time
119 when the timeout will go off. It is not the number of seconds until
120 the pretimeout. So, for instance, if you set the timeout to 60 seconds
121 and the pretimeout to 10 seconds, the pretimeout will go off in 50
122 seconds. Setting a pretimeout to zero disables it.
127 printf("The pretimeout was is %d seconds\n", timeout);
131 Get the number of seconds before reboot:
135 that returns the number of seconds before reboot.
138 printf("The timeout was is %d seconds\n", timeleft);
201 WDIOF_PRETIMEOUT Pretimeout (in seconds), get/set