Home
last modified time | relevance | path

Searched refs:hash_obj_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c35 static hash_obj_t *hash_table[TABLE_SIZE];
49 static hash_obj_t *
53 hash_obj_t *first_hash_obj; in lookup_handle_object()
54 hash_obj_t *next_hash_obj; in lookup_handle_object()
71 add_hashobject_to_hashtable(hash_obj_t *hash_obj) in add_hashobject_to_hashtable()
90 static hash_obj_t *
93 hash_obj_t *hash_obj; in create_container_hash_object()
101 hash_obj = malloc(sizeof (hash_obj_t)); in create_container_hash_object()
118 static hash_obj_t *
121 hash_obj_t *hash_obj; in create_section_hash_object()
[all …]
H A Dfru_access_impl.h195 } hash_obj_t; typedef
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c32 static hash_obj_t *hash_table[TABLE_SIZE];
57 static hash_obj_t *
61 hash_obj_t *first_hash_obj; in lookup_handle_object()
62 hash_obj_t *next_hash_obj; in lookup_handle_object()
79 static hash_obj_t *
82 hash_obj_t *hash_obj; in create_container_hash_object()
90 hash_obj = malloc(sizeof (hash_obj_t)); in create_container_hash_object()
108 static hash_obj_t *
111 hash_obj_t *hash_obj; in create_section_hash_object()
119 hash_obj = malloc(sizeof (hash_obj_t)); in create_section_hash_object()
[all …]
H A Dfru_access_impl.h199 } hash_obj_t; typedef
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c65 static int add_row_to_table(hash_obj_t *, picl_nodehdl_t,
211 static hash_obj_t *
216 hash_obj_t *first_hash; in lookup_node_object()
217 hash_obj_t *next_hash; in lookup_node_object()
243 hash_obj_t *hash_ptr; in add_tblobject_to_container_tbl()
264 add_nodeobject_to_hashtable(hash_obj_t *hash_obj, container_tbl_t *cont_tbl) in add_nodeobject_to_hashtable()
267 hash_obj_t *hash_table; in add_nodeobject_to_hashtable()
292 cont_tbl->hash_obj = malloc(sizeof (hash_obj_t[TABLE_SIZE])); in alloc_container_table()
312 static hash_obj_t *
315 hash_obj_t *hash_obj; in alloc_container_node_object()
[all …]
H A Dfru_data_impl.h103 } hash_obj_t; typedef
109 hash_obj_t *hash_obj;