Searched refs:sc_async (Results 1 – 1 of 1) sorted by relevance
374 sc->sc_async = 0; in hidraw_open()396 sc->sc_async = 0; in hidraw_dtor()618 if (sc->sc_async == NULL) { in hidraw_ioctl()619 sc->sc_async = td->td_proc; in hidraw_ioctl()620 DPRINTF("FIOASYNC %p\n", sc->sc_async); in hidraw_ioctl()624 sc->sc_async = NULL; in hidraw_ioctl()631 if (sc->sc_async == NULL) in hidraw_ioctl()990 if (sc->sc_async != NULL) { in hidraw_notify()992 PROC_LOCK(sc->sc_async); in hidraw_notify()993 kern_psignal(sc->sc_async, SIGIO); in hidraw_notify()[all …]