Searched refs:need_unlock (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/dev/cy/
H A Dcy.c2124 int need_unlock; local
2134 need_unlock = 0;
2137 need_unlock = 1;
2144 if (need_unlock)
2159 int need_unlock; local
2168 need_unlock = 0;
2171 need_unlock = 1;
2178 if (need_unlock)
/freebsd-10.0-release/sys/dev/sio/
H A Dsio.c2566 int need_unlock; local
2584 need_unlock = 0;
2587 need_unlock = 1;
2593 if (need_unlock)
/freebsd-10.0-release/sys/pc98/cbus/
H A Dsio.c3728 int need_unlock; local
3746 need_unlock = 0;
3749 need_unlock = 1;
3755 if (need_unlock)
/freebsd-10.0-release/sys/dev/syscons/
H A Dsyscons.c2671 int need_unlock = 0; local
2681 need_unlock = 1;
2685 if (need_unlock)

Completed in 172 milliseconds