Home
last modified time | relevance | path

Searched refs:abspath (Results 1 – 17 of 17) sorted by relevance

/qemu/hw/xen/
H A Dxen_pvdev.c73 char abspath[XEN_BUFSIZE]; in xenstore_write_str() local
75 snprintf(abspath, sizeof(abspath), "%s/%s", base, node); in xenstore_write_str()
76 if (!qemu_xen_xs_write(xenstore, 0, abspath, val, strlen(val))) { in xenstore_write_str()
84 char abspath[XEN_BUFSIZE]; in xenstore_read_str() local
88 snprintf(abspath, sizeof(abspath), "%s/%s", base, node); in xenstore_read_str()
89 str = qemu_xen_xs_read(xenstore, 0, abspath, &len); in xenstore_read_str()
/qemu/tests/unit/
H A Dtest-xs-node.c278 char *abspath; in setup() local
282 abspath = g_strdup_printf("/local/domain/%u", DOMID_GUEST); in setup()
284 err = write_str(s, DOMID_QEMU, XBT_NULL, abspath, ""); in setup()
291 err = xs_impl_set_perms(s, DOMID_QEMU, XBT_NULL, abspath, perms); in setup()
295 g_free(abspath); in setup()
297 abspath = g_strdup_printf("/local/domain/%u/some", DOMID_GUEST); in setup()
299 err = write_str(s, DOMID_QEMU, XBT_NULL, abspath, ""); in setup()
305 err = xs_impl_set_perms(s, DOMID_QEMU, XBT_NULL, abspath, perms); in setup()
309 g_free(abspath); in setup()
/qemu/docs/sphinx/
H A Dkerneldoc.py85 env.note_dependency(os.path.abspath(filename))
108 env.note_dependency(os.path.abspath(f))
H A Dhxtool.py103 env.note_dependency(os.path.abspath(hxfile))
H A Dqapidoc.py468 self._env.note_dependency(os.path.abspath(qapifile))
/qemu/hw/i386/kvm/
H A Dxenstore_impl.c1176 char abspath[XENSTORE_ABS_PATH_MAX + 1]; in do_xs_impl_watch() local
1180 ret = validate_path(abspath, path, dom_id); in do_xs_impl_watch()
1186 l = w = g_hash_table_lookup(s->watches, abspath); in do_xs_impl_watch()
1204 w->rel_prefix = strlen(abspath) - strlen(path); in do_xs_impl_watch()
1211 g_hash_table_insert(s->watches, g_strdup(abspath), w); in do_xs_impl_watch()
1252 char abspath[XENSTORE_ABS_PATH_MAX + 1]; in xs_impl_unwatch() local
1256 ret = validate_path(abspath, path, dom_id); in xs_impl_unwatch()
1261 w = g_hash_table_lookup(s->watches, abspath); in xs_impl_unwatch()
1276 g_hash_table_insert(s->watches, g_strdup(abspath), w->next); in xs_impl_unwatch()
1279 g_hash_table_remove(s->watches, abspath); in xs_impl_unwatch()
H A Dxen_xenstore.c90 gchar *abspath; in relpath_printf() local
96 abspath = g_strdup_printf("/local/domain/%u/%s", xen_domid, relpath); in relpath_printf()
103 err = xs_impl_write(s->impl, DOMID_QEMU, XBT_NULL, abspath, data); in relpath_printf()
108 err = xs_impl_set_perms(s->impl, DOMID_QEMU, XBT_NULL, abspath, perms); in relpath_printf()
111 g_free(abspath); in relpath_printf()
/qemu/docs/
H A Dconf.py40 qemu_docdir = os.path.abspath(".")
/qemu/scripts/simplebench/
H A Dbench_write_req.py75 image_dir = os.path.dirname(os.path.abspath(image_name))
/qemu/scripts/qapi/
H A Dparser.py98 self._included.add(os.path.abspath(self._fname))
200 incl_abs_fname = os.path.abspath(incl_fname)
204 if incl_abs_fname == os.path.abspath(inf.fname):
/qemu/roms/
H A Dedk2-build.py46 return os.path.abspath(cfg['global']['core'])
260 packages.append(os.path.abspath(pkgdir))
/qemu/tests/qemu-iotests/
H A Dcheck38 return os.path.dirname(os.path.abspath(sys.argv[0]))
/qemu/scripts/
H A Dxml-preprocess.py80 "SOURCE": os.path.abspath(__file__),
H A Dminikconf.py352 self.abs_fname = os.path.abspath(fp.name)
396 if incl_abs_fname == os.path.abspath(inf['file']):
H A Dcompare-machine-types.py37 qemu_dir = path.abspath(path.dirname(path.dirname(__file__)))
/qemu/tests/avocado/avocado_qemu/
H A D__init__.py397 self._ldpath.append(os.path.abspath(ldpath))
/qemu/tests/data/qobject/
H A Dqdict.txt223 abspath.c: 2808