Searched refs:oslog_streamsoftc (Results 1 – 1 of 1) sorted by relevance
181 struct oslog_streamsoftc { struct185 } oslog_streamsoftc; variable307 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 …]