Searched refs:infofd (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Dcmap_grab.c224 infofd, /* shared memory file */ local
270 if ((infofd = open(fn,O_RDWR,0666))<0) {
278 if( read(infofd, &tmp, sizeof(tmp)) != sizeof(tmp) ) {
305 infofd,
308 /* we're all done with infofd now. If the info file becomes
311 (void) close(infofd) ;
H A Dwin_grab.c976 int infofd, devfd , curs_fd, match; local

Completed in 966 milliseconds