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

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOReportMacros.h139 * void* ptr2cpy - On return, 'ptr2cpy' points to the memory that needs to be
145 #define SIMPLEREPORT_UPDATEPREP(simp_buf, ptr2cpy, size2cpy) \
147 (ptr2cpy) = (simp_buf); \
309 * void* ptr2cpy - filled in with pointer to buffer to be copied out
312 #define STATEREPORT_UPDATEPREP(state_buf, currentTime, ptr2cpy, size2cpy) \
318 (ptr2cpy) = (void *) &__info->elem[0]; \
496 * void* ptr2cpy - filled in with pointer to buffer to be copied out
500 #define SIMPLEARRAY_UPDATEPREP(array_buf, ptr2cpy, size2cpy) \
504 (ptr2cpy)
[all...]
/macosx-10.10.1/PowerManagement-494.1.2/pmconfigd/
H A DPMAssertionLog.c669 void *ptr2cpy = NULL; local
729 SIMPLEARRAY_UPDATEPREP(pinfo->reportBuf, ptr2cpy, size2cpy);
730 CFDataAppendBytes(aggStats->reportBufs, ptr2cpy, size2cpy);

Completed in 170 milliseconds