Lines Matching refs:mappings
357 if (uc && uc->mappings) { in destroyUserReferences()
358 mappingBucket = IOMachPort::bucketForObject(uc->mappings, IKOT_IOKIT_CONNECT); in destroyUserReferences()
374 if (uc->mappings) { in destroyUserReferences()
375 uc->mappings->taggedRetain(OSTypeID(OSCollection)); in destroyUserReferences()
379 machPort->object = uc->mappings; in destroyUserReferences()
384 OSSafeReleaseNULL(uc->mappings); in destroyUserReferences()
1912 if (mappings) { in free()
1913 mappings->release(); in free()
4569 OSSet * mappings; in is_io_service_close() local
4570 if ((mappings = OSDynamicCast(OSSet, connection))) { in is_io_service_close()
4699 if (NULL == client->mappings) { in is_io_connect_map_memory_into_task()
4700 client->mappings = OSSet::withCapacity(2); in is_io_connect_map_memory_into_task()
4702 if (client->mappings) { in is_io_connect_map_memory_into_task()
4703 client->mappings->setObject( map); in is_io_connect_map_memory_into_task()
4752 iter = OSCollectionIterator::withCollection(mappings); in removeMappingForDescriptor()
4757 mappings->removeObject(map); in removeMappingForDescriptor()
4803 if (client->mappings) { in is_io_connect_unmap_memory_from_task()
4804 client->mappings->removeObject( map); in is_io_connect_unmap_memory_from_task()