Searched refs:scr_syncops (Results 1 – 1 of 1) sorted by relevance
109 const struct wscons_syncops *scr_syncops; member317 scr->scr_syncops = NULL; in wsscreen_attach()501 scr->scr_syncops || in wsdisplay_delscreen()894 if (scr->scr_syncops) in wsdisplayclose()895 (*scr->scr_syncops->destroy)(scr->scr_synccookie); in wsdisplayclose()1713 if (scr->scr_syncops) { in wsdisplay_switch2()1714 error = (*scr->scr_syncops->attach)(scr->scr_synccookie, waitok, in wsdisplay_switch2()1857 if (scr->scr_syncops) { in wsdisplay_switch()1858 res = (*scr->scr_syncops->detach)(scr->scr_synccookie, waitok, in wsdisplay_switch()1905 if (scr->scr_syncops) { in wsscreen_attach_sync()[all …]