Home
last modified time | relevance | path

Searched refs:srcstr (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/scripts/dtc/
H A Dtreesource.c181 char *srcstr; in write_propval() local
186 srcstr = srcpos_string_first(prop->srcpos, annotate); in write_propval()
187 if (srcstr) { in write_propval()
188 fprintf(f, " /* %s */", srcstr); in write_propval()
189 free(srcstr); in write_propval()
264 srcstr = srcpos_string_first(prop->srcpos, annotate); in write_propval()
265 if (srcstr) { in write_propval()
266 fprintf(f, " /* %s */", srcstr); in write_propval()
267 free(srcstr); in write_propval()
278 char *srcstr; in write_tree_source_node() local
[all …]
H A Dsrcpos.c376 char *srcstr; in srcpos_verror() local
378 srcstr = srcpos_string(pos); in srcpos_verror()
380 fprintf(stderr, "%s: %s ", prefix, srcstr); in srcpos_verror()
384 free(srcstr); in srcpos_verror()
/openbmc/u-boot/scripts/dtc/
H A Dsrcpos.c272 char *srcstr; in srcpos_verror() local
274 srcstr = srcpos_string(pos); in srcpos_verror()
276 fprintf(stderr, "%s: %s ", prefix, srcstr); in srcpos_verror()
280 free(srcstr); in srcpos_verror()
/openbmc/qemu/tests/unit/
H A Dtest-forward-visitor.c28 static void *visit_with_forward(const char *srcstr, GenericVisitor *fn) in visit_with_forward() argument
31 QDict *src = keyval_parse(srcstr, NULL, &help, &error_abort); in visit_with_forward()