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

/freebsd-10.2-release/sys/dev/wds/
H A Dwd7000.c409 static char wds_smallog[SMALLOGSIZ]; variable
410 static char *wds_smallogp = wds_smallog;
417 if (++wds_smallogp == &wds_smallog[SMALLOGSIZ]) {
418 wds_smallogp = wds_smallog;
434 p = wds_smallogover ? wds_smallogp : wds_smallog;
438 if (++p == &wds_smallog[SMALLOGSIZ])
439 p = wds_smallog;

Completed in 47 milliseconds