Searched refs:crw_cont (Results 1 – 1 of 1) sorted by relevance
1829 CrwContainer *crw_cont; in css_do_stcrw() local1832 crw_cont = QTAILQ_FIRST(&channel_subsys.pending_crws); in css_do_stcrw()1833 if (crw_cont) { in css_do_stcrw()1834 QTAILQ_REMOVE(&channel_subsys.pending_crws, crw_cont, sibling); in css_do_stcrw()1835 copy_crw_to_guest(crw, &crw_cont->crw); in css_do_stcrw()1836 g_free(crw_cont); in css_do_stcrw()1856 CrwContainer *crw_cont; in css_undo_stcrw() local1858 crw_cont = g_try_new0(CrwContainer, 1); in css_undo_stcrw()1859 if (!crw_cont) { in css_undo_stcrw()1863 copy_crw_from_guest(&crw_cont->crw, crw); in css_undo_stcrw()[all …]