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

/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_overlay.c295 DevUnion *dev_unions; local in function:vmw_video_init_adaptor
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;
H A Dvmwgfx_tex_video.c933 DevUnion *dev_unions; local in function:xorg_setup_textured_adapter
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 5 milliseconds