Home
last modified time | relevance | path

Searched refs:clientMemoryForType (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/iokit/Tests/TestServices/
H A DTestIOConnectMapMemoryPortLeak45265408.h27 …virtual IOReturn clientMemoryForType(UInt32 type, IOOptionBits *flags, IOMemoryDescriptor **memory…
H A DTestIOConnectMapMemoryPortLeak45265408.cpp61 TestIOConnectMapMemoryPortLeak45265408UserClient::clientMemoryForType(UInt32 type, IOOptionBits *fl… in clientMemoryForType() function in TestIOConnectMapMemoryPortLeak45265408UserClient
/xnu-11215/iokit/IOKit/
H A DIOUserClient.h411 virtual IOReturn clientMemoryForType( UInt32 type,
415 IOReturn clientMemoryForType( UInt32 type,
/xnu-11215/iokit/Kernel/
H A DIOUserClient.cpp2002 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 DIOUserServer.cpp178 virtual IOReturn clientMemoryForType(UInt32 type,
6205 IOUserUserClient::clientMemoryForType(UInt32 type, in clientMemoryForType() function in IOUserUserClient