Searched refs:sc_state (Results 1 – 1 of 1) sorted by relevance
128 int sc_state; /* see above for possibilities */ member154 int sc_state; /* see above for possibilities */ member218 logsoftc.sc_state &= ~(LOG_NBIO | LOG_ASYNC); in logclose()245 oslogsoftc.sc_state &= ~(LOG_NBIO | LOG_ASYNC); in oslogclose()266 if (logsoftc.sc_state & LOG_NBIO) { in logread()270 logsoftc.sc_state |= LOG_RDWAIT; in logread()285 logsoftc.sc_state &= ~LOG_RDWAIT; in logread()375 if (logsoftc.sc_state & LOG_ASYNC) { in logwakeup()385 if (logsoftc.sc_state & LOG_RDWAIT) { in logwakeup()387 logsoftc.sc_state &= ~LOG_RDWAIT; in logwakeup()[all …]