Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/cy/
Dcy.c2124 int need_unlock; in cd_getreg() local
2134 need_unlock = 0; in cd_getreg()
2137 need_unlock = 1; in cd_getreg()
2144 if (need_unlock) in cd_getreg()
2159 int need_unlock; in cd_setreg() local
2168 need_unlock = 0; in cd_setreg()
2171 need_unlock = 1; in cd_setreg()
2178 if (need_unlock) in cd_setreg()
/freebsd-10-stable/sys/dev/sio/
Dsio.c2566 int need_unlock; in sio_cnputc() local
2584 need_unlock = 0; in sio_cnputc()
2587 need_unlock = 1; in sio_cnputc()
2593 if (need_unlock) in sio_cnputc()
/freebsd-10-stable/sys/cam/scsi/
Dscsi_pass.c777 int need_unlock; in passclose() local
779 need_unlock = 0; in passclose()
/freebsd-10-stable/sys/pc98/cbus/
Dsio.c3728 int need_unlock; in sio_cnputc() local
3746 need_unlock = 0; in sio_cnputc()
3749 need_unlock = 1; in sio_cnputc()
3755 if (need_unlock) in sio_cnputc()
/freebsd-10-stable/sys/dev/syscons/
Dsyscons.c2683 int need_unlock = 0; in sc_puts() local
2693 need_unlock = 1; in sc_puts()
2697 if (need_unlock) in sc_puts()