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

  /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
vmwgfx_overlay.c 295 DevUnion *dev_unions; local
310 dev_unions = calloc(VMWARE_VID_NUM_PORTS, sizeof(DevUnion));
311 if (adaptor == NULL || dev_unions == NULL) {
313 free(dev_unions);
334 adaptor->pPortPrivates = dev_unions;
vmwgfx_tex_video.c 933 DevUnion *dev_unions; local
947 dev_unions = calloc(nports, sizeof(DevUnion));
949 if (adapt == NULL || dev_unions == NULL || attrs == NULL) {
951 free(dev_unions);
964 adapt->pPortPrivates = dev_unions;

Completed in 7 milliseconds