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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOStatistics.h141 uint32_t loadSize; member in struct:IOStatisticsKext
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSKext.h580 virtual void getSizeInfo(uint32_t *loadSize, uint32_t *wiredSize);
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp3956 void OSKext::getSizeInfo(uint32_t *loadSize, uint32_t *wiredSize) argument
3959 *loadSize = linkedExecutable->getLength();
3965 *wiredSize = *loadSize - kmod_info->hdr_size;
3967 *wiredSize = *loadSize;
3972 *loadSize = 0;
8034 uint32_t loadSize = 0; local
8046 loadSize = linkedExecutable->getLength();
8052 wiredSize = loadSize - kmod_info->hdr_size;
8054 wiredSize = loadSize;
8070 (unsigned long long)(loadSize),
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp869 ke->kext->getSizeInfo(&stats->loadSize, &stats->wiredSize);

Completed in 92 milliseconds