Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/syscons/
Dsyscons.h233 struct mtx video_mtx; member
539 mtx_init(&(sc)->video_mtx, "syscons video lock", NULL, \
544 mtx_lock_spin(&(sc)->video_mtx); \
549 mtx_unlock_spin(&(sc)->video_mtx); \