Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/autofs/
H A Dcommon.c443 node_path(n)); in node_expand_defined()
565 node_path(const struct node *n) in node_path() function
615 path = node_path(n); in node_print_indent()
629 strcmp(path, node_path(first_child)) != 0) { in node_print_indent()
676 tmp = node_path(node); in node_find_x()
H A Dcommon.h91 char *node_path(const struct node *);
H A Dautomount.c115 mountpoint = node_path(n); in mount_if_not_already()
H A Dautomountd.c132 path = node_path(node); in create_subtree()
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dpylibfdt_tests.py82 def GetPropList(self, node_path): argument
92 node = self.fdt.path_offset(node_path)
100 def GetSubnodes(self, node_path): argument
110 node = self.fdt.path_offset(node_path)
/netbsd-src/lib/libperfuse/
H A Dsubr.c210 if (node_path(ps, opc, buf, sizeof(buf)) == 0) in perfuse_node_path()