Lines Matching refs:devfd
39 * dga_cm_grab(devfd, filesuffix)
40 * int devfd ;
44 * XDgaGrabColormap. 'devfd' is the file descriptor of the frame buffer
223 devfd, /* framebuffer */
228 int cflag = 0 ; /* close devfd */
327 devfd = open(infop->cm_devname, O_RDWR,0666) ;
328 if( devfd < 0 ) {
341 devfd = fd ;
343 cmap_grab->cm_devfd = devfd ;
368 lockfd = devfd ;