Searched defs:devfd (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Dcmap_grab.c39 * dga_cm_grab(devfd, filesuffix)
40 * int devfd ;
44 * XDgaGrabColormap. 'devfd' is the file descriptor of the frame buffer
223 devfd, /* framebuffer */ local
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 ;
[all...]
H A Dwin_grab.c38 * dga_win_grab(devfd, token)
39 * int devfd ;
43 * XDgaGrabWindow. 'devfd' is the file descriptor of the frame buffer
275 static void release_lockpages(int devfd, _Dga_window clientp);
306 * int devfd; INPUT
315 * 'devfd' is the file descriptor of the frame buffer, if known,
328 dgai_win_grab_common (Display *dpy, int devfd, Dga_token token, int drawableGrabber) argument
525 if( devfd >= 0 )
526 lockfd = devfd ;
599 if( devfd <
976 int infofd, devfd , curs_fd, match; local
[all...]

Completed in 13 milliseconds