Searched refs:crw_cont (Results 1 – 1 of 1) sorted by relevance
1858 CrwContainer *crw_cont; in css_do_stcrw() local1861 crw_cont = QTAILQ_FIRST(&channel_subsys.pending_crws); in css_do_stcrw()1862 if (crw_cont) { in css_do_stcrw()1863 QTAILQ_REMOVE(&channel_subsys.pending_crws, crw_cont, sibling); in css_do_stcrw()1864 copy_crw_to_guest(crw, &crw_cont->crw); in css_do_stcrw()1865 g_free(crw_cont); in css_do_stcrw()1885 CrwContainer *crw_cont; in css_undo_stcrw() local1887 crw_cont = g_try_new0(CrwContainer, 1); in css_undo_stcrw()1888 if (!crw_cont) { in css_undo_stcrw()1892 copy_crw_from_guest(&crw_cont->crw, crw); in css_undo_stcrw()[all …]