Searched refs:unlockp (Results 1 - 3 of 3) sorted by relevance
/solaris-x11-s11/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 329 unlockp = NULL; 331 /* Check to see if there are already a lockp and unlockp 336 unlockp = dga_plist->dga_clientplist->p_unlockp; 341 if( _dga_winlockat(infop->p_cookie, &lockp, &unlockp) != 0 ) { 350 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 562 unlockp = NULL; 565 * lockp, unlockp, and cursor page mapping for this device. 576 unlockp = winp->w_unlockp; 606 unlockp = (Dga_lockp)mmap(0, 612 if(unlockp == (Dga_lockp)-1) { 627 if( _dga_winlockat(infop->w_cookie, &lockp, &unlockp) != 0 ) { 640 clientp->w_unlockp = unlockp ; 926 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); 1093 _dga_winlockat(cookie, lockp, unlockp) 1095 int **lockp, **unlockp ; 1126 *unlockp = (int *) (ptr+ofs) ; 1134 _dga_winlockdt(lockp, unlockp) 1135 int *lockp, *unlockp ; 1149 ptr = (caddr_t) ((long)unlockp & pagemask) ;
|
Completed in 15 milliseconds