| 50 | } |
| 51 | |
| 52 | void _IoCompleteRequest( |
| 53 | PIRP irp, |
| 54 | CCHAR priority_boost |
| 55 | ) { |
| 56 | IoCompleteRequest(irp, priority_boost); |
| 57 | } |
| 58 | |
| 59 | ULONG _MmGetMdlByteCount(PMDL mdl) { |
| 60 | return MmGetMdlByteCount(mdl); |
nothing calls this directly
no outgoing calls
no test coverage detected