struct zx_iob_discipline

Defined at line 33 of file ../../zircon/system/public/zircon/syscalls/iob.h

An IOBuffer (memory access) discipline specifies the layout of a region's

memory and manner in which it should be directly accessed. Each discipline

defines a container of sorts backed by the region's memory. These container

interfaces are also mirrored in discipline-specific syscalls that permit

indirect, kernel-mediated access to the region in this manner.

Public Members

zx_iob_discipline_type_t type

Records