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

/freebsd-11-stable/sys/dev/wds/
H A Dwd7000.c411 static char *wds_smallogp = wds_smallog; variable
417 *wds_smallogp = c;
418 if (++wds_smallogp == &wds_smallog[SMALLOGSIZ]) {
419 wds_smallogp = wds_smallog;
435 p = wds_smallogover ? wds_smallogp : wds_smallog;
445 } while (p != wds_smallogp);

Completed in 192 milliseconds