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

/darwin-on-arm/xnu/iokit/Kernel/
H A DRootDomainUserClient.h76 virtual IOReturn clientMemoryForType( UInt32 type, IOOptionBits *options, IOMemoryDescriptor **memory);
H A DRootDomainUserClient.cpp223 IOReturn RootDomainUserClient::clientMemoryForType( function in class:RootDomainUserClient
H A DIOUserClient.cpp1134 IOReturn IOUserClient::clientMemoryForType( UInt32 type, function in class:IOUserClient
1163 err = clientMemoryForType( (UInt32) type, &options, &memory );
2769 err = client->clientMemoryForType( (UInt32) memory_type, &options, &memory );
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOUserClient.h308 virtual IOReturn clientMemoryForType( UInt32 type,
325 Remove the first mapping created from the memory descriptor returned by clientMemoryForType() from IOUserClient's list of mappings. If such a mapping exists, it is retained and the reference currently held by IOUserClient is returned to the caller.
326 @param memory The memory descriptor instance previously returned by the implementation of clientMemoryForType().

Completed in 74 milliseconds