Home
last modified time | relevance | path

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

/freebsd-14.2/sys/cam/
H A Dcam_debug.h91 #define CAM_DEBUG(path, flag, printfargs) \ argument
97 printf printfargs; \
102 #define CAM_DEBUG_DEV(dev, flag, printfargs) \ argument
108 printf printfargs; \
113 #define CAM_DEBUG_PRINT(flag, printfargs) \ argument
116 printf printfargs; \
121 #define CAM_DEBUG_PATH_PRINT(flag, path, printfargs) \ argument
124 printf printfargs; \