Searched refs:Priority (Results 1 - 25 of 48) sorted by relevance

12

/vbox/src/VBox/Runtime/r0drv/nt/
H A Dthread2-r0drv-nt.cpp61 KPRIORITY Priority; local
64 case RTTHREADTYPE_INFREQUENT_POLLER: Priority = 6; break;
65 case RTTHREADTYPE_EMULATION: Priority = 7; break;
66 case RTTHREADTYPE_DEFAULT: Priority = 8; break;
67 case RTTHREADTYPE_MSG_PUMP: Priority = 9; break;
68 case RTTHREADTYPE_IO: Priority = LOW_REALTIME_PRIORITY; break;
69 case RTTHREADTYPE_TIMER: Priority = MAXIMUM_PRIORITY; break;
79 /*KPRIORITY oldPririty = */KeSetPriorityThread((PKTHREAD)pThread->Core.Key, Priority);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DVlanConfig.h35 UINT8 Priority; ///< Priority of this VLAN. member in struct:__anon12389
52 If Priority is out of the scope of (0-7), then EFI_INVALID_PARAMETER is returned.
59 @param[in] Priority 3 bit priority in VLAN header. Priority 0 is default value. If
60 VlanId is zero (0), Priority is ignored.
66 - Priority is invalid.
75 IN UINT8 Priority
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/VlanConfigDxe/
H A DVlanConfigNvData.h43 UINT8 Priority; member in struct:__anon11258
H A DVlanConfigImpl.c264 VlanConfig->Set (VlanConfig, Configuration->VlanId, Configuration->Priority);
284 Configuration->Priority = 0;
425 StrCpy (String, L", Priority:");
427 String += UnicodeValueToString (String, 0, VlanData[Index].Priority, 4);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcthread.h84 } Priority; typedef in typeref:enum:__anon17215
109 virtual void SetPriority(Priority newPriority);
131 Priority GetPriority() const;
H A Drcthread.cpp131 void RCThread::SetPriority(RCThread::Priority new_priority)
143 RCThread::Priority RCThread::GetPriority() const
144 { return (RCThread::Priority)PR_GetThreadPriority(identity); }
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Event/
H A DEvent.h69 @param Priority The task priority level of event notifications
75 IN EFI_TPL Priority
H A DEvent.c159 @param Priority The task priority level of event notifications
165 IN EFI_TPL Priority
172 ASSERT (gEventQueueLock.OwnerTpl == Priority);
173 Head = &gEventQueue[Priority];
207 gEventPending &= ~(1 << Priority);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpVlan.c234 VlanTci->Bits.Priority = MnpServiceData->Priority;
348 If Priority is out of the scope of (0-7), then EFI_INVALID_PARAMETER is returned.
355 @param[in] Priority 3 bit priority in VLAN header. Priority 0 is default value. If
356 VlanId is zero (0), Priority is ignored.
362 - Priority is invalid.
371 IN UINT8 Priority
384 if ((This == NULL) || (VlanId > 4094) || (Priority > 7)) {
415 MnpServiceData = MnpCreateServiceData (MnpDeviceData, VlanId, Priority);
[all...]
H A DMnpVlan.h134 If Priority is out of the scope of (0-7), then EFI_INVALID_PARAMETER is returned.
141 @param[in] Priority 3 bit priority in VLAN header. Priority 0 is default value. If
142 VlanId is zero (0), Priority is ignored.
148 - Priority is invalid.
157 IN UINT8 Priority
H A DMnpDriver.h116 UINT8 Priority; member in struct:__anon11231
H A DMnpImpl.h133 @param[in] Priority The VLAN priority. If VlanId is 0,
134 Priority is ignored.
143 IN UINT8 Priority OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/VConfig/
H A DVConfig.c261 VlanData[Index].Priority
368 UINTN Priority; local
375 Priority = 0;
407 // 3rd parameter is Priority.
449 // Check Priority.
452 Priority = StrDecimalToUintn (PriorityStr);
453 if (Priority > 7) {
462 Status = VlanConfig->Set (VlanConfig, (UINT16) VlanId, (UINT8) Priority);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Davrt.h58 BOOL WINAPI AvSetMmThreadPriority(HANDLE AvrtHandle, AVRT_PRIORITY Priority);
/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DUISettingsSerializer.h109 void start(Priority priority = InheritPriority);
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Csm/CsmSupportLib/
H A DLegacyPlatform.c936 UINT16 Priority; local
941 Priority = 0;
975 (Priority <= LocalBbsTable[Index].BootPriority)) {
976 Priority = (UINT16) (LocalBbsTable[Index].BootPriority + 1);
988 LocalBbsTable[Index].BootPriority = Priority;
989 ++Priority;
998 LocalBbsTable[Index].BootPriority = Priority;
999 ++Priority;
1015 LocalBbsTable[Index].BootPriority = Priority;
1016 ++Priority;
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DUefiLib.h7 events, build simple locks utilizing EFI Task Priority Levels (TPLs), install
252 If Priority is not a valid TPL value, then ASSERT().
255 @param Priority The EFI TPL associated with the lock.
264 IN EFI_TPL Priority
275 @param Priority The task priority level of the lock.
280 #define EFI_INITIALIZE_LOCK_VARIABLE(Priority) \
281 {Priority, TPL_APPLICATION, EfiLockReleased }
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariableDxe.c47 If Priority is not a valid TPL value, then ASSERT().
50 @param Priority EFI TPL is associated with the lock.
58 IN EFI_TPL Priority
61 return EfiInitializeLock (Lock, Priority);
H A DVariable.h166 If Priority is not a valid TPL value, then ASSERT().
169 @param Priority EFI TPL is associated with the lock.
177 IN EFI_TPL Priority
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DVariableDxe.c47 If Priority is not a valid TPL value, then ASSERT().
50 @param Priority EFI TPL is associated with the lock.
58 IN EFI_TPL Priority
61 return EfiInitializeLock (Lock, Priority);
H A DVariable.h231 If Priority is not a valid TPL value, then ASSERT().
234 @param Priority EFI TPL is associated with the lock.
242 IN EFI_TPL Priority
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/BdsDxe/BootMaint/
H A DBBSsupport.c1491 Set Boot Priority for specified device type.
1496 @param Priority The prority table.
1508 IN OUT UINT16 *Priority
1540 LocalBbsTable[BbsIndex].BootPriority = *Priority;
1541 (*Priority)++;
1552 LocalBbsTable[DevOrderPtr->Data[Index]].BootPriority = *Priority;
1553 (*Priority)++;
1632 UINT16 Priority; local
1677 Priority = 0;
1688 &Priority
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwuapi.idl244 HRESULT Priority(
248 HRESULT Priority(
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Library/FrameworkUefiLib/
H A DUefiLib.c4 events, build simple locks utilizing EFI Task Priority Levels (TPLs), install
320 If Priority is not a valid TPL value, then ASSERT().
323 @param Priority EFI TPL associated with the lock.
332 IN EFI_TPL Priority
336 ASSERT (Priority <= TPL_HIGH_LEVEL);
338 Lock->Tpl = Priority;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiLib/
H A DUefiLib.c4 events, build simple locks utilizing EFI Task Priority Levels (TPLs), install
342 If Priority is not a valid TPL value, then ASSERT().
345 @param Priority EFI TPL is associated with the lock.
354 IN EFI_TPL Priority
358 ASSERT (Priority <= TPL_HIGH_LEVEL);
360 Lock->Tpl = Priority;

Completed in 130 milliseconds

12