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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vbe/
H A Dvbe.h56 CARD32 OemProductNamePtr; member in struct:vbeControllerInfoBlock
95 /*CARD32*/char *OemProductNamePtr; /* Pointer to Product Name String */ member in struct:_VbeInfoBlock
H A Dvbe.c111 "\tOemVendorNamePtr is 0x%08lx, OemProductNamePtr is 0x%08lx,\n"
115 (unsigned long)vbe->OemProductNamePtr,
131 if (vbe->OemProductNamePtr)
133 (CARD8*)xf86int10Addr(pInt,L_ADD(vbe->OemProductNamePtr)));
414 block->OemProductNamePtr = strdup(str);
432 free(block->OemProductNamePtr);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A Dvbe.h56 CARD32 OemProductNamePtr; member in struct:vbeControllerInfoBlock
98 /*CARD32 */ char *OemProductNamePtr; member in struct:_VbeInfoBlock
H A Dvbe.c113 "\tOemVendorNamePtr is 0x%08lx, OemProductNamePtr is 0x%08lx,\n"
117 (unsigned long) vbe->OemProductNamePtr,
135 if (vbe->OemProductNamePtr)
139 OemProductNamePtr)));
415 block->OemProductNamePtr = strdup(str);
433 free(block->OemProductNamePtr);
/xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
H A Datombios.h5035 PTR_32_BIT_UNION OemProductNamePtr; member in struct:_VBE_2_0_INFO_BLOCK_UPDATABLE

Completed in 23 milliseconds