Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/kern/
H A Dsubr_log.c111 int sc_state; /* see above for possibilities */ member
123 int sc_state; /* see above for possibilities */ member
203 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 …]