Searched refs:mapSize (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeAllocate.c91 u_int16_t *mapSize );
125 u_int16_t mapSize, size; local
139 err = GetMapNode (btreePtr, &node, &mapPtr, &mapSize);
148 size = mapSize;
163 nodeNumber += mapSize << 3; // covert to number of bits (nodes)
243 u_int16_t mapSize; local
255 err = GetMapNode (btreePtr, &node, &mapPos, &mapSize);
258 nodeIndex += mapSize << 3; // covert to number of bits (nodes)
266 nodeNum -= (nodeIndex - (mapSize << 3)); // relative to this map record
327 u_int16_t mapSize; local
634 u_int16_t mapSize, size; local
[all...]
/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h176 #define M_NodesInMap(mapSize) ((mapSize) << 3)
/xnu-2782.1.97/iokit/Kernel/
H A DIOUserClient.cpp3191 uint32_t * mapSize,
3199 size = SCALAR64(*mapSize);
3204 *mapSize = SCALAR32(size);
3186 is_io_connect_map_memory( io_object_t connect, uint32_t type, task_t task, uint32_t * mapAddr, uint32_t * mapSize, uint32_t flags ) argument

Completed in 87 milliseconds