Searched refs:cont_hash_obj (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | libfruaccess.c | 425 initialize_ipmi_container(picl_nodehdl_t fru, hash_obj_t *cont_hash_obj) in initialize_ipmi_container() argument 431 format = cont_hash_obj->u.cont_obj->format; in initialize_ipmi_container() 437 cont_hash_obj->u.cont_obj->num_of_section = 1; in initialize_ipmi_container() 438 cont_hash_obj->u.cont_obj->sec_obj_list = NULL; in initialize_ipmi_container() 455 add_to_sec_object_list(cont_hash_obj, sec_hash_obj); in initialize_ipmi_container() 493 hash_obj_t *cont_hash_obj; in ipmi_fru_open_container() local 501 cont_hash_obj = lookup_handle_object((handle_t)fruh, CONTAINER_TYPE); in ipmi_fru_open_container() 502 if (cont_hash_obj == NULL) { in ipmi_fru_open_container() 507 if (initialize_ipmi_container(fruh, cont_hash_obj) != 0) { in ipmi_fru_open_container() 510 return (cont_hash_obj->obj_hdl); in ipmi_fru_open_container() [all …]
|
/titanic_41/usr/src/lib/libfru/libfruraw/ |
H A D | raw_access.c | 972 hash_obj_t *cont_hash_obj; in fru_get_num_packets() local 996 cont_hash_obj = get_container_hash_object(SEGMENT_TYPE, in fru_get_num_packets() 999 if (cont_hash_obj == NULL) { in fru_get_num_packets() 1093 hash_obj_t *cont_hash_obj; in open_raw_data() local 1099 cont_hash_obj = create_container_hash_object(); in open_raw_data() 1100 if (cont_hash_obj == NULL) { in open_raw_data() 1104 add_hashobject_to_hashtable(cont_hash_obj); in open_raw_data() 1106 (void) strncpy(cont_hash_obj->u.cont_obj->device_pathname, "unknown", in open_raw_data() 1107 sizeof (cont_hash_obj->u.cont_obj->device_pathname)); in open_raw_data() 1128 cont_hash_obj->u.cont_obj->num_of_section = cont_info.num_sections; in open_raw_data() [all …]
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access.c | 760 hash_obj_t *cont_hash_obj; in fru_open_container() local 803 cont_hash_obj = create_container_hash_object(); in fru_open_container() 804 if (cont_hash_obj == NULL) { in fru_open_container() 808 add_hashobject_to_hashtable(cont_hash_obj); in fru_open_container() 810 (void) strlcpy(cont_hash_obj->u.cont_obj->device_pathname, devpath, in fru_open_container() 819 cont_hash_obj->u.cont_obj->num_of_section = cont_info.num_sections; in fru_open_container() 820 cont_hash_obj->u.cont_obj->sec_obj_list = NULL; in fru_open_container() 844 add_to_sec_object_list(cont_hash_obj, sec_hash_obj); in fru_open_container() 846 return (cont_hash_obj->obj_hdl); in fru_open_container() 1961 hash_obj_t *cont_hash_obj; in fru_get_num_packets() local [all …]
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
H A D | fru_access.c | 769 hash_obj_t *cont_hash_obj; in fru_open_container() local 812 cont_hash_obj = create_container_hash_object(); in fru_open_container() 813 if (cont_hash_obj == NULL) { in fru_open_container() 817 add_hashobject_to_hashtable(cont_hash_obj); in fru_open_container() 819 (void) strlcpy(cont_hash_obj->u.cont_obj->device_pathname, devpath, in fru_open_container() 867 cont_hash_obj->u.cont_obj->num_of_section = cont_info.num_sections; in fru_open_container() 868 cont_hash_obj->u.cont_obj->sec_obj_list = NULL; in fru_open_container() 891 add_to_sec_object_list(cont_hash_obj, sec_hash_obj); in fru_open_container() 893 return (cont_hash_obj->obj_hdl); in fru_open_container() 2079 hash_obj_t *cont_hash_obj; in fru_get_num_packets() local [all …]
|