Home
last modified time | relevance | path

Searched refs:xmlname (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/exec/
H A Dgdbstub.h5 const char *xmlname; member
68 const char *name, const char *xmlname,
109 const GDBFeature *gdb_find_static_feature(const char *xmlname);
/openbmc/qemu/gdbstub/
H A Dgdbstub.c391 r->feature->xmlname)); in get_feature_xml()
403 if (strncmp(p, r->feature->xmlname, len) == 0) { in get_feature_xml()
413 const char *name, const char *xmlname, in gdb_feature_builder_init() argument
427 feature->xmlname = xmlname; in gdb_feature_builder_init()
483 const GDBFeature *gdb_find_static_feature(const char *xmlname) in gdb_find_static_feature() argument
487 for (feature = gdb_static_features; feature->xmlname; feature++) { in gdb_find_static_feature()
488 if (!strcmp(feature->xmlname, xmlname)) { in gdb_find_static_feature()