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

/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_sdr.c461 uint8_t offset = IPMI_SDR_HDR_SZ, count = 0, chunksz = 16, sdr_sz; local
499 sdr_sz = sdr->is_length;
501 if ((buf = ipmi_zalloc(ihp, sdr_sz + IPMI_SDR_HDR_SZ)) == NULL) {
512 while (count < sdr_sz) {
514 if (chunksz > (sdr_sz - count))
515 chunksz = sdr_sz - count;

Completed in 436 milliseconds