Lines Matching refs:mappings
361 if (uc && uc->mappings) { in destroyUserReferences()
362 mappingBucket = IOMachPort::bucketForObject(uc->mappings, IKOT_IOKIT_CONNECT); in destroyUserReferences()
377 if (uc->mappings) { in destroyUserReferences()
378 uc->mappings->taggedRetain(OSTypeID(OSCollection)); in destroyUserReferences()
379 machPort->object = uc->mappings; in destroyUserReferences()
381 iokit_switch_object_port(machPort->port, uc->mappings, IKOT_IOKIT_CONNECT); in destroyUserReferences()
385 OSSafeReleaseNULL(uc->mappings); in destroyUserReferences()
1819 if (mappings) { in free()
1820 mappings->release(); in free()
4337 OSSet * mappings; in is_io_service_close() local
4338 if ((mappings = OSDynamicCast(OSSet, connection))) { in is_io_service_close()
4463 if (NULL == client->mappings) { in is_io_connect_map_memory_into_task()
4464 client->mappings = OSSet::withCapacity(2); in is_io_connect_map_memory_into_task()
4466 if (client->mappings) { in is_io_connect_map_memory_into_task()
4467 client->mappings->setObject( map); in is_io_connect_map_memory_into_task()
4514 iter = OSCollectionIterator::withCollection(mappings); in removeMappingForDescriptor()
4519 mappings->removeObject(map); in removeMappingForDescriptor()
4569 if (client->mappings) { in is_io_connect_unmap_memory_from_task()
4570 client->mappings->removeObject( map); in is_io_connect_unmap_memory_from_task()