Searched refs:logsoftc (Results 1 – 1 of 1) sorted by relevance
89 static struct logsoftc { struct94 } logsoftc; argument122 callout_reset_sbt(&logsoftc.sc_callout, in logopen()135 funsetown(&logsoftc.sc_sigio); in logclose()138 callout_stop(&logsoftc.sc_callout); in logclose()139 logsoftc.sc_state = 0; in logclose()192 selrecord(td, &logsoftc.sc_selp); in logpoll()243 if ((logsoftc.sc_state & LOG_ASYNC) && logsoftc.sc_sigio != NULL) in logtimeout()244 pgsigio(&logsoftc.sc_sigio, SIGIO, 0); in logtimeout()272 logsoftc.sc_state |= LOG_ASYNC; in logioctl()[all …]