Home
last modified time | relevance | path

Searched refs:hw_name (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-hw.c419 else if (me != NULL && hw_name (me) != NULL && hw_name (me)[0] != '\0') in hw_vabort()
420 name = hw_name (me); in hw_vabort()
Dhw-base.c302 if (strlen (buf) + strlen ("/") + strlen (hw_name (leaf)) + strlen (unit) in full_name_of_hw()
306 strcat (buf, hw_name (leaf)); in full_name_of_hw()
Ddv-glue.c194 const char *name = hw_name (me); in hw_glue_finish()
Dhw-device.h129 #define hw_name(hw) ((hw)->name_of_hw + 0) macro
Dhw-tree.c377 if (strcmp (spec->name, hw_name (child)) == 0) in split_find_device()
/netbsd/src/external/gpl3/gdb/dist/sim/bfin/
Ddv-bfin_dmac.c73 hw_name (dma), pmap, peer); in bfin_dmac_get_peer()