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

/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeAllocate.c90 u_int16_t **mapPtr,
124 u_int16_t *mapPtr, *pos; local
139 err = GetMapNode (btreePtr, &node, &mapPtr, &mapSize);
147 pos = mapPtr;
180 nodeNumber += ((pos - mapPtr) << 4) + (15 - bitOffset); // (pos-mapPtr) = # of words!
530 mapPtr - pointer to the map record within the map node
542 u_int16_t **mapPtr,
586 *mapPtr = (u_int16_t *) GetRecordAddress (btreePtr, nodePtr->buffer, mapIndex);
596 *mapPtr
540 GetMapNode(BTreeControlBlockPtr btreePtr, BlockDescriptor *nodePtr, u_int16_t **mapPtr, u_int16_t *mapSize ) argument
633 u_int16_t *mapPtr, *pos; local
[all...]

Completed in 85 milliseconds