Searched defs:sec_obj (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfru_access_impl.h189 section_obj_t *sec_obj; member in union:hash_obj::__anon3265
H A Draw_access.c122 section_obj_t *sec_obj; local
124 sec_obj = malloc(sizeof (section_obj_t));
125 if (sec_obj == NULL) {
131 free(sec_obj);
135 sec_obj->next = NULL;
136 sec_obj->seg_obj_list = NULL;
138 hash_obj->u.sec_obj = sec_obj;
224 hash_obj = lookup_handle_object(hash_obj->u.sec_obj->cont_hdl,
299 seg_hash = sec_hash->u.sec_obj
516 section_obj_t *sec_obj; local
601 section_obj_t *sec_obj; local
950 section_obj_t *sec_obj; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access_impl.h191 section_obj_t *sec_obj; member in union:hash_obj::__anon1093
H A Dfru_access.c115 section_obj_t *sec_obj; local
117 sec_obj = malloc(sizeof (section_obj_t));
118 if (sec_obj == NULL) {
124 free(sec_obj);
128 sec_obj->next = NULL;
129 sec_obj->seg_obj_list = NULL;
131 hash_obj->u.sec_obj = sec_obj;
226 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl;
233 next_hash->u.sec_obj
914 section_obj_t *sec_obj; local
1116 section_obj_t *sec_obj; local
1155 section_obj_t *sec_obj; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access_impl.h195 section_obj_t *sec_obj; member in union:hash_obj::__anon1161
H A Dfru_access.c114 section_obj_t *sec_obj; local
116 sec_obj = malloc(sizeof (section_obj_t));
117 if (sec_obj == NULL) {
123 free(sec_obj);
127 sec_obj->next = NULL;
128 sec_obj->seg_obj_list = NULL;
130 hash_obj->u.sec_obj = sec_obj;
225 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl;
232 next_hash->u.sec_obj
961 section_obj_t *sec_obj; local
1188 section_obj_t *sec_obj; local
1227 section_obj_t *sec_obj; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c1390 create_segment_node(hash_obj_t *sec_obj, picl_nodehdl_t sec_node, argument
1516 add_to_segment_list(sec_obj, hash_obj);
2394 free_hash_objects(hash_obj_t *sec_obj) argument
2398 while (sec_obj != NULL) {
2399 free_segment_hash_object(sec_obj->u.sec_node->segment_list);
2400 tmp_obj = sec_obj->u.sec_node->next;
2401 free(sec_obj->u.sec_node);
2402 free(sec_obj);
2403 sec_obj = tmp_obj;
2418 hash_obj_t *sec_obj; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dfru_access_impl.h247 section_obj_t *sec_obj; member in union:hash_obj::__anon1224
H A Dlibfruaccess.c254 section_obj_t *sec_obj; local
256 sec_obj = malloc(sizeof (section_obj_t));
257 if (sec_obj == NULL) {
263 free(sec_obj);
267 sec_obj->next = NULL;
268 sec_obj->seg_obj_list = NULL;
270 hash_obj->u.sec_obj = sec_obj;
363 child_obj->u.sec_obj->cont_hdl = parent_obj->obj_hdl;
370 next_hash->u.sec_obj
1379 section_obj_t *sec_obj; local
1552 section_obj_t *sec_obj; local
1590 section_obj_t *sec_obj; local
[all...]

Completed in 80 milliseconds