Searched defs:IPMI_SDR_HDR_SZ (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_sdr.c82 #define IPMI_SDR_HDR_SZ offsetof(ipmi_sdr_t, is_record) macro
461 uint8_t offset = IPMI_SDR_HDR_SZ, count = 0, chunksz = 16, sdr_sz;
483 req.ic_gs_len = IPMI_SDR_HDR_SZ;
501 if ((buf = ipmi_zalloc(ihp, sdr_sz + IPMI_SDR_HDR_SZ)) == NULL) {
505 (void) memcpy(buf, (void *)sdr, IPMI_SDR_HDR_SZ);

Completed in 16 milliseconds