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

/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXpoll.h94 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t) macro
165 #define Select(n,r,w,e,t) select(0,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t) macro
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DUserCredential.h282 EFI_CREDENTIAL_SELECT Select; member in struct:_EFI_USER_CREDENTIAL_PROTOCOL
H A DUserCredential2.h303 EFI_CREDENTIAL2_SELECT Select; member in struct:_EFI_USER_CREDENTIAL2_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcBoot.c52 Select and maintain the boot prompt if needed.
244 Select the boot menu by user's input.
251 @retval EFI_SUCCESS Select the boot menu success.
270 UINT16 Select; local
279 Select = 1;
334 // Select the boot item by user in the boot menu.
341 gST->ConOut->SetCursorPosition (gST->ConOut, 0, TopRow + Select);
342 ASSERT (Select < PXEBC_MENU_MAX_NUM);
343 ASSERT (MenuArray[Select] != NULL);
344 Blank[MenuArray[Select]
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDhcp.c628 Select the specified proxy offer, such as BINL, DHCP_ONLY and so on.
647 // Select offer according to the priority
700 // Select the first DHCP only offer with bootfile
711 // Select the Bootp reply with bootfile if any
881 // Select an offer, if succeeded, Private->SelectedOffer points to
1499 @retval EFI_SUCCESS Select boot prompt done.
1500 @retval EFI_TIMEOUT Select boot prompt time out.
1673 Select the boot menu.
1680 @retval EFI_SUCCESS Select the boot menu success.
1697 UINT16 Select; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrUtilityLib.cpp200 if (Select (Name) == 0) {
236 CVfrBufferConfig::Select ( function in class:CVfrBufferConfig
283 if ((Ret = Select (Name)) != 0) {
289 if (Select (Name, Id) != 0) {
2183 if ((Returnvalue = gCVfrBufferConfig.Select(VarStoreName)) == 0) {
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dmtypes.h2718 #define _NEW_RENDERMODE 0x800000 /**< __GLcontextRec::RenderMode, __GLcontextRec::Feedback, __GLcontextRec::Select */
3019 struct gl_selection Select; /**< Selection */ member in struct:__GLcontextRec

Completed in 90 milliseconds