Searched defs:unlockp (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libdga/sun-src/
H A Dpix_grab.c73 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 Dwin_grab.c255 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...]

Completed in 1490 milliseconds