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

/darwin-on-arm/xnu/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...]
/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h176 #define M_NodesInMap(mapSize) ((mapSize) << 3)
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp2704 vm_size_t * mapSize,
2712 size = SCALAR64(*mapSize);
2717 *mapSize = SCALAR32(size);
2699 is_io_connect_map_memory( io_object_t connect, uint32_t type, task_t task, vm_address_t * mapAddr, vm_size_t * mapSize, uint32_t flags ) argument

Completed in 30 milliseconds