Searched refs:wiredSize (Results 1 – 4 of 4) sorted by relevance
142 uint32_t wiredSize; member
888 virtual void getSizeInfo(uint32_t *loadSize, uint32_t *wiredSize);
882 ke->kext->getSizeInfo(&stats->loadSize, &stats->wiredSize); in copyKextStatistics()
5217 OSKext::getSizeInfo(uint32_t *loadSize, uint32_t *wiredSize) in getSizeInfo() argument5226 *wiredSize = *loadSize - (uint32_t)kmod_info->hdr_size; in getSizeInfo()5228 *wiredSize = *loadSize; in getSizeInfo()5231 *wiredSize = 0; in getSizeInfo()12460 uint32_t wiredSize = 0; local12500 wiredSize = loadSize - (uint32_t)kmod_info->hdr_size;12502 wiredSize = loadSize;12575 (unsigned long long)(wiredSize),12576 /* numBits */ 8 * sizeof(wiredSize));