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)
530 if( devfd >= 0 )
531 lockfd = devfd ;
604 if( devfd < 0 )
624 if( devfd < 0 )
635 if( devfd < 0 )
661 release_lockpages(devfd, clientp);
680 release_lockpages(devfd, clientp);
692 release_lockpages(devfd, clientp);
885 dga_win_grab(devfd, token)
886 int devfd;
892 return (dgai_win_grab_common(NULL, devfd, token, 0));
924 release_lockpages(devfd, clientp)
925 int devfd ;
956 if( devfd < 0 )
981 int infofd, devfd , curs_fd, match;
1051 devfd = clientp->w_devfd ;