Searched defs:vt_auth_doing (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c189 /* protecting vt_hotkeys_pending and vt_auth_doing */
193 static boolean_t vt_auth_doing = B_FALSE; variable
709 vt_auth_doing = B_TRUE;
820 vt_auth_doing = B_FALSE;
961 while (vt_auth_doing) {
964 if (vt_auth_doing) {

Completed in 46 milliseconds