Lines Matching refs:pInt
44 VBEInit(xf86Int10InfoPtr pInt, int entityIndex) in VBEInit() argument
46 return VBEExtendedInit(pInt, entityIndex, 0); in VBEInit()
50 VBEExtendedInit(xf86Int10InfoPtr pInt, int entityIndex, int Flags) in VBEExtendedInit() argument
64 if (!pInt) { in VBEExtendedInit()
69 pInt = xf86ExtendedInitInt10(entityIndex, Flags); in VBEExtendedInit()
70 if (!pInt) in VBEExtendedInit()
75 page = xf86Int10AllocPages(pInt, 1, &RealOff); in VBEExtendedInit()
81 pInt->ax = 0x4F00; in VBEExtendedInit()
82 pInt->es = SEG_ADDR(RealOff); in VBEExtendedInit()
83 pInt->di = SEG_OFF(RealOff); in VBEExtendedInit()
84 pInt->num = 0x10; in VBEExtendedInit()
86 xf86ExecX86int10(pInt); in VBEExtendedInit()
88 if ((pInt->ax & 0xff) != 0x4f) { in VBEExtendedInit()
93 switch (pInt->ax & 0xff00) { in VBEExtendedInit()
125 (CARD8 *) xf86int10Addr(pInt, L_ADD(vbe->OemStringPtr))); in VBEExtendedInit()
132 (CARD8 *) xf86int10Addr(pInt, in VBEExtendedInit()
137 (CARD8 *) xf86int10Addr(pInt, in VBEExtendedInit()
142 (CARD8 *) xf86int10Addr(pInt, in VBEExtendedInit()
148 vip->pInt10 = pInt; in VBEExtendedInit()
159 xf86Int10FreePages(pInt, page, 1); in VBEExtendedInit()
161 xf86FreeInt10(pInt); in VBEExtendedInit()