Home
last modified time | relevance | path

Searched refs:DosContext (Results 1 – 5 of 5) sorted by relevance

/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/
H A Dcondrv.c49 Int32Call(&DosContext, BIOS_KBD_INTERRUPT); in ConDrvReadInput()
86 Int32Call(&DosContext, BIOS_KBD_INTERRUPT); in ConDrvInputStatus()
110 Int32Call(&DosContext, 0x29); in ConDrvWriteOutput()
H A Ddos.h313 extern CALLBACK16 DosContext;
317 RegisterInt32(DosContext.TrampolineFarPtr + \
318 DosContext.TrampolineSize + \
H A Ddos.c40 CALLBACK16 DosContext; variable
190 Int32Call(&DosContext, 0x23); in DosControlBreak()
2115 Int32Call(&DosContext, BIOS_VIDEO_INTERRUPT); in DosFastConOut()
2407 InitializeContext(&DosContext, DOS_CODE_SEGMENT, 0x0000); in DosKRNLInitialize()
H A Ddevice.c70 RunCallback16(&DosContext, MAKELONG(DriverBlock->StrategyRoutine , HIWORD(Driver))); in DosCallDriver()
71 RunCallback16(&DosContext, MAKELONG(DriverBlock->InterruptRoutine, HIWORD(Driver))); in DosCallDriver()
/reactos/subsystems/mvdm/ntvdm/dos/
H A Ddem.c75 Int32Call(&DosContext, BIOS_VIDEO_INTERRUPT); in Dem_BiosCharPrint()
1107 InitializeContext(&DosContext, 0x0000, in DosBootsectorInitialize()
1214 InitializeContext(&DosContext, BIOS_CODE_SEGMENT, 0x0010); in DosStart()