Home
last modified time | relevance | path

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

/freebsd/sys/cam/
H A Dcam_debug.h100 #define CAM_DEBUG(path, flag, printfargs) \ argument
102 xpt_cam_path_debug(path, _CAM_X printfargs); \
105 #define CAM_DEBUG_DEV(dev, flag, printfargs) \ argument
110 xpt_cam_dev_debug(dev, _CAM_X printfargs); \
113 #define CAM_DEBUG_PRINT(flag, printfargs) \ argument
115 xpt_cam_debug(_CAM_X printfargs); \