Searched defs:FAPI_CONTEXT (Results 1 – 2 of 2) sorted by relevance
968 struct FAPI_CONTEXT { struct969 ESYS_CONTEXT *esys; /**< The ESYS context used internally to talk to971 struct IFAPI_CALLBACKS callbacks; /**< Callbacks for user interaction from FAPI */972 struct IFAPI_IO io;973 struct IFAPI_EVENTLOG eventlog;974 struct IFAPI_KEYSTORE keystore;975 struct IFAPI_POLICY_STORE pstore;976 struct IFAPI_PROFILES profiles;978 enum _FAPI_STATE state; /**< The current state of the command execution */979 enum _FAPI_STATE_PRIMARY primary_state; /**< The current state of the primary regeneration */[all …]
17 typedef struct FAPI_CONTEXT FAPI_CONTEXT; typedef