Searched refs:dump_nodes (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dextern.h60 void dump_nodes(const char *, NODE *, int);
H A Dmtree.c214 dump_nodes("", spec(stdin), Dflag);
H A Dspec.c306 * dump_nodes --
312 dump_nodes(const char *dir, NODE *root, int pathlast) function
400 dump_nodes(path, cur->child, pathlast);
/netbsd-6-1-5-RELEASE/usr.sbin/wlanctl/
H A Dwlanctl.c65 static int dump_nodes(const char *, int, struct cmdflags *);
185 dump_nodes(const char *ifname_arg, int hdr_type, struct cmdflags *cf) function
337 if (dump_nodes(NULL, IEEE80211_SYSCTL_T_NODE, &cf) != 0)
342 if (dump_nodes(argv[i], IEEE80211_SYSCTL_T_NODE, &cf) != 0)

Completed in 63 milliseconds