Searched refs:mHotkeyList (Results 1 – 1 of 1) sorted by relevance
19 LIST_ENTRY mHotkeyList = INITIALIZE_LIST_HEAD_VARIABLE (mHotkeyList); variable151 for ( Link = GetFirstNode (&mHotkeyList) in HotkeyCallback()152 ; !IsNull (&mHotkeyList, Link) in HotkeyCallback()153 ; Link = GetNextNode (&mHotkeyList, Link) in HotkeyCallback()228 Link = GetFirstNode (&mHotkeyList); in HotkeyRegisterNotify()230 while (!IsNull (&mHotkeyList, Link)) { in HotkeyRegisterNotify()250 Link = GetNextNode (&mHotkeyList, Link); in HotkeyRegisterNotify()377 InsertTailList (&mHotkeyList, &HotkeyLeft->Link); in HotkeyInsertList()400 InsertTailList (&mHotkeyList, &HotkeyRight->Link); in HotkeyInsertList()