Home
last modified time | relevance | path

Searched defs:DPRINT (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.121.6/bsd/nfs/
H A Dnfs_upcall.c48 #define DPRINT(fmt, ...) printf(fmt,## __VA_ARGS__) macro
50 #define DPRINT(fmt, ...) macro
/xnu-11417.121.6/tests/vfs/
H A Dlongpaths.c29 #define DPRINT(fmt, ...) do {\ macro