Searched refs:polltime (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/usr.sbin/sesd/srcs/
H A Dsesd.c58 int c, fd, polltime, dev, nodaemon; local
67 polltime = 30;
74 polltime = atoi(optarg);
162 sleep(polltime);
/netbsd-current/sys/arch/alpha/alpha/
H A Dpromcons.c87 static int polltime; variable
146 polltime = hz / PROM_POLL_HZ;
147 if (polltime < 1)
148 polltime = 1;
149 callout_reset(&prom_ch, polltime, promtimeout, tp);
252 callout_reset(&prom_ch, polltime, promtimeout, tp);

Completed in 623 milliseconds