IopMarkPagesForDeviceNode

NTSTATUS __stdcall IopMarkPagesForDeviceNode(_MM_KERNEL_DUMP_CONTEXT *Context, UINT64 a2){
  NTSTATUS result; 

  result = MmAddRangeToCrashDump(Context, (VOID *)a2, 0x58ui64);
  if( result >= 0 )
  {
    result = MmAddRangeToCrashDump(Context, *(VOID **)(a2 + 48), *(unsigned __int16 *)(a2 + 40) + 2i64);
    if( result >= 0 )
      return MmAddRangeToCrashDump(Context, *(VOID **)(a2 + 64), *(unsigned __int16 *)(a2 + 56) + 2i64);
  }
  return result;
}

Referenced by:

IopAddLiveDumpPagesToPartialKernelDump