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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DFtp4.h93 BOOLEAN Active; member in struct:__anon12142
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DFormGuid.h204 UINT8 Active; member in struct:__anon10500
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp1936 CHECK_ERROR_RET(DevPtr, COMGETTER(Active)(&bActive), rc);
1940 RTPrintf("Active: %s\n", bActive ? "yes" : "no");
2322 BOOL Active = FALSE; local
2339 CHECK_ERROR_RET(vrdeServerInfo, COMGETTER(Active)(&Active), rc);
2356 RTPrintf("VRDEActiveConnection=\"%s\"\n", Active ? "on": "off");
2358 RTPrintf("VRDE Connection: %s\n", Active? "active": "not active");
2369 if (Active)
2420 if (Active)
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dmtypes.h1568 GLuint CurrentUnit; /**< Active texture unit */
1725 GLint ActiveTexture; /**< Client Active Texture */
2079 GLboolean Active; /* inside Begin/EndQuery */ member in struct:gl_query_object
3063 struct gl_shine_tab *_ShineTable[2]; /**< Active shine tables */

Completed in 55 milliseconds