Home
last modified time | relevance | path

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

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