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

  /src/usr.sbin/wlanctl/
wlanctl.c 64 static int dump_nodes(const char *, int, struct cmdflags *);
185 dump_nodes(const char *ifname_arg, int hdr_type, struct cmdflags *cf) function in typeref:typename:int
336 if (dump_nodes(NULL, IEEE80211_SYSCTL_T_NODE, &cf) != 0)
341 if (dump_nodes(argv[i], IEEE80211_SYSCTL_T_NODE, &cf) != 0)
  /src/usr.sbin/mtree/
spec.c 317 * dump_nodes --
323 dump_nodes(FILE *fp, const char *dir, NODE *root, int pathlast) function in typeref:typename:void
424 dump_nodes(fp, path, cur->child, pathlast);

Completed in 12 milliseconds