Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c936 hash_obj_t *hash_object; in fru_get_num_sections() local
938 hash_object = lookup_handle_object(container, CONTAINER_TYPE); in fru_get_num_sections()
939 if (hash_object == NULL) { in fru_get_num_sections()
943 return (hash_object->u.cont_obj->num_of_section); in fru_get_num_sections()