Home
last modified time | relevance | path

Searched refs:cont_object (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libfru/libfruraw/
H A Draw_access.c703 hash_obj_t *cont_object; in fru_get_sections() local
706 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()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c533 hash_obj_t *cont_object; in ipmi_fru_get_sections() local
536 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() local
1501 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 …]
/titanic_44/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c1056 hash_obj_t *cont_object; in fru_get_sections() local
1059 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()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c1127 hash_obj_t *cont_object; in fru_get_sections() local
1130 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()