Symbol: node_path
sys/dev/xen/blkfront/blkfront.c
1109
const char *node_path;
sys/dev/xen/blkfront/blkfront.c
1137
node_path = xenbus_get_node(sc->xbd_dev);
sys/dev/xen/blkfront/blkfront.c
1184
error = xs_printf(XST_NIL, node_path,
sys/dev/xen/blkfront/blkfront.c
1190
node_path);
sys/dev/xen/blkfront/blkfront.c
1194
error = xs_printf(XST_NIL, node_path,
sys/dev/xen/blkfront/blkfront.c
1200
node_path);
sys/dev/xen/blkfront/blkfront.c
1205
error = xs_printf(XST_NIL, node_path, "event-channel",
sys/dev/xen/blkfront/blkfront.c
1210
node_path);
sys/dev/xen/blkfront/blkfront.c
1214
error = xs_printf(XST_NIL, node_path, "protocol",
sys/dev/xen/blkfront/blkfront.c
1219
node_path);
usr.bin/dtc/checking.hh
57
device_tree::node_path path;
usr.bin/dtc/fdt.cc
1238
device_tree::collect_names_recursive(node_ptr parent, node_ptr n, node_path &path)
usr.bin/dtc/fdt.cc
1308
node_path p;
usr.bin/dtc/fdt.cc
1381
node_path path = node_paths[pv->string_data];
usr.bin/dtc/fdt.cc
1909
device_tree::node_path::to_string() const
usr.bin/dtc/fdt.hh
774
std::unordered_map<std::string, node_path> node_paths;
usr.bin/dtc/fdt.hh
780
std::vector<std::pair<std::string, node_path>> ordered_node_paths;
usr.bin/dtc/fdt.hh
798
node_path path;
usr.bin/dtc/fdt.hh
875
void collect_names_recursive(node_ptr parent, node_ptr n, node_path &path);
usr.sbin/autofs/automount.c
155
mountpoint = node_path(n);
usr.sbin/autofs/automountd.c
136
path = node_path(node);
usr.sbin/autofs/common.c
448
node_path(n));
usr.sbin/autofs/common.c
624
path = node_path(n);
usr.sbin/autofs/common.c
638
strcmp(path, node_path(first_child)) != 0) {
usr.sbin/autofs/common.c
685
tmp = node_path(node);
usr.sbin/autofs/common.h
81
char *node_path(const struct node *n);