Searched refs:xs_join (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/xen/xenstore/ |
| H A D | xenstore.c | 327 xs_join(const char *dir, const char *name) in xs_join() function 1278 path = xs_join(dir, node); in xs_directory() 1311 path = xs_join(dir, node); in xs_read() 1328 path = xs_join(dir, node); in xs_write() 1347 path = xs_join(dir, node); in xs_mkdir() 1360 path = xs_join(dir, node); in xs_rm() 1379 root_path_sbuf = xs_join(base, node); in xs_rm_tree() 1380 cur_path_sbuf = xs_join(base, node); in xs_rm_tree() 1411 push_dir = xs_join(cur_path, dir[i]); in xs_rm_tree()
|
| /freebsd/sys/xen/xenbus/ |
| H A D | xenbusb_back.c | 150 vm_path = xs_join(type, vm); in xenbusb_back_enumerate_type() 162 id = xs_join(vm, dev_num); in xenbusb_back_enumerate_type()
|
| /freebsd/sys/xen/xenstore/ |
| H A D | xenstorevar.h | 364 struct sbuf *xs_join(const char *, const char *);
|
| /freebsd/sys/dev/xen/blkback/ |
| H A D | blkback.c | 3618 watch_path = xs_join(xenbus_get_node(xbb->dev), "physical-device-path"); in xbb_attach()
|