Crate zircon_object[−][src]
Zircon kernel objects
Feature flags
elf: Enableszircon_object::util::elf_loader.hypervisor: Enableszircon_object::hypervisor(GuestandVcpu).
Modules
| debuglog | Objects for Kernel Debuglog. |
| dev | Objects for Device Drivers. |
| ipc | Objects for IPC. |
| object | Kernel object basis. |
| signal | Objects for signaling and waiting. |
| task | Objects for Task Management. |
| util | Utilities. |
| vm | Objects for Virtual Memory Management. |
Macros
| define_count_helper | Define a pair of kcounter (create, destroy),
and a helper struct |
| impl_kobject | Macro to auto implement |
| kcounter | Define a new KCounter. |
Enums
| ZxError | Zircon statuses are signed 32 bit integers. The space of values is divided as follows: |
Type Definitions
| ZxResult | The type returned by kernel objects methods. |