Searched defs:Set (Results 1 - 25 of 27) sorted by relevance

12

/vbox/src/VBox/Runtime/generic/
H A DRTMpGetCount-generic.cpp39 RTCPUSET Set; local
40 RTMpGetSet(&Set);
41 return RTCpuSetCount(&Set);
H A DRTMpGetOnlineCount-generic.cpp39 RTCPUSET Set; local
40 RTMpGetOnlineSet(&Set);
41 return RTCpuSetCount(&Set);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DIScsiInitiatorName.h81 EFI_ISCSI_INITIATOR_NAME_SET Set; member in struct:_EFI_ISCSI_INITIATOR_NAME_PROTOCOL
H A DVlanConfig.h43 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 DAuthenticationInfo.h201 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 DtstRTMp-1.cpp68 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 Dmp-os2.cpp62 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 Dmp-win.cpp68 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 DnsProperties.cpp114 nsProperties::Set(const char* prop, nsISupports* value) function in class:nsProperties
H A DnsPersistentProperties.cpp420 nsPersistentProperties::Set(const char* prop, nsISupports* value) function in class:nsPersistentProperties
/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsEnvironment.cpp165 nsEnvironment::Set(const nsAString& aName, const nsAString& aValue) function in class:nsEnvironment
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel1CommandsLib/
H A DFor.c115 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 Dks.h35 GUID Set; member in struct:tagKSIDENTIFIER::__anon13630
H A Ddmksctrl.h43 GUID Set; member in struct:__anon13526::__anon13527::__anon13528
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dks.h35 GUID Set; member in struct:tagKSIDENTIFIER::__anon1010
H A Ddsdriver.h126 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 Dmp-r0drv-solaris.c142 RTCPUSET Set; local
143 RTMpGetOnlineSet(&Set);
144 return RTCpuSetCount(&Set);
/vbox/src/VBox/Runtime/r3/linux/
H A Dmp-linux.cpp177 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 DPcRtc.h108 UINT8 Set : 1; // 0 - Normal operation. 1 - Updates inhibited member in struct:__anon12652
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDriver1CommandsLib/
H A DDrvCfg.c1146 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 DnsSpecialSystemDirectory.cpp579 // 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 Dmp-r0drv-nt.cpp60 /** 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 DGuestCtrlPrivate.cpp93 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 Dxf86Privstr.h162 DPMSSetProcPtr Set; member in struct:__anon3036
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsDirectoryService.cpp121 // 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

Completed in 129 milliseconds

12