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

/freebsd-13-stable/sys/xen/xenstore/
H A Dxenstorevar.h367 struct sbuf *xs_join(const char *, const char *);
/freebsd-13-stable/sys/dev/xen/xenstore/
H A Dxenstore.c331 xs_join(const char *dir, const char *name) function
1286 path = xs_join(dir, node);
1319 path = xs_join(dir, node);
1336 path = xs_join(dir, node);
1355 path = xs_join(dir, node);
1368 path = xs_join(dir, node);
1387 root_path_sbuf = xs_join(base, node);
1388 cur_path_sbuf = xs_join(base, node);
1419 push_dir = xs_join(cur_path, dir[i]);
/freebsd-13-stable/sys/xen/xenbus/
H A Dxenbusb_back.c153 vm_path = xs_join(type, vm);
165 id = xs_join(vm, dev_num);
/freebsd-13-stable/sys/dev/xen/blkback/
H A Dblkback.c3765 watch_path = xs_join(xenbus_get_node(xbb->dev), "physical-device-path");

Completed in 60 milliseconds