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

/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c61 static char *Timesbuf; /* copy of the timestamps file (a la mmap()) */ variable
430 if ((Timesbuf = (char *)mmap(0, Timeslen,
434 ret &= conf_scan(Timesname, Timesbuf, Timeslen, 1);

Completed in 59 milliseconds