Searched refs:BIOS_SCRATCH_LEN (Results 1 – 2 of 2) sorted by relevance
745 if ((pInt->BIOSScratch = xnfalloc(BIOS_SCRATCH_LEN))) in xf86Int10SaveRestoreBIOSVars()746 for (i = 0; i < BIOS_SCRATCH_LEN; i++) in xf86Int10SaveRestoreBIOSVars()751 for (i = 0; i < BIOS_SCRATCH_LEN; i++) in xf86Int10SaveRestoreBIOSVars()
94 #define BIOS_SCRATCH_LEN (BIOS_SCRATCH_END - BIOS_SCRATCH_OFF + 1) macro