Searched defs:hash_obj (Results 1 – 12 of 12) sorted by relevance
94 typedef struct hash_obj { struct103 struct hash_obj *next; argument104 struct hash_obj *prev; argument111 hash_obj_t *hash_obj; member
264 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() local356 hash_obj_t *hash_obj; in alloc_section_node_object() local393 hash_obj_t *hash_obj; in alloc_segment_node_object() local432 hash_obj_t *hash_obj; in alloc_packet_node_object() local529 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() local796 hash_obj_t *hash_obj; in frudata_read_payload() local842 hash_obj_t *hash_obj; in frudata_write_payload() local[all …]
225 hash_obj_t *hash_obj; in create_container_hash_object() local253 hash_obj_t *hash_obj; in create_section_hash_object() local282 hash_obj_t *hash_obj; in create_segment_hash_object() local311 hash_obj_t *hash_obj; in create_packet_hash_object() local337 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() local928 hash_obj_t *hash_obj; in get_container_hash_object() local2741 hash_obj_t *hash_obj; in adjust_packets() local2968 hash_obj_t *hash_obj; in sun_fru_close_container() local[all …]
242 typedef struct hash_obj { struct251 struct hash_obj *next; argument252 struct hash_obj *prev; argument
190 typedef struct hash_obj { struct199 struct hash_obj *next; argument200 struct hash_obj *prev; argument
84 hash_obj_t *hash_obj; in create_container_hash_object() local113 hash_obj_t *hash_obj; in create_section_hash_object() local143 hash_obj_t *hash_obj; in create_segment_hash_object() local173 hash_obj_t *hash_obj; in create_packet_hash_object() local200 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() local1476 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
56 struct hash_obj { struct57 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 */
186 typedef struct hash_obj { struct195 struct hash_obj *next; argument196 struct hash_obj *prev; argument
85 hash_obj_t *hash_obj; in create_container_hash_object() local114 hash_obj_t *hash_obj; in create_section_hash_object() local144 hash_obj_t *hash_obj; in create_segment_hash_object() local174 hash_obj_t *hash_obj; in create_packet_hash_object() local201 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() local1404 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
184 typedef struct hash_obj { struct193 struct hash_obj *next; argument194 struct hash_obj *prev; argument
71 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() local121 hash_obj_t *hash_obj; in create_section_hash_object() local150 hash_obj_t *hash_obj; in create_segment_hash_object() local179 hash_obj_t *hash_obj; in create_packet_hash_object() local208 hash_obj_t *hash_obj; in get_container_hash_object() local261 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
94 #define hash_obj u.data macro