Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_sdr.c86 #define IPMI_SDR_HDR_SZ offsetof(ipmi_sdr_t, is_record) macro
480 uint8_t offset = IPMI_SDR_HDR_SZ, count = 0, chunksz = 16, sdr_sz; in ipmi_sdr_get()
502 req.ic_gs_len = IPMI_SDR_HDR_SZ; in ipmi_sdr_get()
520 if ((buf = ipmi_zalloc(ihp, sdr_sz + IPMI_SDR_HDR_SZ)) == NULL) { in ipmi_sdr_get()
524 (void) memcpy(buf, (void *)sdr, IPMI_SDR_HDR_SZ); in ipmi_sdr_get()