Searched refs:m_IoRead (Results 1 – 2 of 2) sorted by relevance
432 m_IoRead.Method = pConfig->EvtIoRead; in Initialize()727 m_IoRead.SetCallbackLockPtr(m_CallbackLockPtr); in ConfigureConstraints()744 m_IoRead.SetCallbackLockPtr(NULL); in ConfigureConstraints()3215 if ((majorFunction == IRP_MJ_READ) && m_IoRead.Method) { in DispatchRequestToDriver()3247 m_IoRead.Invoke( in DispatchRequestToDriver()6214 if(m_IoRead.Method == NULL) { in IsIoEventHandlerRegistered()
490 FxIoQueueIoRead m_IoRead; member in FxIoQueue