Searched defs:fShared (Results 1 - 23 of 23) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dcolormapst.h82 Bool fShared; member in struct:_CMEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dcolormapst.h90 Bool fShared; member in struct:_CMEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dcolormapst.h90 Bool fShared; member in struct:_CMEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dcolormapst.h91 Bool fShared; member in struct:_CMEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dcolormapst.h91 Bool fShared; member in struct:_CMEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dcolormapst.h91 Bool fShared; member in struct:_CMEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dcolormapst.h91 Bool fShared; member in struct:_CMEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dcolormapst.h91 Bool fShared; member in struct:_CMEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dcolormapst.h91 Bool fShared; member in struct:_CMEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dcolormapst.h91 Bool fShared; member in struct:_CMEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dcolormapst.h89 Bool fShared; member in struct:_CMEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dcolormapst.h82 Bool fShared; member in struct:_CMEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dcolormapst.h82 Bool fShared; member in struct:_CMEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dcolormapst.h82 Bool fShared; member in struct:_CMEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dcolormapst.h82 Bool fShared; member in struct:_CMEntry
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/include/
H A Dcolormapst.h88 Bool fShared; member in struct:_CMEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcolormapst.h91 Bool fShared; member in struct:_CMEntry
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcolormapst.h89 Bool fShared; member in struct:_CMEntry
/vbox/src/VBox/Additions/common/testcase/
H A DtstPageFusion.cpp101 bool fShared; local
105 int rc = VbglR3PageIsShared((uint32_t)pLastBaseAddress, &fShared, &uPageFlags);
107 int rc = VbglR3PageIsShared((RTGCPTR)pLastBaseAddress, &fShared, &uPageFlags);
122 if (fShared)
/vbox/src/VBox/VMM/VMMR3/
H A DPDMLdr.cpp70 static char *pdmR3File(const char *pszFile, const char *pszDefaultExt, const char *pszSearchPath, bool fShared);
1001 char *pdmR3FileR3(const char *pszFile, bool fShared) argument
1003 return pdmR3File(pszFile, NULL, NULL, fShared);
1021 return pdmR3File(pszFile, NULL, pszSearchPath, /*fShared=*/false);
1039 return pdmR3File(pszFile, NULL, pszSearchPath, /*fShared=*/false);
1101 * @param fShared If true, search in the shared directory (/usr/lib on Unix), else
1105 * @todo Remove the fShared hack again once we don't need to link against VBoxDD anymore!
1107 static char *pdmR3File(const char *pszFile, const char *pszDefaultExt, const char *pszSearchPath, bool fShared) argument
1112 AssertLogRelReturn(!fShared || !pszSearchPath, NULL);
1167 rc = fShared
[all...]
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-win.cpp4471 bool fShared = false; local
4499 fShared = true;
/vbox/include/VBox/
H A DVMMDev.h1465 bool fShared; member in struct:__anon184
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h1344 uint32_t fShared : 1; member in struct:PGMLIVESAVERAMPAGE

Completed in 121 milliseconds