Searched refs:UI_MENU_LIST (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DUi.h78 typedef struct _UI_MENU_LIST UI_MENU_LIST; typedef in typeref:struct:_UI_MENU_LIST
117 UI_MENU_LIST *CurrentMenu;
169 UI_MENU_LIST *Parent;
173 #define UI_MENU_LIST_FROM_LINK(a) CR (a, UI_MENU_LIST, Link, UI_MENU_LIST_SIGNATURE)
244 UI_MENU_LIST *
246 IN OUT UI_MENU_LIST *Parent,
262 UI_MENU_LIST *
264 IN UI_MENU_LIST *Parent,
278 UI_MENU_LIST *
H A DUi.c185 UI_MENU_LIST *
187 IN OUT UI_MENU_LIST *Parent,
193 UI_MENU_LIST *MenuList;
195 MenuList = AllocateZeroPool (sizeof (UI_MENU_LIST));
231 UI_MENU_LIST *
233 IN UI_MENU_LIST *Parent,
239 UI_MENU_LIST *Child;
240 UI_MENU_LIST *MenuList;
273 UI_MENU_LIST *
280 UI_MENU_LIST *MenuLis
[all...]
H A DPresentation.c993 UI_MENU_LIST *CurrentMenu;

Completed in 50 milliseconds