Searched refs:scr_syncops (Results 1 – 1 of 1) sorted by relevance
105 const struct wscons_syncops *scr_syncops; member362 scr->scr_syncops = 0; in wsscreen_attach()568 scr->scr_syncops || in wsdisplay_delscreen()742 if (!scr || !scr->scr_syncops) in wsdisplay_dosync()748 op = scr->scr_syncops->attach; in wsdisplay_dosync()750 op = scr->scr_syncops->detach; in wsdisplay_dosync()797 KASSERT(scr->scr_syncops); in wsdisplay_suspend()1107 if (scr->scr_syncops) in wsdisplayclose()1108 (*scr->scr_syncops->destroy)(scr->scr_synccookie); in wsdisplayclose()1940 if (scr->scr_syncops && !error) in wsdisplay_switch3()[all …]