Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Dsubr_log.c128 int sc_state; /* see above for possibilities */ member
154 int sc_state; /* see above for possibilities */ member
218 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 …]