Module doors::illumos::door_h

source ·
Expand description

Unsafe Declarations for the illumos Doors API

This module merely re-exports the subset of the illumos doors api that we need for this project. It makes no attempt at safety or ergonomics. Insofar as possible, all of the definitions and item descriptions provided here are verbatim Rust imports of the definitions provided in door.h.

If you are not already accustomed to working with doors in C, check out the excellent revolving-doors tutorial.

Structs

Constants

Functions

  • Invoke a function in another process.
  • Turns a function into a file descriptor.
  • Return information associated with a door descriptor
  • The inverse of door_call - return data and control to the calling process.
  • Revoke access to a door.

Type Definitions

Unions