HomeSort by: relevance | last modified time | path
    Searched refs:AgpInfo (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/
xf86_OSproc.h 151 } AgpInfo, *AgpInfoPtr;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/
xf86_OSproc.h 173 } AgpInfo, *AgpInfoPtr;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
lnx_agp.c 134 if ((info = calloc(sizeof(AgpInfo), 1)) == NULL) {
136 "xf86GetAGPInfo: Failed to allocate AgpInfo\n");
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
sun_agp.c 126 if ((info = calloc(sizeof(AgpInfo), 1)) == NULL) {
128 "xf86GetAGPInfo: Failed to allocate AgpInfo\n");
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
lnx_agp.c 135 if ((info = calloc(sizeof(AgpInfo), 1)) == NULL) {
137 "xf86GetAGPInfo: Failed to allocate AgpInfo\n");
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
sun_agp.c 125 if ((info = calloc(sizeof(AgpInfo), 1)) == NULL) {
127 "xf86GetAGPInfo: Failed to allocate AgpInfo\n");

Completed in 10 milliseconds