We seem to use both `_r' and `_out'. Document both.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Release-Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
like "rc" or "ret". Following the same reasoning the label used as exit
path should be called "out".
+Function arguments which are used to return values to the caller
+should be suffixed `_r' or `_out'.
+
Variables, type names and function names are
lower_case_with_underscores.
Type names and function names use the prefix libxl__ when internal to