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

/fuchsia/zircon/system/core/virtcon/
H A Dvc-input.cpp15 static struct list_node g_vc_list = LIST_INITIAL_VALUE(g_vc_list); variable in typeref:struct:list_node
130 list_for_every_entry (&g_vc_list, vc, vc_t, node) {
154 list_for_every_entry (&g_vc_list, vc, vc_t, node) {
185 list_for_every_entry (&g_vc_list, vc, vc_t, node) {
256 list_add_tail(&g_vc_list, &vc->node);

Completed in 43 milliseconds