Lines Matching defs: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 */
329 devfd = open(infop->cm_devname, O_RDWR,0666) ;
330 if( devfd < 0 ) {
343 devfd = fd ;
345 cmap_grab->cm_devfd = devfd ;
370 lockfd = devfd ;