Searched refs:split_property_specifier (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/sim/ppc/ |
| D | tree.c | 170 split_property_specifier(device *current, in split_property_specifier() function 1237 if (!split_property_specifier(root, path_to_property, &spec)) in tree_find_property() 1249 if (!split_property_specifier(root, path_to_property, &spec)) in tree_find_boolean_property() 1261 if (!split_property_specifier(root, path_to_property, &spec)) in tree_find_integer_property() 1273 if (!split_property_specifier(root, path_to_property, &spec)) in tree_find_ihandle_property() 1285 if (!split_property_specifier(root, path_to_property, &spec)) in tree_find_string_property()
|
| D | ChangeLog-2021 | 2213 (split_property_specifier): Ditto. 4366 * device.c (split_property_specifier): ensure that only a single 4518 * device.c (split_property_specifier): Ditto
|
| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | hw-tree.c | 184 split_property_specifier (struct hw *current, in split_property_specifier() function 1283 if (!split_property_specifier (root, path_to_property, &spec)) in hw_tree_find_property() 1296 if (!split_property_specifier (root, path_to_property, &spec)) in hw_tree_find_boolean_property() 1310 if (!split_property_specifier (root, path_to_property, &spec)) in hw_tree_find_integer_property() 1326 if (!split_property_specifier (root, path_to_property, &spec)) in hw_tree_find_ihandle_property() 1341 if (!split_property_specifier (root, path_to_property, &spec)) in hw_tree_find_string_property()
|