Searched refs:sc_async (Results 1 – 1 of 1) sorted by relevance
109 struct proc *sc_async; /* process that wants SIGIO */ member380 sc->sc_async = 0; in hidraw_open()402 sc->sc_async = 0; in hidraw_dtor()626 if (sc->sc_async == NULL) { in hidraw_ioctl()627 sc->sc_async = td->td_proc; in hidraw_ioctl()628 DPRINTF("FIOASYNC %p\n", sc->sc_async); in hidraw_ioctl()632 sc->sc_async = NULL; in hidraw_ioctl()639 if (sc->sc_async == NULL) in hidraw_ioctl()641 else if (*(int *)addr != sc->sc_async->p_pgid) in hidraw_ioctl()1039 if (sc->sc_async != NULL) { in hidraw_notify()[all …]