Home
last modified time | relevance | path

Searched refs:srcpos_string_first (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/scripts/dtc/
Dtreesource.c186 srcstr = srcpos_string_first(prop->srcpos, annotate); in write_propval()
264 srcstr = srcpos_string_first(prop->srcpos, annotate); in write_propval()
289 srcstr = srcpos_string_first(tree->srcpos, annotate); in write_tree_source_node()
Dsrcpos.h92 extern char *srcpos_string_first(struct srcpos *pos, int level);
Dsrcpos.c363 char *srcpos_string_first(struct srcpos *pos, int level) in srcpos_string_first() function