OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Aug 09 00:24:28 UTC 2026