Lines Matching defs:fd
46 * the frame buffer. The frame buffer fd may be inquired from
63 * if cflag is nonzero, the framebuffr fd described in the info page
113 * Return the fd of the device associated with cginfo
214 dga_cm_grab(fd, filesuffix)
215 int fd ;
225 sunwindows_def_fd, /* /dev/winXX fd */
226 sunwindows_inst_fd ; /* /dev/winXX fd */
328 if( fd == -1 ) {
343 devfd = fd ;
947 int fd;
954 return(dlist->fd);
958 if ((fd = open(devname, O_RDWR, 0666)) < 0)
968 close(fd);
978 dlist->fd = fd;
980 return(fd);
985 sunwindows_close(fd)
986 int fd;
993 if (fd == dlist->fd)
997 close(fd);