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

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DIOPMPrivate.h792 } swd_stackshot_hdr; typedef in typeref:struct:__anon14864
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp8608 swd_stackshot_hdr *stackshotHdr = NULL;
8666 while (bytesRemaining > sizeof(swd_stackshot_hdr)) {
8668 stackshotHdr = (swd_stackshot_hdr *)dstAddr;
8671 bytesRemaining -= sizeof(swd_stackshot_hdr);
8672 dstAddr += sizeof(swd_stackshot_hdr);
8924 swd_stackshot_hdr *shdr = (swd_stackshot_hdr *)tmpBuf;;
8930 assert(tmpBufSize > sizeof(swd_stackshot_hdr));
8931 bytesToWrite = round_page(sizeof(swd_stackshot_hdr));
9161 swd_stackshot_hdr shd
[all...]

Completed in 170 milliseconds