Home
last modified time | relevance | path

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

/NextBSD/sys/dev/wds/
HDwd7000.c361 static __inline void smallog(char c);
415 smallog(char c) in smallog() function
424 #define smallog2(a, b) (smallog(a), smallog(b))
425 #define smallog3(a, b, c) (smallog(a), smallog(b), smallog(c))
426 #define smallog4(a, b, c, d) (smallog(a),smallog(b),smallog(c),smallog(d))
449 #define smallog(a) macro
783 smallog('['); in wds_intr_locked()
807 smallog('?'); in wds_intr_locked()
809 smallog(']'); in wds_intr_locked()
820 smallog('d'); in wds_done()
[all …]