Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhidraw.c103 struct proc *sc_async; /* process that wants SIGIO */ member
374 sc->sc_async = 0; in hidraw_open()
396 sc->sc_async = 0; in hidraw_dtor()
619 if (sc->sc_async == NULL) { in hidraw_ioctl()
620 sc->sc_async = td->td_proc; in hidraw_ioctl()
621 DPRINTF("FIOASYNC %p\n", sc->sc_async); in hidraw_ioctl()
625 sc->sc_async = NULL; in hidraw_ioctl()
632 if (sc->sc_async == NULL) in hidraw_ioctl()
634 else if (*(int *)addr != sc->sc_async->p_pgid) in hidraw_ioctl()
991 if (sc->sc_async != NULL) { in hidraw_notify()
[all …]