Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 346 of file id_queue.cpp.
Referenced by AtapiCallBack__(), AtapiCheckInterrupt__(), AtapiEnableInterrupts__(), AtapiInterrupt__(), AtapiResetController__(), and AtapiStartIo__().
{ // if(!chan->lun[]->queue_depth) { if(!chan || !chan->cur_req) { return NULL; } return chan->cur_req->Srb; } // end UniataGetCurRequest()