Lines Matching refs:devfd
38 * 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)
525 if( devfd >= 0 )
526 lockfd = devfd ;
599 if( devfd < 0 )
619 if( devfd < 0 )
630 if( devfd < 0 )
656 release_lockpages(devfd, clientp);
675 release_lockpages(devfd, clientp);
687 release_lockpages(devfd, clientp);
880 dga_win_grab(devfd, token)
881 int devfd;
887 return (dgai_win_grab_common(NULL, devfd, token, 0));
919 release_lockpages(devfd, clientp)
920 int devfd ;
951 if( devfd < 0 )
976 int infofd, devfd , curs_fd, match;
1046 devfd = clientp->w_devfd ;