Searched defs:Out2 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Split/
H A DSplit.c226 FILE *Out2; local
410 Out2 = fopen (OutFileName2, "wb");
411 if (Out2 == NULL) {
432 fputc (CharC, Out2);
443 fclose (Out2);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Isa/IsaSerialDxe/
H A DSerial.h272 // Out2 Bit3: Output2, used to disable interrupt
280 UINT8 Out2 : 1; member in struct:__anon10322

Completed in 34 milliseconds