Searched refs:xs_join (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/xen/xenstore/ |
H A D | xenstore.c | 328 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 D | xenbusb_back.c | 151 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 D | xenstorevar.h | 365 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()
|