Home
last modified time | relevance | path

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

/xnu-10063.101.15/iokit/IOKit/
H A DIOReportMacros.h112 #define SIMPLEREPORT_SETVALUE(simp_buf, new_value) \ argument
114 IOReportElement *__elem = (IOReportElement *)(simp_buf); \
127 #define SIMPLEREPORT_INCREMENTVALUE(simp_buf, increment_by) \ argument
129 IOReportElement *__elem = (IOReportElement *)(simp_buf); \
152 #define SIMPLEREPORT_UPDATEPREP(simp_buf, ptr2cpy, size2cpy) \ argument
154 (ptr2cpy) = (simp_buf); \
182 #define SIMPLEREPORT_GETCHID(simp_buf) \ argument
183 (((IOReportElement *)(simp_buf))->channel_id)
191 #define SIMPLEREPORT_GETCHTYPE(simp_buf) \ argument
192 (*(uint64_t*)&(((IOReportElement *)(simp_buf))->channel_type))
[all …]