Searched defs:Select (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/ |
H A D | Xpoll.h | 94 # 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 D | UserCredential.h | 282 EFI_CREDENTIAL_SELECT Select; member in struct:_EFI_USER_CREDENTIAL_PROTOCOL
|
H A D | UserCredential2.h | 303 EFI_CREDENTIAL2_SELECT Select; member in struct:_EFI_USER_CREDENTIAL2_PROTOCOL
|
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/ |
H A D | PxeBcBoot.c | 52 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 D | PxeBcDhcp.c | 628 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 D | VfrUtilityLib.cpp | 200 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 D | mtypes.h | 2718 #define _NEW_RENDERMODE 0x800000 /**< __GLcontextRec::RenderMode, __GLcontextRec::Feedback, __GLcontextRec::Select */ 3019 struct gl_selection Select; /**< Selection */ member in struct:__GLcontextRec
|
Completed in 90 milliseconds