Searched refs:node_path (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/usr.bin/dtc/ |
| H A D | fdt.hh | 710 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 D | checking.hh | 57 device_tree::node_path path;
|
| H A D | fdt.cc | 1238 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-14.2/sys/dev/xen/blkfront/ |
| H A D | blkfront.c | 1112 const char *node_path; in xbd_initialize() local 1140 node_path = xenbus_get_node(sc->xbd_dev); in xbd_initialize() 1187 error = xs_printf(XST_NIL, node_path, in xbd_initialize() 1193 node_path); in xbd_initialize() 1197 error = xs_printf(XST_NIL, node_path, in xbd_initialize() 1203 node_path); in xbd_initialize() 1208 error = xs_printf(XST_NIL, node_path, "event-channel", in xbd_initialize() 1213 node_path); in xbd_initialize() 1217 error = xs_printf(XST_NIL, node_path, "protocol", in xbd_initialize() 1222 node_path); in xbd_initialize()
|
| /freebsd-14.2/usr.sbin/autofs/ |
| H A D | common.c | 448 node_path(n)); in node_expand_defined() 574 node_path(const struct node *n) in node_path() function 624 path = node_path(n); in node_print_indent() 638 strcmp(path, node_path(first_child)) != 0) { in node_print_indent() 685 tmp = node_path(node); in node_find_x()
|
| H A D | common.h | 83 char *node_path(const struct node *n);
|
| H A D | automount.c | 156 mountpoint = node_path(n); in mount_if_not_already()
|
| H A D | automountd.c | 137 path = node_path(node); in create_subtree()
|