Searched refs:fBroadcastReceiveClient (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/IOFireWireIP-226.2/KernelHeaders/IOKit/
H A DIOFWIPBusInterface.h128 IOFWAsyncStreamListener *fBroadcastReceiveClient; member in class:IOFWIPBusInterface
/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFWIPBusInterface.cpp112 if(fBroadcastReceiveClient != NULL)
114 fBroadcastReceiveClient->TurnOffNotification();
115 fControl->removeAsyncStreamListener(fBroadcastReceiveClient);
118 fBroadcastReceiveClient = NULL;
330 fBroadcastReceiveClient = fControl->createAsyncStreamListener( 0x1f, rxAsyncStream, this );
331 if ( not fBroadcastReceiveClient )
356 fBroadcastReceiveClient->TurnOnNotification();
1913 if(fBroadcastReceiveClient != NULL)
1915 fBroadcastReceiveClient->retain();
1916 mcb->asyncStreamID = (OSObject*)fBroadcastReceiveClient;
[all...]

Completed in 128 milliseconds