Searched refs:In (Results 1 - 25 of 39) sorted by relevance

12

/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibTracerA.asm56 .In resb SUPDRVTRACERUSRCTX64_size
88 mov [xSP + SUPTRACERUMODFIREPROBE.In + SUPDRVTRACERUSRCTX64.u.Amd64.rax], rax
89 mov [xSP + SUPTRACERUMODFIREPROBE.In + SUPDRVTRACERUSRCTX64.u.Amd64.rcx], rcx
90 mov [xSP + SUPTRACERUMODFIREPROBE.In + SUPDRVTRACERUSRCTX64.u.Amd64.rdx], rdx
91 mov [xSP + SUPTRACERUMODFIREPROBE.In + SUPDRVTRACERUSRCTX64.u.Amd64.rbx], rbx
92 mov [xSP + SUPTRACERUMODFIREPROBE.In + SUPDRVTRACERUSRCTX64.u.Amd64.rsi], rsi
93 mov [xSP + SUPTRACERUMODFIREPROBE.In + SUPDRVTRACERUSRCTX64.u.Amd64.rdi], rdi
94 mov [xSP + SUPTRACERUMODFIREPROBE.In + SUPDRVTRACERUSRCTX64.u.Amd64.r8 ], r8
95 mov [xSP + SUPTRACERUMODFIREPROBE.In + SUPDRVTRACERUSRCTX64.u.Amd64.r9 ], r9
96 mov [xSP + SUPTRACERUMODFIREPROBE.In
[all...]
H A DSUPDrv.cpp816 * In theory there should be noone racing us in this session.
1499 if (strncmp(pReq->u.In.szMagic, SUPCOOKIE_MAGIC, sizeof(pReq->u.In.szMagic)))
1501 OSDBGPRINT(("SUP_IOCTL_COOKIE: invalid magic %.16s\n", pReq->u.In.szMagic));
1528 if ( pReq->u.In.u32MinVersion > SUPDRV_IOC_VERSION
1529 || (pReq->u.In.u32MinVersion & 0xffff0000) != (SUPDRV_IOC_VERSION & 0xffff0000))
1532 pReq->u.In.u32ReqVersion, pReq->u.In.u32MinVersion, SUPDRV_IOC_VERSION));
1577 REQ_CHECK_SIZE_OUT(SUP_IOCTL_PAGE_LOCK, SUP_IOCTL_PAGE_LOCK_SIZE_OUT(pReq->u.In.cPages));
1578 REQ_CHECK_EXPR(SUP_IOCTL_PAGE_LOCK, pReq->u.In
[all...]
H A DSUPLibSem.cpp62 Req.u.In.uType = uType;
63 Req.u.In.hSem = (uint32_t)hSem;
64 AssertReturn(Req.u.In.hSem == hSem, VERR_INVALID_HANDLE);
65 Req.u.In.uOp = uOp;
66 Req.u.In.uReserved = 0;
67 Req.u.In.uArg.u64 = u64Arg;
96 pReq->u.In.uType = uType;
97 pReq->u.In.hSem = (uint32_t)hSem;
98 AssertReturn(pReq->u.In.hSem == hSem, VERR_INVALID_HANDLE);
99 pReq->u.In
[all...]
H A DSUPLibLdr.cpp343 AssertReturn(strlen(pszModule) < RT_SIZEOFMEMB(SUPLDROPEN, u.In.szName), VERR_FILENAME_TOO_LONG);
344 char szAbsFilename[RT_SIZEOFMEMB(SUPLDROPEN, u.In.szFilename)];
386 OpenReq.u.In.cbImageWithTabs = cbImageWithTabs;
387 OpenReq.u.In.cbImageBits = (uint32_t)CalcArgs.cbImage;
388 strcpy(OpenReq.u.In.szName, pszModule);
389 strcpy(OpenReq.u.In.szFilename, pszFilename);
415 rc = RTLdrGetBits(hLdrMod, &pLoadReq->u.In.abImage[0], (uintptr_t)OpenReq.u.Out.pvImageBase,
431 rc = RTLdrGetSymbolEx(hLdrMod, &pLoadReq->u.In.abImage[0], (uintptr_t)OpenReq.u.Out.pvImageBase, UINT32_MAX, "VMMR0EntryInt", &VMMR0EntryInt);
433 rc = RTLdrGetSymbolEx(hLdrMod, &pLoadReq->u.In.abImage[0], (uintptr_t)OpenReq.u.Out.pvImageBase, UINT32_MAX, "VMMR0EntryFast", &VMMR0EntryFast);
435 rc = RTLdrGetSymbolEx(hLdrMod, &pLoadReq->u.In
[all...]
H A DSUPDrvIOC.h142 * Common In/Out header.
191 #define SUP_IOCTL_COOKIE_SIZE_IN sizeof(SUPREQHDR) + RT_SIZEOFMEMB(SUPCOOKIE, u.In)
236 } In; member in union:SUPCOOKIE::__anon16282
320 } In; member in union:SUPLDROPEN::__anon16287
340 #define SUP_IOCTL_LDR_LOAD_SIZE(cbImage) RT_UOFFSETOF(SUPLDRLOAD, u.In.abImage[cbImage])
341 #define SUP_IOCTL_LDR_LOAD_SIZE_IN(cbImage) RT_UOFFSETOF(SUPLDRLOAD, u.In.abImage[cbImage])
386 * SUPLDRLOAD::u::In::EP type.
452 } In; member in union:SUPLDRLOAD::__anon16290
476 } In; member in union:SUPLDRFREE::__anon16295
513 } In; member in union:SUPLDRGETSYMBOL::__anon16297
549 } In; member in union:SUPCALLVMMR0::__anon16300
586 } In; member in union:SUPLOWALLOC::__anon16302
619 } In; member in union:SUPLOWFREE::__anon16305
656 } In; member in union:SUPPAGEALLOCEX::__anon16307
702 } In; member in union:SUPPAGEMAPKERNEL::__anon16310
745 } In; member in union:SUPPAGEPROTECT::__anon16313
769 } In; member in union:SUPPAGEFREE::__anon16315
797 } In; member in union:SUPPAGELOCK::__anon16317
826 } In; member in union:SUPPAGEUNLOCK::__anon16320
850 } In; member in union:SUPCONTALLOC::__anon16322
884 } In; member in union:SUPCONTFREE::__anon16325
932 } In; member in union:SUPSETVMFORFAST::__anon16329
1008 } In; member in union:SUPCALLSERVICE::__anon16333
1045 } In; member in union:SUPLOGGERSETTINGS::__anon16335
1112 } In; member in union:SUPSEMOP2::__anon16337
1157 } In; member in union:SUPSEMOP3::__anon16340
1232 } In; member in union:SUPTRACEROPEN::__anon16345
1275 } In; member in union:SUPTRACERIOCTL::__anon16347
1318 } In; member in union:SUPTRACERUMODREG::__anon16350
1343 } In; member in union:SUPTRACERUMODDEREG::__anon16352
1364 SUPDRVTRACERUSRCTX In; member in union:SUPTRACERUMODFIREPROBE::__anon16354
1437 } In; member in union:SUPMSRPROBER::__anon16355
1518 } In; member in union:SUPTSCDELTAMEASURE::__anon16364
[all...]
H A DSUPLib.cpp279 strcpy(CookieReq.u.In.szMagic, SUPCOOKIE_MAGIC);
280 CookieReq.u.In.u32ReqVersion = SUPDRV_IOC_VERSION;
284 CookieReq.u.In.u32MinVersion = uMinVersion;
656 Req.u.In.pVMR0 = pVMR0;
657 Req.u.In.idCpu = idCpu;
658 Req.u.In.uOperation = uOperation;
659 Req.u.In.u64Arg = u64Arg;
677 pReq->u.In.pVMR0 = pVMR0;
678 pReq->u.In.idCpu = idCpu;
679 pReq->u.In
[all...]
H A DSUPDrvIDC.h105 } In; member in union:SUPDRVIDCREQCONNECT::__anon16278
124 /** Magic cookie value (SUPDRVIDCREQCONNECT::In.u32MagicCookie). ('tori') */
156 } In; member in union:SUPDRVIDCREQGETSYM::__anon16279
188 } In; member in union:SUPDRVIDCREQCOMPREGFACTORY::__anon16280
213 } In; member in union:SUPDRVIDCREQCOMPDEREGFACTORY::__anon16281
H A DSUPR0IdcClientComponent.c57 Req.u.In.pFactory = pFactory;
86 Req.u.In.pFactory = pFactory;
H A DSUPR0IdcClient.c105 Req.u.In.u32MagicCookie = SUPDRVIDCREQ_CONNECT_MAGIC_COOKIE;
106 Req.u.In.uMinVersion = uMinVersion;
107 Req.u.In.uReqVersion = uReqVersion;
H A DSUPR0IdcClientStubs.c54 Req.u.In.pszSymbol = pszName;
55 Req.u.In.pszModule = NULL;
/vbox/src/VBox/Devices/EFI/
H A DVBoxSmcUtil-darwin.cpp167 SMCPARAM In; local
169 RT_ZERO(In); RT_ZERO(Out);
170 In.KeyInfo.cbData = sizeof(uint32_t);
171 int rc = CallSmc(kSMCGetKeyCount, &In, &Out);
181 SMCPARAM In; local
182 RT_ZERO(In);
183 In.u32Data = iKey;
184 int rc = CallSmc(kSMCGetKeyFromIndex, &In, pKeyData);
192 RT_ZERO(In);
193 In
234 SMCPARAM In; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DBootScriptExecute.c389 PTR In; local
392 In.Buf = (UINT8 *) Buffer;
406 OriginalIn.Buf = In.Buf;
407 for (; Count > 0; Count--, Address += AddressStride, In.Buf += BufferStride) {
410 DEBUG ((EFI_D_INFO, "S3BootScriptWidthUint8 - 0x%08x (0x%02x)\n", (UINTN)Address, (UINTN)*In.Uint8));
411 IoWrite8 ((UINTN) Address, *In.Uint8);
414 DEBUG ((EFI_D_INFO, "S3BootScriptWidthFifoUint8 - 0x%08x (0x%02x)\n", (UINTN)OriginalAddress, (UINTN)*In.Uint8));
415 IoWrite8 ((UINTN) OriginalAddress, *In.Uint8);
418 DEBUG ((EFI_D_INFO, "S3BootScriptWidthFillUint8 - 0x%08x (0x%02x)\n", (UINTN)Address, (UINTN)*In.Uint8));
422 DEBUG ((EFI_D_INFO, "S3BootScriptWidthUint16 - 0x%08x (0x%04x)\n", (UINTN)Address, (UINTN)*In
599 PTR In; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Split/
H A DSplit.c219 FILE *In; local
351 In = fopen (InputFileName, "rb");
352 if (In == NULL) {
418 CharC = (CHAR8) fgetc (In);
419 if (feof (In)) {
427 CharC = (CHAR8) fgetc (In);
428 if (feof (In)) {
441 fclose (In);
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-instr-1.cpp156 *pThis->aOperands[0].In.pu8 = pEntry->uIn1;
157 *pThis->aOperands[1].In.pu8 = pEntry->uIn2;
172 *pThis->aOperands[0].In.pu16 = pEntry->uIn1;
173 *pThis->aOperands[1].In.pu16 = pEntry->uIn2;
188 *pThis->aOperands[0].In.pu32 = pEntry->uIn1;
189 *pThis->aOperands[1].In.pu32 = pEntry->uIn2;
206 *pThis->aOperands[0].In.pu64 = pEntry->uIn1;
207 *pThis->aOperands[1].In.pu64 = pEntry->uIn2;
H A Dcidet-core.cpp1517 pThis->aOperands[iOp].In.pv = NULL;
1540 pThis->aOperands[iOp].In.pv = NULL;
1573 /* Set the In & Expected members to point to temporary buffer space. */
1578 pThis->aOperands[idxOp].In.pu8 = pbBuf;
1777 pThis->aOperands[idxOp].In.pv = &pThis->InCtx.aGRegs[pThis->aOperands[idxOp].iReg];
1782 pThis->aOperands[idxOp].In.pv = &pThis->InCtx.aGRegs[pThis->aOperands[idxOp].iReg - 4];
1783 pThis->aOperands[idxOp].In.pu8++;
1790 pThis->aOperands[idxOp].In.pv = NULL;
1797 pThis->aOperands[idxOp].In.pv = &pThis->InCtx.aSRegs[pThis->aOperands[idxOp].iReg];
1802 pThis->aOperands[idxOp].In
[all...]
/vbox/src/VBox/Installer/linux/install_service/
H A Dinstall_service.sh39 Create a system service which runs a command. In order to make it possible to
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dsymcheck.pl15 if ( /^In archive/ ) {
/vbox/src/libs/libxml2-2.6.31/
H A Dlibxml2.spec20 In this case one can use the built-in XPath and XPointer implementation
39 In this case one can use the built-in XPath and XPointer implementation
/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPDrv-linux.c992 register uint32_t uMsr = pReq->u.In.uMsr;
993 bool const fFaster = pReq->u.In.enmOp == SUPMSRPROBEROP_MODIFY_FASTER;
1017 uWritten &= pReq->u.In.uArgs.Modify.fAndMask;
1018 uWritten |= pReq->u.In.uArgs.Modify.fOrMask;
/vbox/src/VBox/HostDrivers/Support/solaris/
H A DSUPDrv-solaris.c1162 switch (pReq->u.In.eEPType)
1167 rc = supdrvSolLdrResolvEp(pImage, "VMMR0EntryInt", (void **)&pReq->u.In.EP.VMMR0.pvVMMR0EntryInt);
1169 rc = supdrvSolLdrResolvEp(pImage, "VMMR0EntryFast", (void **)&pReq->u.In.EP.VMMR0.pvVMMR0EntryFast);
1171 rc = supdrvSolLdrResolvEp(pImage, "VMMR0EntryEx", (void **)&pReq->u.In.EP.VMMR0.pvVMMR0EntryEx);
/vbox/src/VBox/VMM/VMMAll/
H A DIOMAll.cpp309 STAM_COUNTER_INC(&pStats->CTX_SUFF_Z(In));
354 STAM_COUNTER_INC(&pStats->CTX_SUFF_Z(In));
474 STAM_COUNTER_INC(&pStats->CTX_SUFF_Z(In));
506 STAM_COUNTER_INC(&pStats->CTX_SUFF_Z(In));
/vbox/src/libs/zlib-1.2.6/contrib/delphi/
H A DZLib.pas129 In: InBuf = ptr to compressed data
138 In: InBuf = ptr to compressed data
147 In: InBuf = ptr to compressed data
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/Ia32/
H A DEbcLowLevel.asm81 ; ebp is preserved by the callee. In this function it
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPDrv-darwin.cpp923 /* In 10.5.x the host_vmxon is severely broken! Don't use it, it will
1159 register uint32_t uMsr = pReq->u.In.uMsr;
1160 bool const fFaster = pReq->u.In.enmOp == SUPMSRPROBEROP_MODIFY_FASTER;
1184 uWritten &= pReq->u.In.uArgs.Modify.fAndMask;
1185 uWritten |= pReq->u.In.uArgs.Modify.fOrMask;
/vbox/src/VBox/Devices/Graphics/BIOS/
H A Dvberom.asm635 ; CX = If BL=00h/80h First Displayed Pixel In Scan Line
641 ; CX = If BL=01h First Displayed Pixel In Scan Line
743 ; In VBE 3.0, reading palette data is optional and

Completed in 921 milliseconds

12