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

/netbsd-current/sys/dev/wscons/
H A Dwsdisplay.c106 void *scr_synccookie; member in struct:wsscreen
751 res = (*op)(scr->scr_synccookie, 1, wsdisplay_swdone_cb, sc);
1108 (*scr->scr_syncops->destroy)(scr->scr_synccookie);
2005 error = (*scr->scr_syncops->attach)(scr->scr_synccookie, waitok,
2121 res = (*scr->scr_syncops->detach)(scr->scr_synccookie, waitok,
2179 if ((*scr->scr_syncops->check)(scr->scr_synccookie))
2183 scr->scr_synccookie = cookie;
2207 *cookiep = scr->scr_synccookie;

Completed in 92 milliseconds