Searched defs:cont_hash_obj (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c972 hash_obj_t *cont_hash_obj; local
996 cont_hash_obj = get_container_hash_object(SEGMENT_TYPE,
999 if (cont_hash_obj == NULL) {
1093 hash_obj_t *cont_hash_obj; local
1099 cont_hash_obj = create_container_hash_object();
1100 if (cont_hash_obj == NULL) {
1104 add_hashobject_to_hashtable(cont_hash_obj);
1106 (void) strncpy(cont_hash_obj->u.cont_obj->device_pathname, "unknown",
1107 sizeof (cont_hash_obj->u.cont_obj->device_pathname));
1128 cont_hash_obj
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c760 hash_obj_t *cont_hash_obj; local
803 cont_hash_obj = create_container_hash_object();
804 if (cont_hash_obj == NULL) {
808 add_hashobject_to_hashtable(cont_hash_obj);
810 (void) strlcpy(cont_hash_obj->u.cont_obj->device_pathname, devpath,
819 cont_hash_obj->u.cont_obj->num_of_section = cont_info.num_sections;
820 cont_hash_obj->u.cont_obj->sec_obj_list = NULL;
844 add_to_sec_object_list(cont_hash_obj, sec_hash_obj);
846 return (cont_hash_obj->obj_hdl);
1961 hash_obj_t *cont_hash_obj; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c769 hash_obj_t *cont_hash_obj; local
812 cont_hash_obj = create_container_hash_object();
813 if (cont_hash_obj == NULL) {
817 add_hashobject_to_hashtable(cont_hash_obj);
819 (void) strlcpy(cont_hash_obj->u.cont_obj->device_pathname, devpath,
867 cont_hash_obj->u.cont_obj->num_of_section = cont_info.num_sections;
868 cont_hash_obj->u.cont_obj->sec_obj_list = NULL;
891 add_to_sec_object_list(cont_hash_obj, sec_hash_obj);
893 return (cont_hash_obj->obj_hdl);
2079 hash_obj_t *cont_hash_obj; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c425 initialize_ipmi_container(picl_nodehdl_t fru, hash_obj_t *cont_hash_obj) argument
431 format = cont_hash_obj->u.cont_obj->format;
437 cont_hash_obj->u.cont_obj->num_of_section = 1;
438 cont_hash_obj->u.cont_obj->sec_obj_list = NULL;
455 add_to_sec_object_list(cont_hash_obj, sec_hash_obj);
493 hash_obj_t *cont_hash_obj; local
501 cont_hash_obj = lookup_handle_object((handle_t)fruh, CONTAINER_TYPE);
502 if (cont_hash_obj == NULL) {
507 if (initialize_ipmi_container(fruh, cont_hash_obj) != 0) {
510 return (cont_hash_obj
517 hash_obj_t *cont_hash_obj; local
1273 hash_obj_t *cont_hash_obj; local
2302 hash_obj_t *cont_hash_obj; local
3059 hash_obj_t *cont_hash_obj; local
[all...]

Completed in 2748 milliseconds