HomeSort by: relevance | last modified time | path
    Searched refs:node_path (Results 1 - 5 of 5) 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 in typeref:typename:char *
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)

Completed in 13 milliseconds