C 52 dev/pci/if_em_osdep.h #define DEBUGOUT3(S,A,B,C) printf(S "\n",A,B,C) C 53 dev/pci/if_em_osdep.h #define DEBUGOUT7(S,A,B,C,D,E,F,G) printf(S "\n",A,B,C,D,E,F,G) C 58 dev/pci/if_em_osdep.h #define DEBUGOUT3(S,A,B,C) C 59 dev/pci/if_em_osdep.h #define DEBUGOUT7(S,A,B,C,D,E,F,G) C 52 dev/pci/if_ixgb_osdep.h #define DEBUGOUT3(S,A,B,C) printf(S "\n",A,B,C) C 53 dev/pci/if_ixgb_osdep.h #define DEBUGOUT7(S,A,B,C,D,E,F,G) printf(S "\n",A,B,C,D,E,F,G) C 58 dev/pci/if_ixgb_osdep.h #define DEBUGOUT3(S,A,B,C) C 59 dev/pci/if_ixgb_osdep.h #define DEBUGOUT7(S,A,B,C,D,E,F,G) C 654 kern/subr_prf.c #define KPRINTF_PUTCHAR(C) do { \ C 51 scsi/scsi_debug.h #define SC_DEBUG(A,B,C) C 52 scsi/scsi_debug.h #define SC_DEBUGN(A,B,C) C 501 sys/mount.h #define VFS_QUOTACTL(MP,C,U,A,P) (*(MP)->mnt_op->vfs_quotactl)(MP, C, U, A, P) C 503 sys/mount.h #define VFS_SYNC(MP, WAIT, C, P) (*(MP)->mnt_op->vfs_sync)(MP, WAIT, C, P) C 81 uvm/uvm_stat.h #define UVMCNT_SET(C,V) \ C 86 uvm/uvm_stat.h #define UVMCNT_ADD(C,V) \ C 91 uvm/uvm_stat.h #define UVMCNT_INCR(C) UVMCNT_ADD(C,1) C 92 uvm/uvm_stat.h #define UVMCNT_DECR(C) UVMCNT_ADD(C,-1) C 147 uvm/uvm_stat.h #define UVMHIST_LOG(NAME,FMT,A,B,C,D) C 195 uvm/uvm_stat.h #define UVMHIST_LOG(NAME,FMT,A,B,C,D) \