/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Split/ |
H A D | Split.c | 219 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/HostDrivers/Support/ |
H A D | SUPDrvIDC.h | 105 } 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 D | SUPDrvIOC.h | 142 * 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...] |
/vbox/src/VBox/Devices/EFI/ |
H A D | VBoxSmcUtil-darwin.cpp | 167 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 D | BootScriptExecute.c | 389 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/Audio/ |
H A D | pulseaudio.c | 51 HWVoiceOut In; member in union:PulseVoice::__anon9913
|
H A D | DrvHostPulseAudio.cpp | 85 PDMAUDIOHSTSTRMIN In; member in union:PULSEAUDIOSTREAM::__anon9884
|
/vbox/src/VBox/ValidationKit/utils/cpu/ |
H A D | cidet.h | 1004 * when possible. In the fIsMem = true case, it either points directly 1007 RTPTRUNION In; member in struct:CIDETCORE::__anon17006 1009 * stored, when possible. In the fIsMem = false case, it'll point into
|