class VmarMapsInfoWriter

Defined at line 40 of file ../../zircon/kernel/object/include/object/diagnostics.h

Similar to VmoInfoWriter, but for zx_info_maps_t

Public Methods

void VmarMapsInfoWriter ()

Defined at line 42 of file ../../zircon/kernel/object/include/object/diagnostics.h

zx_status_t Write (const zx_info_maps_t & vmo, size_t offset)

Writes a single zx_info_maps_t at the given element offset. Return values are same as

user_ptr::copy_to_user

UserCopyCaptureFaultsResult WriteCaptureFaults (const zx_info_maps_t & vmo, size_t offset)

Same as Write, except is the no faulting variant and returns the complete capture result type.

void AddOffset (size_t offset)

Increases the base offset such that Writes to offset 0 write to this offset.

void ~VmarMapsInfoWriter ()

Defined at line 43 of file ../../zircon/kernel/object/include/object/diagnostics.h