Home
last modified time | relevance | path

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

/freebsd/sys/dev/snp/
H A Dsnp.c110 struct cv snp_outwait; /* (t) Output wait queue. */ member
128 cv_destroy(&ss->snp_outwait); in snp_dtor()
143 cv_init(&ss->snp_outwait, "snp out"); in snp_open()
179 error = cv_wait_sig(&ss->snp_outwait, tty_getlock(tp)); in snp_read()
372 cv_broadcast(&ss->snp_outwait); in snp_getc_capture()