Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Dsubr_log.c153 struct oslogsoftc { struct
157 } oslogsoftc; argument
234 oslogsoftc.sc_pgid = proc_getpid(p); /* signal process only */ in oslogopen()
245 oslogsoftc.sc_state &= ~(LOG_NBIO | LOG_ASYNC); in oslogclose()
246 selthreadclear(&oslogsoftc.sc_selp); in oslogclose()
348 selrecord(p, &oslogsoftc.sc_selp, wql); in oslogselect()
405 selwakeup(&oslogsoftc.sc_selp); in oslogwakeup()
509 selwakeup(&oslogsoftc.sc_selp); in oslogioctl()