Searched refs:rootlist (Results 1 – 4 of 4) sorted by relevance
424 struct varobj **rootlist; in mi_cmd_var_update() local440 nv = varobj_list (&rootlist); in mi_cmd_var_update()450 cr = rootlist; in mi_cmd_var_update()456 xfree (rootlist); in mi_cmd_var_update()
380 static struct varobj_root *rootlist; variable838 croot = rootlist; in varobj_list()865 croot = rootlist; in varobj_refresh()1193 if (rootlist == NULL) in install_variable()1196 var->root->next = rootlist; in install_variable()1197 rootlist = var->root; in install_variable()1252 if (rootlist == var->root) in uninstall_variable()1253 rootlist = var->root->next; in uninstall_variable()1257 cr = rootlist; in uninstall_variable()1271 rootlist = NULL; in uninstall_variable()
96 extern int varobj_list (struct varobj ***rootlist);
278 const struct __guc_mmio_reg_descr_group *rootlist, int num_regs) in __alloc_ext_regs() argument288 newlist->owner = rootlist->owner; in __alloc_ext_regs()289 newlist->engine = rootlist->engine; in __alloc_ext_regs()290 newlist->type = rootlist->type; in __alloc_ext_regs()