Searched refs:BIOSScratch (Results 1 – 2 of 2) sorted by relevance
736 || (!save && !pInt->BIOSScratch)) in xf86Int10SaveRestoreBIOSVars()745 if ((pInt->BIOSScratch = xnfalloc(BIOS_SCRATCH_LEN))) in xf86Int10SaveRestoreBIOSVars()747 *(((char *) pInt->BIOSScratch + i)) = *(base + i); in xf86Int10SaveRestoreBIOSVars()750 if (pInt->BIOSScratch) { in xf86Int10SaveRestoreBIOSVars()752 *(base + i) = *(pInt->BIOSScratch + i); in xf86Int10SaveRestoreBIOSVars()753 free(pInt->BIOSScratch); in xf86Int10SaveRestoreBIOSVars()754 pInt->BIOSScratch = NULL; in xf86Int10SaveRestoreBIOSVars()
28 char *BIOSScratch; member