HomeSort by: relevance | last modified time | path
    Searched refs:dump_nodes (Results 1 - 4 of 4) 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/
extern.h 74 void dump_nodes(FILE *, const char *, NODE *, int);
mtree.c 303 dump_nodes(stdout, "", spec(spec1), Dflag);
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 14 milliseconds