Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dipmi_fwum.c542 struct ipm_devid_rsp *pGetDevId; in KfwumGetDeviceInfo() local
560 pGetDevId = (struct ipm_devid_rsp *)rsp->data; in KfwumGetDeviceInfo()
561 pBoardInfo->iana = IPM_DEV_MANUFACTURER_ID(pGetDevId->manufacturer_id); in KfwumGetDeviceInfo()
562 pBoardInfo->boardId = buf2short(pGetDevId->product_id); in KfwumGetDeviceInfo()
571 pGetDevId->fw_rev1, pGetDevId->fw_rev2 >> 4, in KfwumGetDeviceInfo()
572 pGetDevId->fw_rev2 & 0x0f); in KfwumGetDeviceInfo()
575 printf(" SDR %u", pGetDevId->aux_fw_rev[0]); in KfwumGetDeviceInfo()
H A Dipmi_hpmfwupg.c94 struct ipm_devid_rsp *pGetDevId);
1424 HpmfwupgGetDeviceId(struct ipmi_intf *intf, struct ipm_devid_rsp *pGetDevId) in HpmfwupgGetDeviceId() argument
1444 memcpy(pGetDevId, rsp->data, sizeof(struct ipm_devid_rsp)); in HpmfwupgGetDeviceId()