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

/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c480 static time_t lastmtime = 0; /* mount table's previous mtime */ local
492 if (lastmtime == 0 || sb.st_mtime != lastmtime) {
495 lastmtime = sb.st_mtime;
/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Dcron.c429 time_t newtime, lastmtime = 0L; local
569 } else if (lastmtime != buf.st_mtime) {
571 lastmtime = buf.st_mtime;

Completed in 120 milliseconds