Home
last modified time | relevance | path

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

/xnu-11215.1.10/iokit/IOKit/
H A DIOReportMacros.h637 #define HISTREPORT_TALLYVALUE(hist_buf, value) \ argument
639 IOHistReportInfo *__info = (IOHistReportInfo *)(hist_buf); \
676 #define HISTREPORT_UPDATEPREP(hist_buf, ptr2cpy, size2cpy) \ argument
678 IOHistReportInfo *__info = (IOHistReportInfo *)(hist_buf); \
693 #define HISTREPORT_UPDATERES(hist_buf, action, result) \ argument
695 IOHistReportInfo *__info = (IOHistReportInfo *)(hist_buf); \
709 #define HISTREPORT_GETCHID(hist_buf) \ argument
710 (((IOHistReportInfo *)(hist_buf))->elem[0].channel_id)
717 #define HISTREPORT_GETCHTYPE(hist_buf) \ argument
718 (*(uint64_t*)&(((IOHistReportInfo *)(hist_buf))->elem[0].channel_type))