Home
last modified time | relevance | path

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

/freebsd/usr.bin/dtc/
H A Dfdt.hh710 class node_path : public std::vector<std::pair<std::string,std::string>> class in 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) in collect_names_recursive()
1308 node_path p; in collect_names()
1381 node_path path = node_paths[pv->string_data]; in resolve_cross_references()
1909 device_tree::node_path::to_string() const in to_string()
/freebsd/sys/dev/xen/blkfront/
H A Dblkfront.c1109 const char *node_path; in xbd_initialize() local
1137 node_path = xenbus_get_node(sc->xbd_dev); in xbd_initialize()
1184 error = xs_printf(XST_NIL, node_path, in xbd_initialize()
1190 node_path); in xbd_initialize()
1194 error = xs_printf(XST_NIL, node_path, in xbd_initialize()
1200 node_path); in xbd_initialize()
1205 error = xs_printf(XST_NIL, node_path, "event-channel", in xbd_initialize()
1210 node_path); in xbd_initialize()
1214 error = xs_printf(XST_NIL, node_path, "protocol", in xbd_initialize()
1219 node_path); in xbd_initialize()
/freebsd/usr.sbin/autofs/
H A Dcommon.c447 node_path(n)); in node_expand_defined()
573 node_path(const struct node *n) in node_path() function
623 path = node_path(n); in node_print_indent()
637 strcmp(path, node_path(first_child)) != 0) { in node_print_indent()
684 tmp = node_path(node); in node_find_x()
H A Dcommon.h83 char *node_path(const struct node *n);
H A Dautomount.c155 mountpoint = node_path(n); in mount_if_not_already()
H A Dautomountd.c136 path = node_path(node); in create_subtree()