HomeSort by: relevance | last modified time | path
    Searched defs:atudebug (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
if_atu.c 96 #define DPRINTF(x) do { if (atudebug) printf x; } while (0)
97 #define DPRINTFN(n,x) do { if (atudebug>(n)) printf x; } while (0)
98 int atudebug = 1; variable in typeref:typename:int
302 if (atudebug) {
326 if (atudebug) {
382 if (atudebug) {
564 if (atudebug) {
727 if (atudebug) {
if_atu.c 96 #define DPRINTF(x) do { if (atudebug) printf x; } while (0)
97 #define DPRINTFN(n,x) do { if (atudebug>(n)) printf x; } while (0)
98 int atudebug = 1; variable in typeref:typename:int
302 if (atudebug) {
326 if (atudebug) {
382 if (atudebug) {
564 if (atudebug) {
727 if (atudebug) {
if_atu.c 96 #define DPRINTF(x) do { if (atudebug) printf x; } while (0)
97 #define DPRINTFN(n,x) do { if (atudebug>(n)) printf x; } while (0)
98 int atudebug = 1; variable in typeref:typename:int
302 if (atudebug) {
326 if (atudebug) {
382 if (atudebug) {
564 if (atudebug) {
727 if (atudebug) {

Completed in 160 milliseconds