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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86AutoConfig.c258 int fbfd; local in function:listPossibleVideoDrivers
260 fbfd = open(xf86SolarisFbDev, O_RDONLY);
261 if (fbfd >= 0) {
262 SYSCALL(iret = ioctl(fbfd, VIS_GETIDENTIFIER, &visid));
263 close(fbfd);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86AutoConfig.c292 int fbfd; local in function:listPossibleVideoDrivers
294 fbfd = open(xf86SolarisFbDev, O_RDONLY);
295 if (fbfd >= 0) {
296 SYSCALL(iret = ioctl(fbfd, VIS_GETIDENTIFIER, &visid));
297 close(fbfd);
/xsrc/external/mit/libdrm/dist/freedreno/
H A Dfreedreno_drmif.h123 int fbfd, uint32_t size);
H A Dfreedreno_bo.c355 drm_public struct fd_bo * fd_bo_from_fbdev(struct fd_pipe *pipe, int fbfd, uint32_t size) argument
/xsrc/external/mit/libdrm/dist/freedreno/kgsl/
H A Dkgsl_bo.c179 fd_bo_from_fbdev(struct fd_pipe *pipe, int fbfd, uint32_t size) argument
194 MAP_SHARED, fbfd, 0);

Completed in 6 milliseconds