Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/xenstore/
H A Dxenstore.c328 xs_join(const char *dir, const char *name) in xs_join() function
1279 path = xs_join(dir, node); in xs_directory()
1312 path = xs_join(dir, node); in xs_read()
1329 path = xs_join(dir, node); in xs_write()
1348 path = xs_join(dir, node); in xs_mkdir()
1361 path = xs_join(dir, node); in xs_rm()
1380 root_path_sbuf = xs_join(base, node); in xs_rm_tree()
1381 cur_path_sbuf = xs_join(base, node); in xs_rm_tree()
1412 push_dir = xs_join(cur_path, dir[i]); in xs_rm_tree()
/freebsd/sys/xen/xenbus/
H A Dxenbusb_back.c151 vm_path = xs_join(type, vm); in xenbusb_back_enumerate_type()
163 id = xs_join(vm, dev_num); in xenbusb_back_enumerate_type()
/freebsd/sys/xen/xenstore/
H A Dxenstorevar.h365 struct sbuf *xs_join(const char *, const char *);
/freebsd/sys/dev/xen/blkback/
H A Dblkback.c3610 watch_path = xs_join(xenbus_get_node(xbb->dev), "physical-device-path"); in xbb_attach()