Searched refs:masterDevicePort (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibProtocol.c358 mach_port_t masterDevicePort; local
401 status = IOMasterPort(bootstrap_port, & masterDevicePort) ;
407 masterDevicePort,
478 mach_port_t masterDevicePort; local
488 status = IOMasterPort(bootstrap_port, &masterDevicePort) ;
490 notifyPort = IONotificationPortCreate(masterDevicePort);
H A DIOFireWireAVCLibUnit.cpp574 mach_port_t masterDevicePort; local
583 status = IOMasterPort(bootstrap_port, &masterDevicePort) ;
585 notifyPort = IONotificationPortCreate(masterDevicePort);
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DDVLib.c1118 mach_port_t masterDevicePort; local
1144 if ((err = IOMasterPort(bootstrap_port, &masterDevicePort)) != KERN_SUCCESS) {
1161 dvThread->fNotifyPort = IONotificationPortCreate(masterDevicePort);

Completed in 85 milliseconds