Home
last modified time | relevance | path

Searched refs:hw_find_string_property (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/m68hc11/
Ddv-nvram.c164 controller->file_name = hw_find_string_property (me, "file"); in attach_nvram_regs()
169 const char *value = hw_find_string_property (me, "mode"); in attach_nvram_regs()
Ddv-m68hc11eepr.c219 controller->file_name = hw_find_string_property (me, "file"); in attach_m68hc11eepr_regs()
Ddv-m68hc11sio.c130 const char *value = hw_find_string_property(me, "backend"); in attach_m68hc11sio_regs()
Ddv-m68hc11.c327 cpu_mode = hw_find_string_property (me, "mode"); in attach_m68hc11_regs()
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dhw-properties.h223 const char *hw_find_string_property
Dhw-tree.c99 strcpy (spec->buf, hw_find_string_property (aliases, alias)); in split_device_specifier()
1180 const char *s = hw_find_string_property (me, property->name); in print_properties()
1347 return hw_find_string_property (root, spec.property); in hw_tree_find_string_property()
Dhw-properties.c753 hw_find_string_property (struct hw *me, in hw_find_string_property() function
/netbsd/src/external/gpl3/gdb/dist/sim/cris/
Ddv-cris.c294 const char *action = hw_find_string_property (me, "multiple-int"); in cris_finish()
Ddv-rv.c1128 const char *dummyarg = hw_find_string_property (me, "dummy"); in hw_rv_finish()
/netbsd/src/external/gpl3/gdb/dist/sim/bfin/
Ddv-bfin_ppi.c229 color = hw_find_string_property (me, "color"); in bfin_ppi_finish()
Ddv-bfin_eppi.c278 color = hw_find_string_property (me, "color"); in bfin_eppi_finish()
/netbsd/src/external/gpl3/gdb/dist/sim/mips/
Ddv-tx3904sio.c231 const char* value = hw_find_string_property(me, "backend"); in attach_tx3904sio_regs()