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

/netbsd-current/sys/arch/amiga/stand/loadbsd/
H A Dloadbsd.c156 struct GfxBase *GfxBase = NULL; variable in typeref:struct:GfxBase
181 if (GfxBase)
182 CloseLibrary((struct Library *)GfxBase);
207 if ((GfxBase = (void *)OpenLibrary(GRAPHICSNAME, 0)) == NULL)
673 eclock_freq = (GfxBase->DisplayFlags & PAL) ?

Completed in 72 milliseconds