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

/solaris-x11-s12/open-src/lib/libdga/sun-src/
H A Dwin_grab.c333 int lockfd ; local
531 lockfd = devfd ;
533 lockfd = open(infop->w_devname, O_RDWR,0666) ;
534 if( lockfd < 0 ) {
565 clientp->w_devfd = lockfd ;
595 lockfd,(off_t)infop->w_cookie);
605 close(lockfd) ;
615 lockfd,(off_t)infop->w_cookie) ;
625 close(lockfd) ;
636 close(lockfd) ;
928 int lockfd = clientp->w_devfd ; local
[all...]
H A Dcmap_grab.c222 int lockfd, /* lock device */ local
357 lockfd = open(infop->cm_lockdevname, O_RDWR,0666) ;
358 if( lockfd < 0 ) {
370 lockfd = devfd ;
372 cmap_grab->cm_lockfd = lockfd ;
379 lockfd, (off_t)cookie);
395 lockfd,(off_t)cookie) ;

Completed in 620 milliseconds