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

/xnu-2422.115.4/iokit/Kernel/
H A DIOPMrootDomain.cpp2749 if (spindumpDesc)
7118 if (spindumpDesc != NULL) {
7120 hdr = (swd_hdr *)spindumpDesc->getBytesNoCopy();
7128 spindumpDesc = IOBufferMemoryDescriptor::inTaskWithOptions(
7131 if (!spindumpDesc)
7134 hdr = (swd_hdr *)spindumpDesc->getBytesNoCopy();
7151 spindumpDesc->release();
7152 spindumpDesc = NULL;
9534 IOBufferMemoryDescriptor *spindumpDesc; local
9538 if (rd && rd->spindumpDesc)
[all...]
/xnu-2422.115.4/iokit/IOKit/pwr_mgt/
H A DRootDomain.h560 IOBufferMemoryDescriptor *spindumpDesc; member in class:IOPMrootDomain

Completed in 111 milliseconds