Home
last modified time | relevance | path

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

/NextBSD/sys/dev/xen/xenstore/
HDxenstore.c344 xs_join(const char *dir, const char *name) in xs_join() function
1331 path = xs_join(dir, node); in xs_directory()
1364 path = xs_join(dir, node); in xs_read()
1381 path = xs_join(dir, node); in xs_write()
1400 path = xs_join(dir, node); in xs_mkdir()
1413 path = xs_join(dir, node); in xs_rm()
1432 root_path_sbuf = xs_join(base, node); in xs_rm_tree()
1433 cur_path_sbuf = xs_join(base, node); in xs_rm_tree()
1464 push_dir = xs_join(cur_path, dir[i]); in xs_rm_tree()
/NextBSD/sys/xen/xenbus/
HDxenbusb_back.c154 vm_path = xs_join(type, vm); in xenbusb_back_enumerate_type()
166 id = xs_join(vm, dev_num); in xenbusb_back_enumerate_type()
/NextBSD/sys/xen/xenstore/
HDxenstorevar.h339 struct sbuf *xs_join(const char *, const char *);