Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dsubr_log.c122 struct oslogsoftc { struct
126 } oslogsoftc; variable
219 oslogsoftc.sc_pgid = proc_getpid(p); /* signal process only */ in oslogopen()
230 oslogsoftc.sc_state &= ~(LOG_NBIO | LOG_ASYNC); in oslogclose()
231 selthreadclear(&oslogsoftc.sc_selp); in oslogclose()
329 selrecord(p, &oslogsoftc.sc_selp, wql); in oslogselect()
385 selwakeup(&oslogsoftc.sc_selp); in oslogwakeup()
491 selwakeup(&oslogsoftc.sc_selp); in oslogioctl()