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

/vbox/src/VBox/Devices/Graphics/testcase/
H A Ddump-vmwgfx.c474 int fdFifo = open(szPath, O_RDONLY); local
475 if (fdFifo >= 0)
478 *ppau32Fifo = (uint32_t *)mmap(NULL, *pcbFifo, PROT_READ, MAP_SHARED | MAP_FILE, fdFifo, 0);
482 close(fdFifo);
488 close(fdFifo);

Completed in 2375 milliseconds