HomeSort by: relevance | last modified time | path
    Searched refs:node_path (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/autofs/
common.h 91 char *node_path(const struct node *);
common.c 443 node_path(n));
565 node_path(const struct node *n) function
615 path = node_path(n);
629 strcmp(path, node_path(first_child)) != 0) {
673 //log_debugx("looking up %s in %s", path, node_path(node));
676 tmp = node_path(node);
automount.c 115 mountpoint = node_path(n);
automountd.c 132 path = node_path(node);
  /src/lib/libperfuse/
subr.c 210 if (node_path(ps, opc, buf, sizeof(buf)) == 0)
  /src/external/gpl2/dtc/dist/tests/
pylibfdt_tests.py 82 def GetPropList(self, node_path):
86 node_path: Full path to node, e.g. '/subnode@1/subsubnode'
92 node = self.fdt.path_offset(node_path)
100 def GetSubnodes(self, node_path):
104 node_path: Full path to node, e.g. '/subnode@1/subsubnode'
110 node = self.fdt.path_offset(node_path)

Completed in 40 milliseconds