Home
last modified time | relevance | path

Searched refs:getCompProp (Results 1 – 1 of 1) sorted by relevance

/openbmc/ipmitool/lib/
H A Dipmi_hpmfwupg.c299 struct HpmfwupgGetComponentPropertiesCtx getCompProp; in HpmfwupgTargetCheck() local
335 getCompProp.req.componentId = componentId; in HpmfwupgTargetCheck()
336 getCompProp.req.selector = HPMFWUPG_COMP_GEN_PROPERTIES; in HpmfwupgTargetCheck()
337 rc = HpmfwupgGetComponentProperties(intf, &getCompProp); in HpmfwupgTargetCheck()
343 gVersionInfo[componentId].rollbackSupported = getCompProp.resp.Response. in HpmfwupgTargetCheck()
345 gVersionInfo[componentId].coldResetRequired = getCompProp.resp.Response. in HpmfwupgTargetCheck()
347 gVersionInfo[componentId].deferredActivationSupported = getCompProp.resp.Response. in HpmfwupgTargetCheck()
349 getCompProp.req.selector = HPMFWUPG_COMP_DESCRIPTION_STRING; in HpmfwupgTargetCheck()
350 rc = HpmfwupgGetComponentProperties(intf, &getCompProp); in HpmfwupgTargetCheck()
358 getCompProp.resp.Response.descStringResp.descString, in HpmfwupgTargetCheck()
[all …]