Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dsubr_log.c137 int sc_state; /* see above for possibilities */ member
176 int sc_state; /* see above for possibilities */ member
182 int sc_state; /* see above for possibilities */ member
266 logsoftc.sc_state &= ~(LOG_NBIO | LOG_ASYNC); in logclose()
293 oslogsoftc.sc_state &= ~(LOG_NBIO | LOG_ASYNC); in oslogclose()
308 if (oslog_streamsoftc.sc_state & LOG_RDWAIT) { in oslog_streamwakeup_locked()
310 oslog_streamsoftc.sc_state &= ~LOG_RDWAIT; in oslog_streamwakeup_locked()
676 oslog_streamsoftc.sc_state &= ~(LOG_NBIO | LOG_ASYNC); in oslog_streamclose()
721 if (logsoftc.sc_state & LOG_NBIO) { in logread()
725 logsoftc.sc_state |= LOG_RDWAIT; in logread()
[all …]