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

  /src/usr.sbin/autofs/
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);
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);

Completed in 21 milliseconds