Searched refs:mapBase (Results 1 - 4 of 4) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFBurstTrie.c262 char *mapBase; member in struct:_CFBurstTrie
392 trie->mapBase = map;
394 trie->mapOffset = CFSwapInt32LittleToHost(((fileHeader*)trie->mapBase)->rootOffset);
395 trie->cflags = CFSwapInt32LittleToHost(((fileHeader*)trie->mapBase)->flags);
396 trie->count = CFSwapInt32LittleToHost(((fileHeader*)trie->mapBase)->count);
407 trie->mapBase = map;
423 CFBurstTrieRef CFBurstTrieCreateFromMapBytes(char *mapBase) { argument
425 TrieHeader *header = (TrieHeader *)mapBase;
427 if (mapBase && ((uint32_t*)mapBase)[
[all...]
H A DCFBurstTrie.h90 CFBurstTrieRef CFBurstTrieCreateFromMapBytes(char *mapBase) CF_AVAILABLE(10_7, 4_2);
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODMACommand.cpp477 vm_page_t mapBase = NULL; local
488 KMA_LOMEM | KMA_NOPAGEWAIT, &mapBase);
492 mapBase = NULL;
496 if (mapBase)
498 state->fCopyPageAlloc = mapBase;
H A DIOMemoryDescriptor.cpp2113 ppnum_t mapBase;
2161 mapBase = 0;
2194 iopl.fMappedPage = mapBase + pageIndex;
2300 if (mapper) iopl.fMappedPage = mapBase + pageIndex;

Completed in 224 milliseconds