Lines Matching refs:simp_buf
112 #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))
201 #define SIMPLEREPORT_GETVALUE(simp_buf) \ argument
202 (((IOSimpleReportValues*)&(((IOReportElement*)(simp_buf))->values)) \