Searched refs:devsoftc (Results 1 – 1 of 1) sorted by relevance
75 } devsoftc; variable153 knlist_init_mtx(&devsoftc.sel.si_note, &devsoftc.mtx); in devctl_init()227 devsoftc.inuse = 1; in devopen()236 devsoftc.inuse = 0; in devclose()238 devsoftc.async = 0; in devclose()265 rv = cv_wait_sig(&devsoftc.cv, &devsoftc.mtx); in devread()276 devsoftc.queued--; in devread()392 devsoftc.queued--; in devctl_alloc_dei()423 devsoftc.queued++; in devctl_queue()428 if (devsoftc.async && devsoftc.sigio != NULL) in devctl_queue()[all …]