Lines Matching full:sdr
32 * Functions to program the SDR repository, from built-in sensors or
61 uint8_t offset; /* offset into SDR */
65 uint8_t data[1]; /* SDR record data */
105 /* actually no SDR to program */ in ipmi_sdr_add_record()
148 /* sdr entry */ in ipmi_sdr_add_record()
234 * Fill the SDR repository from built-in sensors
239 * Get all the SDR records stored in <queue>
300 /* write the SDRs to the destination SDR Repository */ in sdr_copy_to_sdrr()
306 lprintf(LOG_ERR, "Cannot add SDR ID 0x%04x to repository...", sdrr->id); in sdr_copy_to_sdrr()
540 printf("Clearing SDR Repository\n"); in ipmi_sdr_add_from_list()
570 * Fill the SDR repository from records stored in a binary file
618 lprintf(LOG_ERR, "SDR from '%s' truncated", filename); in ipmi_sdr_read_records()
646 /* read the SDR records from file */ in ipmi_sdr_add_from_file()
651 /* FIXME: free sdr list */ in ipmi_sdr_add_from_file()
655 /* write the SDRs to the SDR Repository */ in ipmi_sdr_add_from_file()
660 lprintf(LOG_ERR, "Cannot add SDR ID 0x%04x to repository...", sdrr->id); in ipmi_sdr_add_from_file()