Searched refs:sc_state (Results 1 – 1 of 1) sorted by relevance
111 int sc_state; /* see above for possibilities */ member133 int sc_state; /* see above for possibilities */ member213 logsoftc.sc_state &= ~(LOG_NBIO | LOG_ASYNC); in logclose()240 oslogsoftc.sc_state &= ~(LOG_NBIO | LOG_ASYNC); in oslogclose()259 if ((flag & IO_NDELAY) || (logsoftc.sc_state & LOG_NBIO)) { in logread()263 logsoftc.sc_state |= LOG_RDWAIT; in logread()275 logsoftc.sc_state &= ~LOG_RDWAIT; in logread()364 if (logsoftc.sc_state & LOG_ASYNC) { in logwakeup()375 if (log_open && (logsoftc.sc_state & LOG_RDWAIT)) { in logwakeup()377 logsoftc.sc_state &= ~LOG_RDWAIT; in logwakeup()[all …]