Searched defs:dbg (Results 1 – 2 of 2) sorted by relevance
/net/irda/irnet/ |
D | irnet.h | 339 #define DERROR(dbg, format, args...) \ argument 344 #define DEBUG(dbg, format, args...) \ argument 349 #define DENTER(dbg, format, args...) \ argument 354 #define DPASS(dbg, format, args...) \ argument 359 #define DEXIT(dbg, format, args...) \ argument 364 #define DRETURN(ret, dbg, args...) \ argument 369 #define DABORT(cond, ret, dbg, args...) \ argument 375 #define DASSERT(cond, ret, dbg, args...) \ argument
|
/net/caif/ |
D | cfdbgl.c | 22 struct cfsrvl *dbg = kzalloc(sizeof(struct cfsrvl), GFP_ATOMIC); in cfdbgl_create() local
|