Searched refs:clientMemoryForType (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215/iokit/Tests/TestServices/ |
| H A D | TestIOConnectMapMemoryPortLeak45265408.h | 27 …virtual IOReturn clientMemoryForType(UInt32 type, IOOptionBits *flags, IOMemoryDescriptor **memory…
|
| H A D | TestIOConnectMapMemoryPortLeak45265408.cpp | 61 TestIOConnectMapMemoryPortLeak45265408UserClient::clientMemoryForType(UInt32 type, IOOptionBits *fl… in clientMemoryForType() function in TestIOConnectMapMemoryPortLeak45265408UserClient
|
| /xnu-11215/iokit/IOKit/ |
| H A D | IOUserClient.h | 411 virtual IOReturn clientMemoryForType( UInt32 type, 415 IOReturn clientMemoryForType( UInt32 type,
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOUserClient.cpp | 2002 IOUserClient::clientMemoryForType( UInt32 type, in clientMemoryForType() function in IOUserClient 2010 IOUserClient::clientMemoryForType( UInt32 type, in clientMemoryForType() function in IOUserClient 2015 IOReturn result = clientMemoryForType(type, options, &memoryRaw); in clientMemoryForType() 2044 err = clientMemoryForType((UInt32) type, &options, &memory ); in mapClientMemory64() 4793 err = client->clientMemoryForType((UInt32) memory_type, &options, &memory ); in is_io_connect_unmap_memory_from_task()
|
| H A D | IOUserServer.cpp | 178 virtual IOReturn clientMemoryForType(UInt32 type, 6205 IOUserUserClient::clientMemoryForType(UInt32 type, in clientMemoryForType() function in IOUserUserClient
|