Searched refs:logsoftc (Results 1 – 1 of 1) sorted by relevance
87 static struct logsoftc { struct92 } logsoftc; argument120 callout_reset_sbt(&logsoftc.sc_callout, in logopen()133 funsetown(&logsoftc.sc_sigio); in logclose()136 callout_stop(&logsoftc.sc_callout); in logclose()137 logsoftc.sc_state = 0; in logclose()190 selrecord(td, &logsoftc.sc_selp); in logpoll()241 if ((logsoftc.sc_state & LOG_ASYNC) && logsoftc.sc_sigio != NULL) in logtimeout()242 pgsigio(&logsoftc.sc_sigio, SIGIO, 0); in logtimeout()270 logsoftc.sc_state |= LOG_ASYNC; in logioctl()[all …]