Lines Matching refs:unlockp
255 extern int _dga_winlockat(u_long cookie, int **lockp, int **unlockp);
256 extern int _dga_winlockdt(int *lockp, int *unlockp);
334 Dga_lockp lockp, unlockp ;
567 unlockp = NULL;
570 * lockp, unlockp, and cursor page mapping for this device.
581 unlockp = winp->w_unlockp;
611 unlockp = (Dga_lockp)mmap(0,
617 if(unlockp == (Dga_lockp)-1) {
632 if( _dga_winlockat(infop->w_cookie, &lockp, &unlockp) != 0 ) {
645 clientp->w_unlockp = unlockp ;
931 Dga_lockp unlockp = clientp->w_unlockp ;
949 munmap((caddr_t)unlockp, WX_PAGESZ) ;
952 (void) _dga_winlockdt((int *)lockp, (int *)unlockp) ;