Searched refs:loadSize (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/iokit/IOKit/
H A DIOStatistics.h141 uint32_t loadSize; member in struct:IOStatisticsKext
/xnu-2422.115.4/libkern/libkern/c++/
H A DOSKext.h577 virtual void getSizeInfo(uint32_t *loadSize, uint32_t *wiredSize);
/xnu-2422.115.4/libkern/c++/
H A DOSKext.cpp4151 void OSKext::getSizeInfo(uint32_t *loadSize, uint32_t *wiredSize) argument
4154 *loadSize = linkedExecutable->getLength();
4160 *wiredSize = *loadSize - kmod_info->hdr_size;
4162 *wiredSize = *loadSize;
4167 *loadSize = 0;
8373 uint32_t loadSize = 0; local
8385 loadSize = linkedExecutable->getLength();
8391 wiredSize = loadSize - kmod_info->hdr_size;
8393 wiredSize = loadSize;
8409 (unsigned long long)(loadSize),
[all...]
/xnu-2422.115.4/iokit/Kernel/
H A DIOStatistics.cpp871 ke->kext->getSizeInfo(&stats->loadSize, &stats->wiredSize);

Completed in 41 milliseconds