package mirage-xen

  1. Overview
  2. Docs

Module Xen.GntrefSource

Sourcetype t

Type of a grant table index (an integer), called a grant reference in Xen's terminology.

Sourceval of_string : string -> (t, [> `Msg of string ]) result

of_string x parses x as a 32-bit unsigned decimal.

Sourceval to_string : t -> string

to_string x is x formatted as a 32-bit unsigned decimal.

Sourceval pp : t Fmt.t
Sourceval to_int32 : t -> Int32.t
Sourceval of_int32 : Int32.t -> t
OCaml

Innovation. Community. Security.