Searched refs:BIOS_SCRATCH_LEN (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/int10/
H A Dhelper_exec.c722 = xnfalloc(BIOS_SCRATCH_LEN)))
723 for (i = 0; i < BIOS_SCRATCH_LEN; i++)
727 for (i = 0; i < BIOS_SCRATCH_LEN; i++)
H A Dxf86int10.h94 #define BIOS_SCRATCH_LEN (BIOS_SCRATCH_END - BIOS_SCRATCH_OFF + 1) macro
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A Dhelper_exec.c754 if ((pInt->BIOSScratch = xnfalloc(BIOS_SCRATCH_LEN)))
755 for (i = 0; i < BIOS_SCRATCH_LEN; i++)
760 for (i = 0; i < BIOS_SCRATCH_LEN; i++)
H A Dxf86int10.h94 #define BIOS_SCRATCH_LEN (BIOS_SCRATCH_END - BIOS_SCRATCH_OFF + 1) macro

Completed in 6 milliseconds