Searched refs:cont_object (Results 1 – 4 of 4) sorted by relevance
703 hash_obj_t *cont_object; in fru_get_sections() local706 cont_object = lookup_handle_object(container, CONTAINER_TYPE); in fru_get_sections()707 if (cont_object == NULL) { in fru_get_sections()711 if (cont_object->u.cont_obj->num_of_section > maxsec) { in fru_get_sections()715 sec_hash = cont_object->u.cont_obj->sec_obj_list; in fru_get_sections()720 for (count = 0; count < cont_object->u.cont_obj->num_of_section; in fru_get_sections()
533 hash_obj_t *cont_object; in ipmi_fru_get_sections() local536 cont_object = lookup_handle_object((handle_t)container, in ipmi_fru_get_sections()538 if (cont_object == NULL) { in ipmi_fru_get_sections()542 if (cont_object->u.cont_obj->num_of_section > max_sections) { in ipmi_fru_get_sections()545 sec_hash = cont_object->u.cont_obj->sec_obj_list; in ipmi_fru_get_sections()547 for (count = 0; count < cont_object->u.cont_obj->num_of_section && in ipmi_fru_get_sections()1498 hash_obj_t *cont_object; in sun_fru_get_sections() local1501 cont_object = lookup_handle_object(container, CONTAINER_TYPE); in sun_fru_get_sections()1502 if (cont_object == NULL) { in sun_fru_get_sections()1506 if (cont_object->u.cont_obj->num_of_section > maxsec) { in sun_fru_get_sections()[all …]
1056 hash_obj_t *cont_object; in fru_get_sections() local1059 cont_object = lookup_handle_object(container, CONTAINER_TYPE); in fru_get_sections()1060 if (cont_object == NULL) { in fru_get_sections()1064 if (cont_object->u.cont_obj->num_of_section > maxsec) { in fru_get_sections()1068 sec_hash = cont_object->u.cont_obj->sec_obj_list; in fru_get_sections()1074 device_fd = open(cont_object->u.cont_obj->device_pathname, in fru_get_sections()1085 for (count = 0; count < cont_object->u.cont_obj->num_of_section; in fru_get_sections()
1127 hash_obj_t *cont_object; in fru_get_sections() local1130 cont_object = lookup_handle_object(container, CONTAINER_TYPE); in fru_get_sections()1132 if (cont_object == NULL) { in fru_get_sections()1136 if (cont_object->u.cont_obj->num_of_section > maxsec) { in fru_get_sections()1140 sec_hash = cont_object->u.cont_obj->sec_obj_list; in fru_get_sections()1147 open(cont_object->u.cont_obj->device_pathname, O_RDONLY); in fru_get_sections()1157 for (count = 0; count < cont_object->u.cont_obj->num_of_section; in fru_get_sections()