Searched refs:IORERROR (Results 1 - 1 of 1) sorted by relevance

/xnu-2782.1.97/iokit/Kernel/
H A DIOReporterDefs.h50 #define IORERROR(fmt, args...) IOLog(fmt, ##args); macro
52 #define IORERROR(fmt, args...) macro
62 IORERROR("%s - %s <= 0!", __func__, #__val); \
66 IORERROR("%s - %s > INT_MAX / sizeof(%s)!", __func__, #__val, #__type);\

Completed in 19 milliseconds