Searched refs:devsoftc (Results 1 – 1 of 1) sorted by relevance
416 } devsoftc; variable440 knlist_init_mtx(&devsoftc.sel.si_note, &devsoftc.mtx); in devinit()470 devsoftc.inuse = 1; in devopen()479 devsoftc.inuse = 0; in devclose()481 devsoftc.async = 0; in devclose()508 rv = cv_wait_sig(&devsoftc.cv, &devsoftc.mtx); in devread()519 devsoftc.queued--; in devread()635 devsoftc.queued--; in devctl_alloc_dei()666 devsoftc.queued++; in devctl_queue()671 if (devsoftc.async && devsoftc.sigio != NULL) in devctl_queue()[all …]