Searched refs:unlockp (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s12/open-src/lib/libdga/sun-src/ |
H A D | pix_grab.c | 73 extern int _dga_winlockat(u_long cookie, int **lockp, int **unlockp); 74 extern int _dga_winlockdt(int *lockp, int *unlockp); 110 Dga_lockp lockp, unlockp; local 331 unlockp = NULL; 333 /* Check to see if there are already a lockp and unlockp 338 unlockp = dga_plist->dga_clientplist->p_unlockp; 343 if( _dga_winlockat(infop->p_cookie, &lockp, &unlockp) != 0 ) { 352 clientp->p_unlockp = unlockp;
|
H A D | win_grab.c | 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 ; local 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 ; local [all...] |
H A D | cmap_grab.c | 195 extern int _dga_winlockat(u_long cookie, int **lockp, int **unlockp); 196 extern int _dga_winlockdt(int *lockp, int *unlockp); 1095 _dga_winlockat(cookie, lockp, unlockp) 1097 int **lockp, **unlockp ; 1128 *unlockp = (int *) (ptr+ofs) ; 1136 _dga_winlockdt(lockp, unlockp) 1137 int *lockp, *unlockp ; 1151 ptr = (caddr_t) ((long)unlockp & pagemask) ;
|
Completed in 15 milliseconds