Home
last modified time | relevance | path

Searched defs:_device (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Ddevice.c124 struct _device { struct
127 const char *name;
128 device_unit unit_address;
129 const char *path;
130 int nr_address_cells;
131 int nr_size_cells;
134 device *parent;
135 device *children;
136 device *sibling;
162 struct _device_instance { argument