Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libfru/libfruraw/
H A Draw_access.c935 hash_obj_t *hash_object; in fru_get_num_sections() local
937 hash_object = lookup_handle_object(container, CONTAINER_TYPE); in fru_get_num_sections()
938 if (hash_object == NULL) { in fru_get_num_sections()
942 return (hash_object->u.cont_obj->num_of_section); in fru_get_num_sections()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c891 hash_obj_t *hash_object; in fru_get_num_sections() local
893 hash_object = lookup_handle_object(container, CONTAINER_TYPE); in fru_get_num_sections()
894 if (hash_object == NULL) { in fru_get_num_sections()
898 return (hash_object->u.cont_obj->num_of_section); in fru_get_num_sections()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c938 hash_obj_t *hash_object; in fru_get_num_sections() local
940 hash_object = lookup_handle_object(container, CONTAINER_TYPE); in fru_get_num_sections()
941 if (hash_object == NULL) { in fru_get_num_sections()
945 return (hash_object->u.cont_obj->num_of_section); in fru_get_num_sections()
/titanic_44/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c1356 hash_obj_t *hash_object; in sun_fru_get_num_sections() local
1358 hash_object = lookup_handle_object(container, CONTAINER_TYPE); in sun_fru_get_num_sections()
1359 if (hash_object == NULL) { in sun_fru_get_num_sections()
1363 return (hash_object->u.cont_obj->num_of_section); in sun_fru_get_num_sections()