TianoCore EDK2 master
Loading...
Searching...
No Matches
XenStoreErrors Struct Reference

Data Fields

XENSTORE_STATUS Status
 
CONST CHAR8 * ErrorStr
 

Detailed Description

Convert a XenStore error string into an errno number.

Unknown error strings are converted to EINVAL.

Parameters
errorstringThe error string to convert.
Returns
The errno best matching the input string.

Definition at line 700 of file XenStore.c.

Field Documentation

◆ ErrorStr

CONST CHAR8* XenStoreErrors::ErrorStr

Definition at line 702 of file XenStore.c.

◆ Status

XENSTORE_STATUS XenStoreErrors::Status

Definition at line 701 of file XenStore.c.


The documentation for this struct was generated from the following file: