Searched refs:Device (Results 1 - 25 of 76) sorted by path

1234

/macosx-10.9.5/CPANInternal-140/Sys-Filesystem/lib/Sys/Filesystem/
H A DCygwin.pm114 Device mounted.
H A DMswin32.pm122 Device of the file system.
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DIsochComponentsRef198 Device Status Structure
314 kAlreadyEnabledErr Device control has already been enabled on this device
315 kNotEnabledErr Device control is not enabled
364 kIDHErrDeviceInUse Device has been exclusively opened by another client. Or it has already been
384 Device I/O
489 Device Notification
629 Device Control Component Reference
632 Component Types for Device Control Components
640 Data Types for Device Control Components
656 Device Contro
[all...]
/macosx-10.9.5/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDCFireWireDV.cp26 Contains: Device Control component for DV on Firewire.
394 #pragma mark ���������� Public Device Control Calls ����������
H A DDVFamilyLib.c173 #pragma mark ���������� Device Management ����������
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibAsyncStreamListener.cpp25 Device& userclient,
338 AsyncStreamListenerCOM::AsyncStreamListenerCOM( Device& userclient,
358 AsyncStreamListenerCOM::Alloc( Device& userclient,
H A DIOFireWireLibAsyncStreamListener.h48 class Device ;
59 Device& userclient,
119 Device& mUserClient ;
140 AsyncStreamListenerCOM( Device& userclient,
153 static IUnknownVTbl** Alloc( Device& inUserClient,
H A DIOFireWireLibCommand.cpp186 Cmd::Cmd( const IUnknownVTbl & vtable, Device& userClient, io_object_t device,
844 ReadCmd::ReadCmd( Device& userclient, io_object_t device, const FWAddress& addr, void* buf,
886 Device& userclient,
937 ReadQuadCmd::ReadQuadCmd( Device& userclient,
959 ReadQuadCmd::Alloc( Device& inUserClient, io_object_t device, const FWAddress& addr, UInt32 quads[], UInt32 numQuads,
1094 WriteCmd::WriteCmd( Device& userclient, io_object_t device, const FWAddress& addr, void* buf, UInt32 size,
1107 WriteCmd::Alloc( Device& userclient, io_object_t device, const FWAddress& addr, void* buf, UInt32 size,
1169 PHYCmd::PHYCmd( Device& userclient, UInt32 data1, UInt32 data2,
1184 PHYCmd::Alloc( Device& userclient, UInt32 data1, UInt32 data2,
1252 WriteQuadCmd::WriteQuadCmd( Device
[all...]
H A DIOFireWireLibCommand.h42 class Device ;
47 Cmd( const IUnknownVTbl & vtable, Device & userClient, io_object_t device, const FWAddress & inAddr,
116 Device & mUserClient ;
140 Device& userclient,
153 Device& userclient,
179 Device& userclient,
199 Device& inUserClient,
239 Device& userclient,
250 Device& inUserClient,
277 Device
[all...]
H A DIOFireWireLibConfigDirectory.cpp49 ConfigDirectory::ConfigDirectory( const IUnknownVTbl & interface, Device& userclient, UserObjectHandle inKernConfigDirectoryRef)
57 ConfigDirectory::ConfigDirectory( const IUnknownVTbl & interface, Device& userclient )
514 ConfigDirectoryCOM::ConfigDirectoryCOM( Device& inUserClient, UserObjectHandle inDirRef )
519 ConfigDirectoryCOM::ConfigDirectoryCOM( Device& inUserClient )
529 ConfigDirectoryCOM::Alloc( Device& inUserClient, UserObjectHandle inDirRef )
542 ConfigDirectoryCOM::Alloc(Device& inUserClient)
H A DIOFireWireLibConfigDirectory.h36 class Device ;
43 ConfigDirectory( const IUnknownVTbl & interface, Device& inUserClient, UserObjectHandle inDirRef ) ;
44 ConfigDirectory( const IUnknownVTbl & interface, Device& inUserClient ) ;
144 Device& mUserClient ;
154 ConfigDirectoryCOM(Device& inUserClient) ;
155 ConfigDirectoryCOM(Device& inUserClient, UserObjectHandle inDirRef) ;
163 static IUnknownVTbl** Alloc(Device& inUserClient, UserObjectHandle inDirRef) ;
164 static IUnknownVTbl** Alloc(Device& inUserClient) ;
H A DIOFireWireLibDCLCommandPool.cpp83 TraditionalDCLCommandPool::TraditionalDCLCommandPool( const IUnknownVTbl & interface, Device& inUserClient, IOByteCount inSize )
579 TraditionalDCLCommandPoolCOM::TraditionalDCLCommandPoolCOM( Device& inUserClient, IOByteCount inSize)
590 Device& inUserClient,
H A DIOFireWireLibDCLCommandPool.h40 class Device ;
45 Device& mUserClient ;
57 TraditionalDCLCommandPool( const IUnknownVTbl & interface, Device& inUserClient, IOByteCount inSize ) ;
123 TraditionalDCLCommandPoolCOM( Device& inUserClient, IOByteCount inSize ) ;
135 Device& inUserClient,
H A DIOFireWireLibDevice.cpp32 Device::Device( const IUnknownVTbl & interface, CFDictionaryRef /*propertyTable*/, io_service_t service ) function in class:IOFireWireLib::Device
74 Device::~Device()
126 Device::QueryInterface(REFIID iid, LPVOID* ppv)
188 Device::OpenDefaultConnection()
206 Device::CreateAsyncPorts()
231 Device::CreateIsochAsyncPorts()
254 Device::Open()
270 Device
[all...]
H A DIOFireWireLibDevice.h88 class Device: public IOFireWireIUnknown class in namespace:IOFireWireLib
124 Device( const IUnknownVTbl & interface, CFDictionaryRef propertyTable, io_service_t service ) ;
125 virtual ~Device() ;
442 class DeviceCOM: public Device
635 { return IOFireWireIUnknown::InterfaceMap<Device>::GetThis(self)->GetCycleTime(outCycleTime); }
641 { return IOFireWireIUnknown::InterfaceMap<Device>::GetThis(self)->GetCycleTimeAndUpTime(outCycleTime, outUpTime); }
647 { return IOFireWireIUnknown::InterfaceMap<Device>::GetThis(self)->GetBusCycleTime(outBusTime, outCycleTime); }
652 { return IOFireWireIUnknown::InterfaceMap<Device>::GetThis(self)->GetGenerationAndNodeID(outGeneration, outNodeID); }
656 { return IOFireWireIUnknown::InterfaceMap<Device>::GetThis(self)->GetLocalNodeID(outLocalNodeID); }
660 { return IOFireWireIUnknown::InterfaceMap<Device>
[all...]
H A DIOFireWireLibIRMAllocation.cpp25 Device& userclient,
220 IRMAllocationCOM::IRMAllocationCOM( Device& userclient,
237 IRMAllocationCOM::Alloc(Device& userclient,
H A DIOFireWireLibIRMAllocation.h48 class Device ;
53 Device& userclient,
80 Device& mUserClient ;
92 IRMAllocationCOM( Device& userclient,
103 static IUnknownVTbl** Alloc( Device& inUserClient,
H A DIOFireWireLibIsochChannel.cpp23 IsochChannel::IsochChannel( const IUnknownVTbl & interface, Device& userclient, bool inDoIRM, IOByteCount inPacketSize, IOFWSpeed inPrefSpeed)
485 IsochChannelCOM::IsochChannelCOM( Device& userclient, bool inDoIRM, IOByteCount inPacketSize, IOFWSpeed inPrefSpeed )
499 IsochChannelCOM::Alloc( Device& userclient, Boolean inDoIRM, IOByteCount inPacketSize, IOFWSpeed inPrefSpeed )
H A DIOFireWireLibIsochChannel.h37 class Device ;
45 IsochChannel( const IUnknownVTbl & interface, Device& userclient, bool inDoIRM, IOByteCount inPacketSize, IOFWSpeed inPrefSpeed) ;
72 Device& mUserClient ;
90 IsochChannelCOM( Device& userclient, bool inDoIRM, IOByteCount inPacketSize, IOFWSpeed inPrefSpeed ) ;
97 static IUnknownVTbl** Alloc( Device& inUserClient, Boolean inDoIRM, IOByteCount inPacketSize, IOFWSpeed inPrefSpeed) ;
H A DIOFireWireLibIsochPort.cpp305 IsochPort::IsochPort( const IUnknownVTbl & interface, Device & device, bool talking, bool allocateKernPort )
397 IsochPortCOM::IsochPortCOM( const IUnknownVTbl & interface, Device& userclient, bool talking, bool allocateKernPort )
474 RemoteIsochPort::RemoteIsochPort( const IUnknownVTbl & interface, Device& userclient, bool talking )
591 RemoteIsochPortCOM::RemoteIsochPortCOM( Device& userclient, bool talking )
601 RemoteIsochPortCOM::Alloc( Device& userclient, bool talking )
694 LocalIsochPort::LocalIsochPort( const IUnknownVTbl & interface, Device & userclient, bool talking,
1083 Device::MakeSelectorWithObject( kLocalIsochPort_RunDCLUpdateList_d, port->mKernPortRef ),
1097 Device::MakeSelectorWithObject( kLocalIsochPort_RunNuDCLUpdateList_d, mKernPortRef ),
1512 Device::MakeSelectorWithObject( kLocalIsochPort_Notify_d, mKernPortRef ),
1561 Device
[all...]
H A DIOFireWireLibIsochPort.h41 class Device ;
51 IsochPort( const IUnknownVTbl & interface, Device & userclient,
73 Device & mDevice ;
86 IsochPortCOM( const IUnknownVTbl & interface, Device& inUserClient, bool talking, bool allocateKernPort = true ) ;
124 RemoteIsochPort( const IUnknownVTbl & interface, Device& userclient, bool talking ) ;
168 RemoteIsochPortCOM( Device& userclient, bool talking ) ;
174 static IUnknownVTbl** Alloc( Device& inUserClient, bool inTalking ) ;
228 LocalIsochPort ( const IUnknownVTbl & interface, Device & userClient, bool talking, DCLCommand * dclProgram,
285 LocalIsochPortCOM( Device& userclient, bool inTalking, DCLCommand* inDCLProgram, UInt32 inStartEvent,
293 Device
[all...]
H A DIOFireWireLibNuDCLPool.cpp45 NuDCLPool::NuDCLPool( const IUnknownVTbl & vTable, Device& device, UInt32 capacity )
249 NuDCLPoolCOM::NuDCLPoolCOM( Device& device, UInt32 numDCLs )
259 NuDCLPoolCOM::Alloc( Device& device, UInt32 capacity )
H A DIOFireWireLibNuDCLPool.h43 class Device ;
51 Device & fDevice ;
59 NuDCLPool( const IUnknownVTbl & vTable, Device& device, UInt32 numDCLs ) ;
96 Device & GetDevice() const { return fDevice ; }
110 NuDCLPoolCOM( Device& device, UInt32 numDCLs ) ;
112 static const IUnknownVTbl ** Alloc( Device& device, UInt32 capacity ) ;
H A DIOFireWireLibPHYPacketListener.cpp57 IUnknownVTbl** PHYPacketListener::Alloc( Device& userclient, UInt32 queue_count )
70 PHYPacketListener::PHYPacketListener( Device & userClient, UInt32 queue_count )
H A DIOFireWireLibPHYPacketListener.h31 class Device;
39 Device & mUserClient;
50 PHYPacketListener( Device& userClient, UInt32 queue_count );
54 static IUnknownVTbl** Alloc( Device& userclient, UInt32 queue_count );

Completed in 413 milliseconds

1234