Home
last modified time | relevance | path

Searched refs:setOwnership (Results 1 – 6 of 6) sorted by relevance

/xnu-11215/iokit/Kernel/
H A DIOSubMemoryDescriptor.cpp156 IOSubMemoryDescriptor::setOwnership( task_t newOwner, in setOwnership() function in IOSubMemoryDescriptor
166 err = _parent->setOwnership( newOwner, newLedgerTag, newLedgerOptions ); in setOwnership()
H A DIOMultiMemoryDescriptor.cpp394 IOMultiMemoryDescriptor::setOwnership( task_t newOwner, in setOwnership() function in IOMultiMemoryDescriptor
406 err = _descriptors[index]->setOwnership(newOwner, newLedgerTag, newLedgerOptions); in setOwnership()
H A DIOMemoryDescriptor.cpp3725 IOGeneralMemoryDescriptor::setOwnership( task_t newOwner, in setOwnership() function in IOGeneralMemoryDescriptor
3741 err = super::setOwnership(newOwner, newLedgerTag, newLedgerOptions); in setOwnership()
3750 IOMemoryDescriptor::setOwnership( task_t newOwner, in setOwnership() function in IOMemoryDescriptor
3774 err = smd->setOwnership(newOwner, newLedgerTag, newLedgerOptions); in setOwnership()
3776 err = mmd->setOwnership(newOwner, newLedgerTag, newLedgerOptions); in setOwnership()
/xnu-11215/iokit/IOKit/
H A DIOMultiMemoryDescriptor.h112 IOReturn setOwnership(task_t newOwner, int newLedgerTag, IOOptionBits newOptions);
H A DIOSubMemoryDescriptor.h98 IOReturn setOwnership( task_t newOwner,
H A DIOMemoryDescriptor.h377 IOReturn setOwnership( task_t newOwner,
1236 IOReturn setOwnership( task_t newOwner,