Searched refs:seg_hash_obj (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | libfruaccess.c | 428 hash_obj_t *seg_hash_obj, *sec_hash_obj, *pkt_hash_obj; in initialize_ipmi_container() local 457 seg_hash_obj = create_segment_hash_object(); in initialize_ipmi_container() 458 if (seg_hash_obj == NULL) { in initialize_ipmi_container() 462 add_hashobject_to_hashtable(seg_hash_obj, SEGMENT_TYPE); in initialize_ipmi_container() 464 seg_hash_obj->u.seg_obj->num_of_packets = 1; in initialize_ipmi_container() 465 seg_hash_obj->u.seg_obj->segment.handle = seg_hash_obj->obj_hdl; in initialize_ipmi_container() 466 (void) strncpy(seg_hash_obj->u.seg_obj->segment.name, in initialize_ipmi_container() 468 sizeof (seg_hash_obj->u.seg_obj->segment.name)); in initialize_ipmi_container() 469 seg_hash_obj->u.seg_obj->segment.descriptor = SD_SEGMENT_DESCRIPTOR; in initialize_ipmi_container() 471 seg_hash_obj->u.seg_obj->segment.length = MANR_SIZE + in initialize_ipmi_container() [all …]
|
/titanic_41/usr/src/lib/libfru/libfruraw/ |
H A D | raw_access.c | 1037 hash_obj_t *seg_hash_obj; in fru_get_packets() local 1041 seg_hash_obj = lookup_handle_object(segment, SEGMENT_TYPE); in fru_get_packets() 1042 if (seg_hash_obj == NULL) { in fru_get_packets() 1046 if (seg_hash_obj->u.seg_obj->num_of_packets != maxpackets) { in fru_get_packets() 1050 pkt_hash_obj = seg_hash_obj->u.seg_obj->pkt_obj_list; in fru_get_packets()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/frudata/ |
H A D | fru_data.c | 976 hash_obj_t *seg_hash_obj; in frudata_delete_packet() local 1040 seg_hash_obj = lookup_node_object(warg->nodeh, SEGMENT_NODE, in frudata_delete_packet() 1042 if (seg_hash_obj == NULL) { in frudata_delete_packet() 1048 free_packet_list(seg_hash_obj, cont_tbl); in frudata_delete_packet() 1057 seg_hash_obj->u.seg_node->segment_hdl = new_seg_acc_hdl; in frudata_delete_packet() 1059 seg_hash_obj->u.seg_node->num_of_pkt = 0; in frudata_delete_packet() 1087 (void) add_row_to_table(seg_hash_obj, tblhdl, packet+count, in frudata_delete_packet() 1091 seg_hash_obj->u.seg_node->num_of_pkt = num_of_pkt; in frudata_delete_packet()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access.c | 2038 hash_obj_t *seg_hash_obj; in fru_get_packets() local 2042 seg_hash_obj = lookup_handle_object(segment, SEGMENT_TYPE); in fru_get_packets() 2043 if (seg_hash_obj == NULL) { in fru_get_packets() 2047 if (seg_hash_obj->u.seg_obj->num_of_packets != maxpackets) { in fru_get_packets() 2051 pkt_hash_obj = seg_hash_obj->u.seg_obj->pkt_obj_list; in fru_get_packets()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
H A D | fru_access.c | 2188 hash_obj_t *seg_hash_obj; in fru_get_packets() local 2192 seg_hash_obj = lookup_handle_object(segment, SEGMENT_TYPE); in fru_get_packets() 2193 if (seg_hash_obj == NULL) { in fru_get_packets() 2197 if (seg_hash_obj->u.seg_obj->num_of_packets != maxpackets) { in fru_get_packets() 2201 pkt_hash_obj = seg_hash_obj->u.seg_obj->pkt_obj_list; in fru_get_packets()
|