Lines Matching refs:now
79 static int findidle(char *name, int ln, time_t now);
199 time_t now; local
202 time(&now); /* only one call to time() for this rpc call */
222 sizeof (utent->ut_line), now);
226 console_idle(now));
251 sizeof (utent->ut_line), now);
256 console_idle(now));
294 console_idle(now) in console_idle() argument
295 time_t now; in console_idle()
304 return (min((unsigned)findidle("kbd", strlen("kbd"), now),
305 (unsigned)findidle("mouse", strlen("mouse"), now)));
401 findidle(char *name, int ln, time_t now) in findidle() argument
412 diff = now - lastaction; in findidle()