Searched refs:Arg (Results 1 - 25 of 49) sorted by relevance

12

/vbox/src/VBox/Runtime/common/string/
H A Dstraprintf.cpp147 STRALLOCARG Arg; local
148 Arg.fAllocated = false;
149 Arg.cchBuffer = sizeof(szBuf);
150 Arg.pszBuffer = szBuf;
151 Arg.cch = sizeof(szBuf) - 1;
152 Arg.psz = szBuf;
153 Arg.pszTag = pszTag;
155 int cbRet = (int)RTStrFormatV(strallocoutput, &Arg, NULL, NULL, pszFormat, args);
156 if (Arg.psz)
158 if (!Arg
[all...]
H A Dstrprintf.cpp85 STRBUFARG Arg; local
93 Arg.psz = pszBuffer;
94 Arg.cch = cchBuffer - 1;
95 return RTStrFormatV(strbufoutput, &Arg, pfnFormat, pvArg, pszFormat, args);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dmath.h106 /** Compute the principal value of the arc cosine of Arg.
108 @param[in] Arg The value to compute the arc cosine of.
110 @return The computed value of the arc cosine of Arg in the interval [0,pi] radians.
111 If Arg is not in the interval [-1,+1], errno is set to EDOM.
113 double acos(double Arg);
115 /** Compute the principal value of the arc sine of Arg.
117 @param[in] Arg The value to compute the arc sine of.
119 @return The computed value of the arc sine of Arg in the interval [-pi/2,+pi/2] radians.
120 If Arg is not in the interval [-1,+1], errno is set to EDOM.
122 double asin(double Arg);
[all...]
/vbox/src/VBox/Devices/Graphics/testcase/
H A Ddump-vmwgfx.c301 struct drm_vmw_getparam_arg Arg; local
304 Arg.value = 0;
305 Arg.param = uParam;
306 Arg.pad64 = 0;
307 rc = ioctl(fd, DRM_IOCTL_VMW_GET_PARAM, &Arg);
313 printf("%30s: %#llx -- enabled: %s\n", pszParam, Arg.value,
314 Arg.value == 0 ? "no" : Arg.value == 1 ? "yes" : "huh?");
318 printf("%30s: %#llx -- major=%llu minor=%llu\n", pszParam, Arg.value, Arg
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IfConfig6/
H A DIfConfig6.c155 ArgNode->Arg = ArgStr;
165 ArgNode->Arg = ArgStr;
192 VAR_CHECK_ITEM Arg; local
202 Arg = CheckList[Index];
207 while (Arg.FlagStr != NULL) {
208 if (StrCmp (Arg.FlagStr, Name) == 0) {
210 if (CheckDuplicate & Arg.FlagID) {
215 if (CheckConflict & Arg.ConflictMask) {
220 CheckDuplicate |= Arg.FlagID;
221 CheckConflict |= Arg
355 IfConfig6ParseManualAddressList( IN OUT ARG_LIST **Arg, OUT EFI_IP6_CONFIG_MANUAL_ADDRESS **Buf, OUT UINTN *BufSize ) argument
457 IfConfig6ParseGwDnsAddressList( IN OUT ARG_LIST **Arg, OUT EFI_IPv6_ADDRESS **Buf, OUT UINTN *BufSize ) argument
550 IfConfig6ParseInterfaceId( IN OUT ARG_LIST **Arg, OUT EFI_IP6_CONFIG_INTERFACE_ID **IfId ) argument
610 IfConfig6ParseDadXmits( IN OUT ARG_LIST **Arg, OUT UINT32 *Xmits ) argument
[all...]
H A DIfConfig6.h61 CHAR16 *Arg; member in struct:_ARG_LIST
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DVtf.py187 Arg = tuple()
192 Arg += ('-o', OutputFileName)
195 return Arg, FvVtfDict
/vbox/src/VBox/Debugger/
H A DDBGCEval.cpp484 DBGCVAR Arg; local
486 rc = dbgcEvalSub(pDbgc, pszExpr2, cchExpr - (pszExpr2 - pszExpr), pOp->enmCatArg1, &Arg);
488 rc = dbgcEvalSubUnary(pDbgc, pszExpr2, cchExpr - (pszExpr2 - pszExpr), pOp->enmCatArg1, &Arg);
490 rc = dbgcCheckAndTypePromoteArgument(pDbgc, pOp->enmCatArg1, &Arg);
492 rc = pOp->pfnHandlerUnary(pDbgc, &Arg, enmCategory, pResult);
787 DBGCVAR Arg; local
788 rc = dbgcEvalSub(pDbgc, pszOpSplit, cchExpr - (pszOpSplit - pszExpr), pOpSplit->enmCatArg1, &Arg);
790 rc = dbgcCheckAndTypePromoteArgument(pDbgc, pOpSplit->enmCatArg1, &Arg);
792 rc = pOpSplit->pfnHandlerUnary(pDbgc, &Arg, enmCategory, pResult);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaDataTable.py76 Values = ", ".join([str(Arg) for Arg in Args])
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Utility.h141 @param[in] Arg The pointer to the parameter.
147 IN VOID *Arg
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/MnpDxe/
H A DMnpImpl.h223 Check whether the token specified by Arg matches the token in Item.
227 @param[in] Arg Pointer to the Arg, it's a pointer to the token to
230 @retval EFI_SUCCESS The token specified by Arg is different from the
232 @retval EFI_ACCESS_DENIED The token specified by Arg is the same as that in
241 IN VOID *Arg
245 Cancel the token specified by Arg if it matches the token in Item.
249 @param[in] Arg Pointer to the Arg, it's a pointer to the
252 @retval EFI_SUCCESS The Arg i
[all...]
H A DMnpConfig.c811 Check whether the token specified by Arg matches the token in Item.
815 @param[in] Arg Pointer to the Arg, it's a pointer to the token to
818 @retval EFI_SUCCESS The token specified by Arg is different from the
820 @retval EFI_ACCESS_DENIED The token specified by Arg is the same as that in
829 IN VOID *Arg
835 Token = (EFI_MANAGED_NETWORK_COMPLETION_TOKEN *) Arg;
850 Cancel the token specified by Arg if it matches the token in Item.
854 @param[in] Arg Pointer to the Arg, i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DEdkIIWorkspace.py65 for Arg in sys.argv:
66 if Arg.lower() == '-v':
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Workspace/
H A DMetaDataTable.py76 Values = ", ".join([str(Arg) for Arg in Args])
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Include/Protocol/
H A DEfiShellEnvironment2.h264 This function will open a group of files that match the Arg path, including
265 support for wildcard characters ('?' and '*') in the Arg path. If there are
273 @param[in] Arg The pointer Path to files to open.
285 IN CHAR16 *Arg,
843 This function will open a group of files that match the Arg path, but will not
844 support the wildcard characters ('?' and '*') in the Arg path. If there are
852 @param[in] Arg The pointer to the path of the files to be opened.
865 IN CHAR16 *Arg,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Impl.c98 This function cancels the token specified by Arg in the Map. This is a callback
103 @param[in] Arg Pointer to the token to be cancelled, if NULL,
106 @retval EFI_SUCCESS The token is cancelled if Arg is NULL or the token
107 is not the same as that in the Item if Arg is not
109 @retval EFI_ABORTED Arg is not NULL, and the token specified by Arg is
118 IN VOID *Arg OPTIONAL
1070 This function removes the multicast group specified by Arg from the Map.
1074 @param[in] Arg Pointer to the Arg, i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Udp6Dxe/
H A DUdp6Impl.c98 This function cancle the token specified by Arg in the Map.
102 @param[in] Arg Pointer to the token to be cancelled, if NULL, all
106 @retval EFI_SUCCESS The token is cancelled if Arg is NULL or the token
107 is not the same as that in the Item if Arg is not
109 @retval EFI_ABORTED Arg is not NULL, and the token specified by Arg is
118 IN VOID *Arg OPTIONAL
1056 This function removes the multicast group specified by Arg from the Map.
1060 @param[in] Arg Pointer to the Arg, i
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DNetBuffer.c176 Vector->Free (Vector->Arg);
496 @param[in] Arg Point to the old NET_VECTOR.
502 IN VOID *Arg
507 Vector = (NET_VECTOR *)Arg;
629 Vector->Arg = Nbuf->Vector;
708 @param[in] Arg The argument passed to ExtFree when ExtFree is
724 IN VOID *Arg OPTIONAL
837 Vector->Arg = Arg;
933 @param[in] Arg Th
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/TargetTool/
H A DTargetTool.py29 self.Arg = args[0]
251 if FileHandle.Arg.lower() == 'print':
254 elif FileHandle.Arg.lower() == 'clean':
/vbox/src/VBox/Additions/solaris/Virtio/
H A DVirtioNet-solaris.c368 0 /* Arg */, &pTxBuf->hDMA);
834 * @param Arg Private data (unused, will be NULL).
837 static uint_t VirtioNetISR(caddr_t Arg) argument
839 cmn_err(CE_NOTE, "VirtioNetISR Arg=%p\n", Arg);
840 NOREF(Arg);
H A DVirtioPci-solaris.c140 static uint_t VirtioPciISR(caddr_t Arg);
638 * @param Arg Private data (unused, will be NULL).
641 static uint_t VirtioPciISR(caddr_t Arg) argument
644 cmn_err(CE_NOTE, "VBoxGuestSolarisISRd Arg=%p\n", Arg);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIkePacket.c98 @param[in] Arg The data passed from the NetBufFromExe().
104 IN VOID *Arg
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/X64/
H A DEbcSupport.c105 @param Arg The value to be pushed.
111 IN UINT64 Arg
119 *(UINT64 *) VmPtr->Gpr[0] = Arg;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h906 IN VOID *Arg
921 @param[in] Arg The opaque parameter to the callback.
933 IN VOID *Arg OPTIONAL
1363 typedef VOID (EFIAPI *NET_VECTOR_EXT_FREE) (VOID *Arg);
1374 VOID *Arg; // opeque argument to Free member in struct:__anon11052
1714 @param[in] Arg The argument passed to ExtFree when ExtFree is
1730 IN VOID *Arg OPTIONAL
1765 @param[in] Arg The argument passed to ExtFree when ExtFree is called.
1778 IN VOID *Arg OPTIONAL
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/
H A DBcfg.c147 EFI_SHELL_FILE_INFO *Arg; local
279 Arg = (EFI_SHELL_FILE_INFO*)GetFirstNode(&FileList->Link);
280 if (EFI_ERROR(Arg->Status)) {
281 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_BCFG_FILE_OPEN), gShellDebug1HiiHandle, File, Arg->Status);
291 DevicePath = gEfiShellProtocol->GetDevicePathFromFilePath(Arg->FullName);
293 ShellPrintHiiEx(-1, -1, NULL, STRING_TOKEN (STR_BCFG_FILE_DP), gShellDebug1HiiHandle, Arg->FullName);
314 for(StringWalker=Arg->FullName; *StringWalker != CHAR_NULL && *StringWalker != ':'; StringWalker++);

Completed in 119 milliseconds

12