Searched refs:releaseIRMResourcesOnFree (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireIRMAllocation.h49 Boolean releaseIRMResourcesOnFree = true,
H A DIOFireWireIRM.cpp341 Boolean releaseIRMResourcesOnFree,
358 fReleaseIRMResourcesOnFree = releaseIRMResourcesOnFree;
340 init( IOFireWireController * control, Boolean releaseIRMResourcesOnFree, AllocationLostNotificationProc allocationLostProc, void *pLostProcRefCon) argument
H A DIOFireWireUserClient.h698 IOReturn irmAllocation_Create(Boolean releaseIRMResourcesOnFree, UserObjectHandle* outIRMAllocationHandle);
H A DIOFireWireController.h974 IOFireWireIRMAllocation *createIRMAllocation(Boolean releaseIRMResourcesOnFree = true,
H A DIOFireWireUserClient.cpp4407 IOFireWireUserClient::irmAllocation_Create(Boolean releaseIRMResourcesOnFree, UserObjectHandle* outIRMAllocationHandle) argument
4425 if (!irmAllocation->init(getOwner()->getController(), releaseIRMResourcesOnFree, UserIRMAllocationLostNotification, pUserIRMAllocationParams))
H A DIOFireWireController.cpp6685 IOFireWireIRMAllocation * IOFireWireController::createIRMAllocation(Boolean releaseIRMResourcesOnFree, argument
6694 if( !pIRMAllocation->init(this,releaseIRMResourcesOnFree,allocationLostProc,pLostNotificationProcRefCon))
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibDevice.h398 IOFireWireLibIRMAllocationRef CreateIRMAllocation(Boolean releaseIRMResourcesOnFree,
830 Boolean releaseIRMResourcesOnFree,
H A DIOFireWireLibDevice.cpp1727 IOFireWireLibIRMAllocationRef Device::CreateIRMAllocation(Boolean releaseIRMResourcesOnFree, argument
1740 const uint64_t inputs[1] = {releaseIRMResourcesOnFree};
2708 Boolean releaseIRMResourcesOnFree,
2713 return IOFireWireIUnknown::InterfaceMap<DeviceCOM>::GetThis(self)->CreateIRMAllocation(releaseIRMResourcesOnFree,
2707 S_CreateIRMAllocation( IOFireWireLibDeviceRef self, Boolean releaseIRMResourcesOnFree, IOFireWireLibIRMAllocationLostNotificationProc callback, void *pLostNotificationProcRefCon, REFIID iid) argument
H A DIOFireWireLib.h1820 @param releaseIRMResourcesOnFree Specify whether or not the IRM resources shall be released when the IOFireWireLibIRMAllocation is destroyed. Can be overrided later.
1829 Boolean releaseIRMResourcesOnFree,
2076 @abstract Set a new value for releaseIRMResourcesOnFree
2078 @param doRelease The new value for releaseIRMResourcesOnFree. */

Completed in 175 milliseconds