Searched refs:IPMI_SDR_HDR_SZ (Results 1 – 1 of 1) sorted by relevance
82 #define IPMI_SDR_HDR_SZ offsetof(ipmi_sdr_t, is_record) macro461 uint8_t offset = IPMI_SDR_HDR_SZ, count = 0, chunksz = 16, sdr_sz; in ipmi_sdr_get()483 req.ic_gs_len = IPMI_SDR_HDR_SZ; in ipmi_sdr_get()501 if ((buf = ipmi_zalloc(ihp, sdr_sz + IPMI_SDR_HDR_SZ)) == NULL) { in ipmi_sdr_get()505 (void) memcpy(buf, (void *)sdr, IPMI_SDR_HDR_SZ); in ipmi_sdr_get()