Searched refs:sc_state (Results 1 – 1 of 1) sorted by relevance
111 int sc_state; /* see above for possibilities */ member123 int sc_state; /* see above for possibilities */ member203 logsoftc.sc_state &= ~(LOG_NBIO | LOG_ASYNC); in logclose()230 oslogsoftc.sc_state &= ~(LOG_NBIO | LOG_ASYNC); in oslogclose()249 if ((flag & IO_NDELAY) || (logsoftc.sc_state & LOG_NBIO)) { in logread()253 logsoftc.sc_state |= LOG_RDWAIT; in logread()265 logsoftc.sc_state &= ~LOG_RDWAIT; in logread()354 if (logsoftc.sc_state & LOG_ASYNC) { in logwakeup()365 if (log_open && (logsoftc.sc_state & LOG_RDWAIT)) { in logwakeup()367 logsoftc.sc_state &= ~LOG_RDWAIT; in logwakeup()[all …]