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

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfruraw.c256 section_t *sects = NULL; local
266 sects = malloc(sizeof (*sects) * (num_section));
267 if (sects == NULL) {
271 acc_err = fru_get_sections(cont, sects, num_section, NULL);
273 free(sects);
280 if ((err = add_segs_for_section(&(sects[i]), &rc_list))
283 free(sects);
430 section_t *sects; local
444 sects
505 section_t *sects; local
[all...]
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgfru.c559 frup_info_t sects; local
564 if (sgfru_copyin_frup(iargp, &sects) != 0) {
568 max_cnt = sects.fru_cnt;
578 if ((ret = sgfru_mbox(iargp->cmd, datap, size, &sects.fru_info))
589 if ((ret = sgfru_section_pad(datap, max_cnt, &sects.fru_info, sectp))
599 if (sgfru_copyout_fru(iargp, &sects.fru_info) != 0) {
604 if (sgfru_copyout_sections(iargp, &sects, sectp) != 0) {

Completed in 93 milliseconds