Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c1125 hash_obj_t *cont_object; in fru_get_sections() local
1128 cont_object = lookup_handle_object(container, CONTAINER_TYPE); in fru_get_sections()
1130 if (cont_object == NULL) { in fru_get_sections()
1134 if (cont_object->u.cont_obj->num_of_section > maxsec) { in fru_get_sections()
1138 sec_hash = cont_object->u.cont_obj->sec_obj_list; in fru_get_sections()
1145 open(cont_object->u.cont_obj->device_pathname, O_RDONLY); in fru_get_sections()
1155 for (count = 0; count < cont_object->u.cont_obj->num_of_section; in fru_get_sections()