Searched refs:mmap_fd (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/vfb/ |
| H A D | InitOutput.c | 97 int mmap_fd; member in struct:__anon805b79aa0108 566 if (-1 == (pvfb->mmap_fd = open(pvfb->mmap_file, O_CREAT|O_RDWR, 0666))) 582 if (-1 == write(pvfb->mmap_fd, dummyBuffer, writeThisTime)) 595 pvfb->mmap_fd, 0);
|
| /xsrc/external/mit/xorg-server/dist/hw/vfb/ |
| H A D | InitOutput.c | 97 int mmap_fd; member in struct:__anonabcc581d0108 499 if (-1 == (pvfb->mmap_fd = open(pvfb->mmap_file, O_CREAT | O_RDWR, 0666))) { 513 if (-1 == write(pvfb->mmap_fd, dummyBuffer, writeThisTime)) { 525 pvfb->mmap_fd, 0);
|
Completed in 4 milliseconds