Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Dsubr_log.c111 int sc_state; /* see above for possibilities */ member
133 int sc_state; /* see above for possibilities */ member
213 logsoftc.sc_state &= ~(LOG_NBIO | LOG_ASYNC); in logclose()
240 oslogsoftc.sc_state &= ~(LOG_NBIO | LOG_ASYNC); in oslogclose()
259 if ((flag & IO_NDELAY) || (logsoftc.sc_state & LOG_NBIO)) { in logread()
263 logsoftc.sc_state |= LOG_RDWAIT; in logread()
275 logsoftc.sc_state &= ~LOG_RDWAIT; in logread()
364 if (logsoftc.sc_state & LOG_ASYNC) { in logwakeup()
375 if (log_open && (logsoftc.sc_state & LOG_RDWAIT)) { in logwakeup()
377 logsoftc.sc_state &= ~LOG_RDWAIT; in logwakeup()
[all …]