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

/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c60 static int Timesfd = -1; /* file descriptor for timestamps file */ variable
373 while (!Singlefile && Timesfd == -1) {
374 if ((Timesfd = open(Timesname, O_CREAT|O_RDWR, 0644)) < 0) {
378 if ((Timesfd = open(Timesname, O_RDONLY)) < 0)
386 if (fcntl(Timesfd, F_SETLKW, &flock) < 0)
390 if (fstat(Timesfd, &stbuf2) < 0)
398 (void) close(Timesfd);
399 Timesfd = -1;
429 if (Timesfd != -1 && Timeslen != 0) {
432 Timesfd,
[all...]

Completed in 150 milliseconds