Home
last modified time | relevance | path

Searched refs:lastmtime (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c479 static time_t lastmtime = 0; /* mount table's previous mtime */ in findfsq() local
491 if (lastmtime == 0 || sb.st_mtime != lastmtime) { in findfsq()
494 lastmtime = sb.st_mtime; in findfsq()
/illumos-gate/usr/src/cmd/cron/
H A Dcron.c430 time_t newtime, lastmtime = 0L; in main() local
570 } else if (lastmtime != buf.st_mtime) { in main()
572 lastmtime = buf.st_mtime; in main()