Home
last modified time | relevance | path

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

/qemu/util/
H A Dqemu-config.c101 int res = -EINVAL, lno = 0; in qemu_config_foreach() local
106 ++lno; in qemu_config_foreach()
137 loc_set_file(fname, lno); in qemu_config_foreach()
H A Derror-report.c128 void loc_set_file(const char *fname, int lno) in loc_set_file() argument
132 cur_loc->num = lno; in loc_set_file()
/qemu/include/qemu/
H A Derror-report.h31 void loc_set_file(const char *fname, int lno);