Searched refs:node_path (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/usr.sbin/autofs/
H A Dcommon.h83 char *node_path(const struct node *n);
H A Dcommon.c447 node_path(n));
573 node_path(const struct node *n) function
623 path = node_path(n);
637 strcmp(path, node_path(first_child)) != 0) {
681 //log_debugx("looking up %s in %s", path, node_path(node));
684 tmp = node_path(node);
H A Dautomountd.c136 path = node_path(node);
H A Dautomount.c155 mountpoint = node_path(n);
/freebsd-current/usr.bin/dtc/
H A Dfdt.hh710 class node_path : public std::vector<std::pair<std::string,std::string>> class in class:dtc::fdt::device_tree
774 std::unordered_map<std::string, node_path> node_paths;
780 std::vector<std::pair<std::string, node_path>> ordered_node_paths;
798 node_path path;
875 void collect_names_recursive(node_ptr parent, node_ptr n, node_path &path);
H A Dchecking.hh57 device_tree::node_path path;
H A Dfdt.cc1238 device_tree::collect_names_recursive(node_ptr parent, node_ptr n, node_path &path)
1308 node_path p;
1381 node_path path = node_paths[pv->string_data];
1909 device_tree::node_path::to_string() const
/freebsd-current/sys/dev/xen/blkfront/
H A Dblkfront.c1094 const char *node_path; local
1122 node_path = xenbus_get_node(sc->xbd_dev);
1169 error = xs_printf(XST_NIL, node_path,
1175 node_path);
1179 error = xs_printf(XST_NIL, node_path,
1185 node_path);
1190 error = xs_printf(XST_NIL, node_path, "event-channel",
1195 node_path);
1199 error = xs_printf(XST_NIL, node_path, "protocol",
1204 node_path);
[all...]

Completed in 211 milliseconds