Searched defs:lastread (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c1486 ssize_t rbytes, wbytes, lastread; local
1598 lastread = segsize;
1612 if (lastread < segsize)
1658 lastread = rbytes;
1707 lastread = htonl(lastread);
1708 if (write(compfd, &lastread, sizeof (lastread)) != sizeof (lastread))
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c3985 static time_t lastread = 0; local
4013 lastread = buf.st_mtime;

Completed in 55 milliseconds