Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dlog.c132 lp->log_inuse = 1; in log_open()
146 lp->log_inuse = 0; in log_close()
/illumos-gate/usr/src/uts/common/sys/
H A Dlog.h68 short log_inuse; /* is this log device open? */ member
/illumos-gate/usr/src/uts/common/os/
H A Dlogsubr.c306 if (lp->log_inuse == 0) in log_alloc()