Searched refs:device_property_entry (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/ppc/
H A Ddevice.c51 typedef struct _device_property_entry device_property_entry; typedef in typeref:struct:_device_property_entry
53 device_property_entry *next;
151 device_property_entry *properties;
713 (device_property_entry *)
717 device_property_entry *entry;
740 device_property_entry *new_entry = NULL;
744 device_property_entry **insertion_point = &me->properties;
766 new_entry = ZALLOC(device_property_entry);
788 device_property_entry *entry = find_property_entry(me, property);
821 device_property_entry **delete_poin
[all...]

Completed in 48 milliseconds