Home
last modified time | relevance | path

Searched defs:hash_obj (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data_impl.h94 typedef struct hash_obj { struct
103 struct hash_obj *next; argument
104 struct hash_obj *prev; argument
111 hash_obj_t *hash_obj; member
H A Dfru_data.c264 add_nodeobject_to_hashtable(hash_obj_t *hash_obj, container_tbl_t *cont_tbl) in add_nodeobject_to_hashtable()
315 hash_obj_t *hash_obj; in alloc_container_node_object() local
356 hash_obj_t *hash_obj; in alloc_section_node_object() local
393 hash_obj_t *hash_obj; in alloc_segment_node_object() local
432 hash_obj_t *hash_obj; in alloc_packet_node_object() local
529 free_packet_list(hash_obj_t *hash_obj, container_tbl_t *cont_tbl) in free_packet_list()
563 free_segment_node(hash_obj_t *hash_obj, picl_nodehdl_t nodehdl, in free_segment_node()
636 hash_obj_t *hash_obj; in frudata_delete_segment() local
796 hash_obj_t *hash_obj; in frudata_read_payload() local
842 hash_obj_t *hash_obj; in frudata_write_payload() local
[all …]
/titanic_50/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c225 hash_obj_t *hash_obj; in create_container_hash_object() local
253 hash_obj_t *hash_obj; in create_section_hash_object() local
282 hash_obj_t *hash_obj; in create_segment_hash_object() local
311 hash_obj_t *hash_obj; in create_packet_hash_object() local
337 add_hashobject_to_hashtable(hash_obj_t *hash_obj, int object_type) in add_hashobject_to_hashtable()
760 free_pkt_object_list(hash_obj_t *hash_obj) in free_pkt_object_list()
834 hash_obj_t *hash_obj; in ipmi_fru_close_container() local
928 hash_obj_t *hash_obj; in get_container_hash_object() local
2741 hash_obj_t *hash_obj; in adjust_packets() local
2968 hash_obj_t *hash_obj; in sun_fru_close_container() local
[all …]
H A Dfru_access_impl.h242 typedef struct hash_obj { struct
251 struct hash_obj *next; argument
252 struct hash_obj *prev; argument
/titanic_50/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access_impl.h190 typedef struct hash_obj { struct
199 struct hash_obj *next; argument
200 struct hash_obj *prev; argument
H A Dfru_access.c84 hash_obj_t *hash_obj; in create_container_hash_object() local
113 hash_obj_t *hash_obj; in create_section_hash_object() local
143 hash_obj_t *hash_obj; in create_segment_hash_object() local
173 hash_obj_t *hash_obj; in create_packet_hash_object() local
200 add_hashobject_to_hashtable(hash_obj_t *hash_obj) in add_hashobject_to_hashtable()
301 hash_obj_t *hash_obj; in get_container_hash_object() local
1476 free_pkt_object_list(hash_obj_t *hash_obj) in free_pkt_object_list()
2754 hash_obj_t *hash_obj; in fru_close_container() local
/titanic_50/usr/src/cmd/sgs/crle/common/
H A D_crle.h56 struct hash_obj { struct
57 Half o_flags; /* object identification */
58 Hash_tbl *o_tbl; /* its dev/inode table */
59 char *o_alter; /* any alternate path */
60 Word o_calter; /* and its conf offset */
61 char *o_path; /* the objects real path */
62 Lword o_info; /* information for cache */
/titanic_50/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access_impl.h186 typedef struct hash_obj { struct
195 struct hash_obj *next; argument
196 struct hash_obj *prev; argument
H A Dfru_access.c85 hash_obj_t *hash_obj; in create_container_hash_object() local
114 hash_obj_t *hash_obj; in create_section_hash_object() local
144 hash_obj_t *hash_obj; in create_segment_hash_object() local
174 hash_obj_t *hash_obj; in create_packet_hash_object() local
201 add_hashobject_to_hashtable(hash_obj_t *hash_obj) in add_hashobject_to_hashtable()
302 hash_obj_t *hash_obj; in get_container_hash_object() local
1404 free_pkt_object_list(hash_obj_t *hash_obj) in free_pkt_object_list()
2659 hash_obj_t *hash_obj; in fru_close_container() local
/titanic_50/usr/src/lib/libfru/libfruraw/
H A Dfru_access_impl.h184 typedef struct hash_obj { struct
193 struct hash_obj *next; argument
194 struct hash_obj *prev; argument
H A Draw_access.c71 add_hashobject_to_hashtable(hash_obj_t *hash_obj) in add_hashobject_to_hashtable()
93 hash_obj_t *hash_obj; in create_container_hash_object() local
121 hash_obj_t *hash_obj; in create_section_hash_object() local
150 hash_obj_t *hash_obj; in create_segment_hash_object() local
179 hash_obj_t *hash_obj; in create_packet_hash_object() local
208 hash_obj_t *hash_obj; in get_container_hash_object() local
261 free_pkt_object_list(hash_obj_t *hash_obj) in free_pkt_object_list()
1160 hash_obj_t *hash_obj; in fru_close_container() local
/titanic_50/usr/src/lib/libpicltree/
H A Dptree_impl.h94 #define hash_obj u.data macro