Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/ufs/roll_log/
H A Droll_log.c463 int logenabled = 0; in rl_log_control() local
506 if (ioctl(fd, _FIOISLOG, &logenabled) == SYSERR) { in rl_log_control()
512 if (((request == _FIOLOGENABLE) && (!logenabled)) || in rl_log_control()
513 ((request == _FIOLOGDISABLE) && logenabled)) in rl_log_control()