Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/ !
H A Dsubr_log.c181 struct oslog_streamsoftc { struct
185 } oslog_streamsoftc; variable
307 selwakeup(&oslog_streamsoftc.sc_selp); in oslog_streamwakeup_locked()
308 if (oslog_streamsoftc.sc_state & LOG_RDWAIT) { in oslog_streamwakeup_locked()
310 oslog_streamsoftc.sc_state &= ~LOG_RDWAIT; in oslog_streamwakeup_locked()
373 oslog_streamsoftc.sc_pgid = proc_getpid(p); /* signal process only */ in oslog_streamopen()
676 oslog_streamsoftc.sc_state &= ~(LOG_NBIO | LOG_ASYNC); in oslog_streamclose()
677 selthreadclear(&oslog_streamsoftc.sc_selp); in oslog_streamclose()
791 if (flag & IO_NDELAY || oslog_streamsoftc.sc_state & LOG_NBIO) { in oslog_streamread()
796 oslog_streamsoftc.sc_state |= LOG_RDWAIT; in oslog_streamread()
[all …]