ZwOpenPartition

NTSTATUS __stdcall ZwOpenPartition(VOID **PartitionHandle, UINT64 DesiredAccess, _OBJECT_ATTRIBUTES *ObjectAttributes){
  NTSTATUS result; 

  _disable();
  __readeflags();
  KiServiceInternal();
  return result;
}

Referenced by:

IopLiveDumpAllocateFromVMMemoryPartition