Searched refs:Param (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Runtime/r0drv/linux/
H A Dthread2-r0drv-linux.c58 struct sched_param Param = { .sched_priority = MAX_PRIO - 1 }; local
62 Param.sched_priority = MAX_RT_PRIO + 5;
66 Param.sched_priority = MAX_RT_PRIO + 4;
70 Param.sched_priority = MAX_RT_PRIO + 3;
74 Param.sched_priority = MAX_RT_PRIO + 2;
79 Param.sched_priority = MAX_RT_PRIO - 1;
84 Param.sched_priority = 1; /* not 0 just in case */
92 sched_setscheduler(current, iSchedClass, &Param);
/vbox/src/VBox/Runtime/testcase/
H A DtstDarwinSched.cpp61 struct sched_param Param; local
68 memset(&Param, 0, sizeof(Param));
69 rc = pthread_getschedparam(pthread_self(), &iPolicy, &Param);
71 rc, iPolicy, iPolicy, Param.sched_priority, Param.sched_priority,
73 *(int *)&Param.__opaque, *(int *)&Param.__opaque);
75 *(int *)&Param.opaque, *(int *)&Param
132 struct sched_param Param; local
148 pthread_getschedparam(pthread_self(), &iPolicy, &Param); local
170 pthread_getschedparam(pthread_self(), &iPolicy, &Param); local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DType.c112 CONST CHAR16 *Param; local
170 for ( ParamCount = 1, Param = ShellCommandLineGetRawValue(Package, ParamCount)
171 ; Param != NULL
172 ; ParamCount++, Param = ShellCommandLineGetRawValue(Package, ParamCount)
174 Status = ShellOpenFileMetaArg((CHAR16*)Param, EFI_FILE_MODE_READ, &FileList);
176 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_OPEN_FAIL), gShellLevel3HiiHandle, (CHAR16*)Param);
189 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_NF), gShellLevel3HiiHandle, Param);
H A DTouch.c170 CONST CHAR16 *Param; local
220 for ( ParamCount = 1, Param = ShellCommandLineGetRawValue(Package, ParamCount)
221 ; Param != NULL
222 ; ParamCount++, Param = ShellCommandLineGetRawValue(Package, ParamCount)
224 Status = ShellOpenFileMetaArg((CHAR16*)Param, EFI_FILE_MODE_READ|EFI_FILE_MODE_WRITE, &FileList);
226 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_PROBLEM), gShellLevel3HiiHandle, (CHAR16*)Param);
239 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_NF), gShellLevel3HiiHandle, Param);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/
H A DCodeFragment.py160 def __init__(self, Name, Param, Begin, End):
162 self.ParamList = Param
H A Dc.py1165 for Param in ParamList:
1166 if Param.Name.strip() == PredVar:
1168 Type = GetTypeInfo(PredVarList[1:], Param.Modifier, FullFileName, TargetType)
1171 TypeList = GetDataTypeFromModifier(Param.Modifier).split()
1358 for Param in ParamList:
1359 if Param.StartLine <= StartLine:
1360 PrintErrorMsg(ERROR_C_FUNCTION_LAYOUT_CHECK_FUNCTION_NAME, 'Parameter %s should be in its own line.' % Param.Name, FileTable, Result[1])
1361 if Param.StartLine - StartLine > 1:
1362 PrintErrorMsg(ERROR_C_FUNCTION_LAYOUT_CHECK_FUNCTION_NAME, 'Empty line appears before Parameter %s.' % Param.Name, FileTable, Result[1])
1363 if not Pattern.match(Param
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DRm.c238 CONST CHAR16 *Param; local
285 for ( ParamCount = 1, Param = ShellCommandLineGetRawValue(Package, ParamCount)
286 ; Param != NULL
287 ; ParamCount++, Param = ShellCommandLineGetRawValue(Package, ParamCount)
289 Status = ShellOpenFileMetaArg((CHAR16*)Param, EFI_FILE_MODE_WRITE|EFI_FILE_MODE_READ, &FileList);
291 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_GEN_FILE_NF), gShellLevel2HiiHandle, (CHAR16*)Param);
/vbox/src/VBox/VMM/VMMRC/
H A DMMRamRCA.asm36 ; @param [esp + 04h] Param 1 - Pointer where to store result data (pDst).
37 ; @param [esp + 08h] Param 2 - Pointer of data to read (pSrc).
38 ; @param [esp + 0ch] Param 3 - Size of data to read, only 1/2/4/8 is valid.
41 ; @remark Data is saved to destination (Param 1) even if read error occurred!
107 ; @param [esp + 04h] Param 1 - Pointer where to write data (pDst).
108 ; @param [esp + 08h] Param 2 - Pointer of data to write (pSrc).
109 ; @param [esp + 0ch] Param 3 - Size of data to write, only 1/2/4 is valid.
H A DTRPMRCHandlersA.asm441 push ebx ; Param 2 - CPUMCTXCORE pointer.
442 push esi ; Param 1 - Pointer to TRPMCPU.
594 push ebx ; Param 2 - Pointer to CPUMCTXCORE.
595 push IMP(g_VM) ; Param 1 - Pointer to VM.
608 push ebx ; Param 2 - Pointer to CPUMCTXCORE.
609 push esi ; Param 1 - Pointer to TRPMCPU
/vbox/src/VBox/VMM/VMMAll/
H A DEMAllA.asm69 ; @param [esp + 04h] rdi rcx Param 1 - First parameter (Dst).
70 ; @param [esp + 08h] rsi edx Param 2 - Second parameter (Src).
71 ; @param [esp + 10h] Param 3 - Size of parameters, only 1/2/4/8 (64 bits host only) is valid.
133 ; @param [esp + 04h] Param 1 - First parameter - pointer to data item.
134 ; @param [esp + 08h] Param 2 - Second parameter.
135 ; @param [esp + 10h] Param 3 - Size of parameters, only 1/2/4/8 (64 bits host only) is valid.
214 ; @param [esp + 04h] gcc:rdi msc:rcx Param 1 - First parameter - pointer to data item (the real stuff).
215 ; @param [esp + 08h] gcc:rsi msc:rdx Param 2 - Second parameter- the immediate / register value.
216 ; @param [esp + 10h] gcc:rdx msc:r8 Param 3 - Size of the operation - 1, 2, 4 or 8 bytes.
217 ; @param [esp + 14h] gcc:rcx msc:r9 Param
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DLoadPciRom.c80 CONST CHAR16 *Param; local
118 for ( ParamCount = 1, Param = ShellCommandLineGetRawValue(Package, ParamCount)
119 ; Param != NULL
120 ; ParamCount++, Param = ShellCommandLineGetRawValue(Package, ParamCount)
122 Status = ShellOpenFileMetaArg((CHAR16*)Param, EFI_FILE_MODE_WRITE|EFI_FILE_MODE_READ, &FileList);
124 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_FILE_OPEN_FAIL), gShellDebug1HiiHandle, Param, Status);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Eot/
H A DCodeFragment.py181 def __init__(self, Name, Param, Begin, End):
183 self.ParamList = Param
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Library/
H A DShellLib.h819 If Param is not NULL, then it will point to a callee-allocated string buffer
825 @param[out] Param Upon finding one, a pointer to the duplicated parameter.
834 OUT CHAR16 **Param
/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp474 VBOXHGCMSVCPARM Param; member in class:HGCMMsgHostFastCallAsyncSvc
537 LogFlowFunc(("SVC_MSG_HOSTFASTCALLASYNC u32Function = %d, pParm = %p\n", pMsg->u32Function, &pMsg->Param));
539 rc = pSvc->m_fntable.pfnHostCall(pSvc->m_fntable.pvService, pMsg->u32Function, 1, &pMsg->Param);
1609 pMsg->pfnCompletion(result, pMsg->u32Function, &pMsg->Param, pMsg->pvCompletion);
1645 pMsg->Param = *pParm;
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c2429 If Param is not NULL then it will point to a callee allocated string buffer
2435 @param[out] Param Upon finding one, a pointer to the duplicated parameter.
2444 OUT CHAR16 **Param
2461 if (Param != NULL) {
2462 *Param = NULL;
2463 *Param = StrnCatGrow(Param, NULL, ((SHELL_PARAM_PACKAGE*)Node1)->Name, 0);
/vbox/src/VBox/VMM/VMMR0/
H A DHMR0A.asm838 ; * @param [esp + 04h] gcc:rdi msc:rcx Param 1 - First parameter - Address that will receive the current pointer
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 408 milliseconds