Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/kern/
H A Dsubr_log.c132 struct oslogsoftc { struct
136 } oslogsoftc; argument
229 oslogsoftc.sc_pgid = proc_getpid(p); /* signal process only */ in oslogopen()
240 oslogsoftc.sc_state &= ~(LOG_NBIO | LOG_ASYNC); in oslogclose()
241 selthreadclear(&oslogsoftc.sc_selp); in oslogclose()
339 selrecord(p, &oslogsoftc.sc_selp, wql); in oslogselect()
395 selwakeup(&oslogsoftc.sc_selp); in oslogwakeup()
501 selwakeup(&oslogsoftc.sc_selp); in oslogioctl()