/vbox/src/VBox/Runtime/generic/ |
H A D | RTMpGetCount-generic.cpp | 39 RTCPUSET Set; local 40 RTMpGetSet(&Set); 41 return RTCpuSetCount(&Set);
|
H A D | RTMpGetOnlineCount-generic.cpp | 39 RTCPUSET Set; local 40 RTMpGetOnlineSet(&Set); 41 return RTCpuSetCount(&Set);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/ |
H A D | IScsiInitiatorName.h | 81 EFI_ISCSI_INITIATOR_NAME_SET Set; member in struct:_EFI_ISCSI_INITIATOR_NAME_PROTOCOL
|
H A D | VlanConfig.h | 43 The Set() function is used to create a new VLAN device or change the VLAN 85 @param[in] VlanId Pointer to VLAN identifier. Set to NULL to find all 136 EFI_VLAN_CONFIG_SET Set; member in struct:_EFI_VLAN_CONFIG_PROTOCOL
|
H A D | AuthenticationInfo.h | 201 Set the authentication information for a given controller handle. 230 EFI_AUTHENTICATION_INFO_PROTOCOL_SET Set; member in struct:_EFI_AUTHENTICATION_INFO_PROTOCOL
|
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstRTMp-1.cpp | 68 RTCPUSET Set; local 69 PRTCPUSET pSet = RTMpGetSet(&Set); 70 RTTESTI_CHECK(pSet == &Set); 71 if (pSet == &Set) 73 RTTESTI_CHECK((RTCPUID)RTCpuSetCount(&Set) == cCpus); 79 if (RTCpuSetIsMemberByIndex(&Set, iCpu)) 108 RTCpuSetEmpty(&Set); 109 RTCpuSetAdd(&Set, RTMpCpuIdFromSetIndex(0)); 158 if (!RTCpuSetIsMemberByIndex(&Set, iCpu)) 165 RTTestIFailed("RTMpGetOnlineSet -> %p, expected %p\n", pSet, &Set); [all...] |
/vbox/src/VBox/Runtime/r3/os2/ |
H A D | mp-os2.cpp | 62 RTCPUSET Set; local 63 return RTCpuSetIsMember(RTMpGetSet(&Set), idCpu); 89 RTCPUSET Set; local 90 return RTCpuSetIsMember(RTMpGetOnlineSet(&Set), idCpu); 111 RTCPUSET Set; local 112 RTMpGetOnlineSet(&Set); 113 return RTCpuSetCount(&Set);
|
/vbox/src/VBox/Runtime/r3/win/ |
H A D | mp-win.cpp | 68 RTCPUSET Set; local 69 return RTCpuSetIsMember(RTMpGetOnlineSet(&Set), idCpu); 75 RTCPUSET Set; local 76 return RTCpuSetIsMember(RTMpGetSet(&Set), idCpu); 176 RTCPUSET Set; local 177 RTMpGetOnlineSet(&Set); 178 return RTCpuSetCount(&Set);
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsProperties.cpp | 114 nsProperties::Set(const char* prop, nsISupports* value) function in class:nsProperties
|
H A D | nsPersistentProperties.cpp | 420 nsPersistentProperties::Set(const char* prop, nsISupports* value) function in class:nsPersistentProperties
|
/vbox/src/libs/xpcom18a4/xpcom/threads/ |
H A D | nsEnvironment.cpp | 165 nsEnvironment::Set(const nsAString& aName, const nsAString& aValue) function in class:nsEnvironment
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel1CommandsLib/ |
H A D | For.c | 115 CHAR16 Set[1]; member in struct:__anon12888 117 #define SIZE_OF_SHELL_FOR_INFO OFFSET_OF (SHELL_FOR_INFO, Set) 390 CopyMem(Info->Set, ArgSet, StrSize(ArgSet)); 392 CopyMem(Info->Set+(StrSize(ArgSet)/sizeof(Info->Set[0])), gEfiShellParametersProtocol->Argv[1], NewSize); 393 Info->ReplacementName = Info->Set+StrSize(ArgSet)/sizeof(Info->Set[0]); 394 Info->CurrentValue = (CHAR16*)Info->Set; 428 CopyMem(Info->Set, gEfiShellParametersProtocol->Argv[1], StrSize(gEfiShellParametersProtocol->Argv[1])); 429 Info->ReplacementName = Info->Set; [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/ |
H A D | ks.h | 35 GUID Set; member in struct:tagKSIDENTIFIER::__anon13630
|
H A D | dmksctrl.h | 43 GUID Set; member in struct:__anon13526::__anon13527::__anon13528
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | ks.h | 35 GUID Set; member in struct:tagKSIDENTIFIER::__anon1010
|
H A D | dsdriver.h | 126 GUID Set; member in struct:_DSPROPERTY::__anon944 228 STDMETHOD(Set)(THIS_ PDSPROPERTY pDsProperty,LPVOID pPropertyParams,ULONG cbPropertyParams,LPVOID pPropertyData,ULONG cbPropertyData) PURE; 240 #define IDsDriverPropertySet_Set(p,a,b,c,d,e) (p)->lpVtbl->Set(p,a,b,c,d,e)
|
/vbox/src/VBox/Runtime/r0drv/solaris/ |
H A D | mp-r0drv-solaris.c | 142 RTCPUSET Set; local 143 RTMpGetOnlineSet(&Set); 144 return RTCpuSetCount(&Set);
|
/vbox/src/VBox/Runtime/r3/linux/ |
H A D | mp-linux.cpp | 177 RTCPUSET Set; local 178 RTMpGetSet(&Set); 179 return RTCpuSetCount(&Set); 226 RTCPUSET Set; local 227 RTMpGetOnlineSet(&Set); 228 return RTCpuSetCount(&Set);
|
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/ |
H A D | PcRtc.h | 108 UINT8 Set : 1; // 0 - Normal operation. 1 - Updates inhibited member in struct:__anon12652
|
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/ |
H A D | DrvCfg.c | 1146 BOOLEAN Set; local 1205 Set = ShellCommandLineGetFlag (Package, L"-s"); 1304 if (Validate && Set) { 1309 if (Set && Force) { 1331 } else if (Set) { 1373 Set,
|
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
H A D | nsSpecialSystemDirectory.cpp | 579 // if someone has called nsSpecialSystemDirectory::Set() 617 // if someone has called nsSpecialSystemDirectory::Set() 655 // if someone has called nsSpecialSystemDirectory::Set() 1100 nsSpecialSystemDirectory::Set(SystemDirectories dirToSet, nsFileSpec *dirSpec) function in class:nsSpecialSystemDirectory
|
/vbox/src/VBox/Runtime/r0drv/nt/ |
H A D | mp-r0drv-nt.cpp | 60 /** Set if we're executing. */ 62 /** Set when done executing. */ 183 RTCPUSET Set; local 184 RTMpGetOnlineSet(&Set); 185 return RTCpuSetCount(&Set);
|
/vbox/src/VBox/Main/src-client/ |
H A D | GuestCtrlPrivate.cpp | 93 rc = Set((*it)); 147 int GuestEnvironment::Set(const Utf8Str &strKey, const Utf8Str &strValue) function in class:GuestEnvironment 169 int GuestEnvironment::Set(const Utf8Str &strPair) function in class:GuestEnvironment 195 rc = Set(strKey, strValue); 570 * @param pszValue Value to set. Set NULL for deleting the key.
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/common/ |
H A D | xf86Privstr.h | 162 DPMSSetProcPtr Set; member in struct:__anon3036
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsDirectoryService.cpp | 121 // Set the component registry location: 736 Set(prop, NS_STATIC_CAST(nsIFile*, fileData.data)); 748 Set(prop, NS_STATIC_CAST(nsIFile*, fileData.data)); 759 nsDirectoryService::Set(const char* prop, nsISupports* value) function in class:nsDirectoryService
|