Searched refs:Scope (Results 1 - 25 of 52) sorted by relevance

123

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcthread.h69 } Scope; typedef in typeref:enum:__anon17213
89 RCThread(Scope scope, State state, PRUint32 stackSize=0);
129 Scope GetScope() const;
H A Drcthread.cpp70 RCThread::Scope scope, RCThread::State join, PRUint32 stackSize):
137 RCThread::Scope RCThread::GetScope() const
138 { return (RCThread::Scope)PR_GetThreadScope(identity); }
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/
H A Defi_hii.h43 .Scope = 1, \
102 .Scope = 1, \
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DDecObject.py115 # @param Scope: A list store section name and arch info
117 def AddItem(self, Item, Scope):
118 if not Scope:
123 for Ele in Scope:
364 # @param Scope: Scope
366 def AddItem(self, Item, Scope):
367 if not Scope:
372 for Type, Arch in Scope:
582 # @param Scope
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Protocol/
H A DFormBrowserEx.h43 // Scope for Browser action. It may be Form, FormSet or System level.
56 After all registered hot keys are removed, previous Scope can reset to another level.
58 @param[in] Scope Scope level to be set.
60 @retval EFI_SUCCESS Scope is set correctly.
61 @retval EFI_INVALID_PARAMETER Scope is not the valid value specified in BROWSER_SETTING_SCOPE.
62 @retval EFI_UNSPPORTED Scope level is different from current one that the registered hot keys have.
68 IN BROWSER_SETTING_SCOPE Scope
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Io.h24 @param[in] Scope The scope of cleanup nodes.
30 IN UINT32 Scope
H A DDhcp6Io.c298 @param[in] Scope The scope of cleanup nodes.
304 IN UINT32 Scope
315 if (Scope == DHCP6_PACKET_STATEFUL || Scope == DHCP6_PACKET_ALL) {
333 if (Scope == DHCP6_PACKET_STATELESS || Scope == DHCP6_PACKET_ALL) {
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dnetfw.idl136 HRESULT Scope( [out, retval] NET_FW_SCOPE* scope );
139 HRESULT Scope( [in] NET_FW_SCOPE scope );
204 HRESULT Scope( [out, retval] NET_FW_SCOPE* scope );
207 HRESULT Scope( [in] NET_FW_SCOPE scope );
269 HRESULT Scope( [out, retval] NET_FW_SCOPE* scope );
272 HRESULT Scope( [in] NET_FW_SCOPE scope );
301 HRESULT Scope( [out, retval] NET_FW_SCOPE* scope );
304 HRESULT Scope( [in] NET_FW_SCOPE scope );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dnetfw.idl136 HRESULT Scope( [out, retval] NET_FW_SCOPE* scope );
139 HRESULT Scope( [in] NET_FW_SCOPE scope );
204 HRESULT Scope( [out, retval] NET_FW_SCOPE* scope );
207 HRESULT Scope( [in] NET_FW_SCOPE scope );
269 HRESULT Scope( [out, retval] NET_FW_SCOPE* scope );
272 HRESULT Scope( [in] NET_FW_SCOPE scope );
301 HRESULT Scope( [out, retval] NET_FW_SCOPE* scope );
304 HRESULT Scope( [in] NET_FW_SCOPE scope );
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dswitch.cpp87 Shared(RCThread::Scope scope, Home* link, RCLock* ml);
94 Shared::Shared(RCThread::Scope scope, Home* link, RCLock* lock):
135 RCThread::Scope thread_scope = RCThread::local;
H A Dranfile.cpp106 Hammer(RCThread::Scope scope, RCLock* lock, RCCondition *cond, PRUint32 clip);
151 RCThread::Scope scope, RCLock* lock, RCCondition *cond, PRUint32 clip):
316 RCThread::Scope thread_scope = RCThread::local;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DIfrParse.c44 // We are currently not in a Form Scope, so just skip this Statement
924 UINT8 Scope; local
1010 Scope = ((EFI_IFR_OP_HEADER *) OpCodeData)->Scope;
1015 if (Scope != 0) {
1258 if (Scope == 0) {
1366 if (Scope != 0) {
1431 if (Scope != 0) {
1549 if (Scope != 0) {
1656 if ((Operand == EFI_IFR_ONE_OF_OP) && Scope !
[all...]
H A DPresentation.c997 BROWSER_SETTING_SCOPE Scope; local
1010 Scope = FormLevel;
1015 Scope = FormSetLevel;
1022 (gBrowserSettingScope == FormSetLevel && IsNvUpdateRequired(Selection->FormSet) && Scope == FormSetLevel)) {
1059 SubmitForm (Selection->FormSet, Selection->Form, Scope);
1064 DiscardForm (Selection->FormSet, Selection->Form, Scope);
H A DSetup.h978 @param SettingScope Setting Scope for Discard action.
996 @param SettingScope Setting Scope for Submit action.
1069 @param SettingScope Setting Scope for Default action.
1392 After all registered hot keys are removed, previous Scope can reset to another level.
1394 @param[in] Scope Scope level to be set.
1396 @retval EFI_SUCCESS Scope is set correctly.
1397 @retval EFI_INVALID_PARAMETER Scope is not the valid value specified in BROWSER_SETTING_SCOPE.
1398 @retval EFI_UNSPPORTED Scope level is different from current one that the registered hot keys have.
1404 IN BROWSER_SETTING_SCOPE Scope
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Common.h100 @param[in] Scope interface-local(1), link-local(2), or site-local(5)
110 IN UINT8 Scope,
H A DIp6Common.c101 @param[in] Scope interface-local(1), link-local(2), or site-local(5)
111 IN UINT8 Scope,
119 if (!Router && Scope == IP6_SITE_LOCAL_SCOPE) {
125 Ip6Addr->Addr[1] = Scope;
109 Ip6SetToAllNodeMulticast( IN BOOLEAN Router, IN UINT8 Scope, OUT EFI_IPv6_ADDRESS *Ip6Addr ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/UefiHiiLib/
H A DHiiLib.c31 UINT8 Scope; member in struct:__anon11113
1297 VarBlockData.Scope = IfrOpHdr->Scope;
1500 // Opcode Scope is zero. This one of option is not to be checked.
1502 if (VarBlockData.Scope == 0) {
1528 if (VarBlockData.Scope > 0) {
1529 VarBlockData.Scope --;
1535 if ((VarBlockData.Scope == 0) && (VarBlockData.OpCode == EFI_IFR_ONE_OF_OP)) {
1542 // Increase Scope for the validated opcode
1544 if (VarBlockData.Scope >
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/HiiDatabaseDxe/
H A DConfigRouting.c1233 BlockData->Scope = IfrOpHdr->Scope;
1297 BlockData->Scope = IfrOpHdr->Scope;
1383 BlockData->Scope = IfrOpHdr->Scope;
1448 BlockData->Scope = IfrOpHdr->Scope;
1654 if (BlockData == NULL || BlockData->Scope == 0) {
1766 if (BlockData == NULL || BlockData->Scope
[all...]
H A DHiiDatabase.h79 UINT8 Scope; member in struct:__anon11183
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Tcg/TcgSmm/
H A DTpm.asl25 Scope (\_SB)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaFileParser.py372 ScopeKey = [(Scope[0], Scope[1]) for Scope in self._Scope]
399 for (SectionType, Scope) in self._SectionsMacroDict:
405 if(Scope0, Scope1) not in Scope:
408 SpeSpeMacroDict.update(self._SectionsMacroDict[(SectionType, Scope)])
412 if(Scope0, Scope1) not in Scope and (Scope0, "COMMON") not in Scope and ("COMMON", Scope1) not in Scope:
415 ComSpeMacroDict.update(self._SectionsMacroDict[(SectionType, Scope)])
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DDecParser.py89 # @param Scope: Format: [[SectionName, Arch], ...].
92 def _CheckReDefine(self, Key, Scope = None):
93 if not Scope:
94 Scope = self._RawData.CurrentScope
99 # Copy scope to SecArch, avoid Scope be changed outside
101 SecArch[0:1] = Scope[:]
107 for SubValue in Scope:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrFormPkg.cpp1015 QuestionScope += OpHead->Scope;
1033 // Count inconsistent opcode Scope
1035 StackCount = OpHead->Scope;
1042 // Calculate Scope Number
1044 StackCount += tOpHead->Scope;
1433 mHeader->Scope = (gOpcodeSizesScopeTable[OpCode].mScope + gScopeCount > 0) ? 1 : 0;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DHiiLib.h631 If Scope > 1, then ASSERT().
637 @param[in] Scope 1 if this opcode is the beginning of a new scope.
651 IN UINT8 Scope
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/AcpiTables/
H A DDsdt.asl26 Scope (\_SB) {

Completed in 101 milliseconds

123