Searched refs:devsoftc (Results 1 – 1 of 1) sorted by relevance
413 } devsoftc; variable437 knlist_init_mtx(&devsoftc.sel.si_note, &devsoftc.mtx); in devinit()467 devsoftc.inuse = 1; in devopen()476 devsoftc.inuse = 0; in devclose()478 devsoftc.async = 0; in devclose()505 rv = cv_wait_sig(&devsoftc.cv, &devsoftc.mtx); in devread()516 devsoftc.queued--; in devread()632 devsoftc.queued--; in devctl_alloc_dei()663 devsoftc.queued++; in devctl_queue()668 if (devsoftc.async && devsoftc.sigio != NULL) in devctl_queue()[all …]