Home
last modified time | relevance | path

Searched refs:printedonce (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net/
H A Dif_infiniband.c429 static bool printedonce; in infiniband_input() local
432 if (!printedonce) { in infiniband_input()
433 printedonce = true; in infiniband_input()
H A Dif_ethersubr.c814 static bool printedonce; in ether_input()
817 if (!printedonce) { in ether_input()
818 printedonce = true; in ether_input()
824 static bool printedonce; ether_input() local