Searched refs:seg_obj (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c151 segment_obj_t *seg_obj; local
153 seg_obj = malloc(sizeof (segment_obj_t));
154 if (seg_obj == NULL) {
160 free(seg_obj);
164 seg_obj->next = NULL;
165 seg_obj->pkt_obj_list = NULL;
168 hash_obj->u.seg_obj = seg_obj;
245 if (parent_obj->u.seg_obj->pkt_obj_list == NULL) {
246 parent_obj->u.seg_obj
[all...]
H A Dfru_access_impl.h190 segment_obj_t *seg_obj; member in union:hash_obj::__anon3489
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c283 segment_obj_t *seg_obj; local
285 seg_obj = malloc(sizeof (segment_obj_t));
286 if (seg_obj == NULL) {
292 free(seg_obj);
296 seg_obj->next = NULL;
297 seg_obj->pkt_obj_list = NULL;
300 hash_obj->u.seg_obj = seg_obj;
384 child_obj->u.seg_obj->section_hdl = parent_obj->obj_hdl;
391 next_hash->u.seg_obj
[all...]
H A Dfru_access_impl.h248 segment_obj_t *seg_obj; member in union:hash_obj::__anon1390
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c144 segment_obj_t *seg_obj; local
146 seg_obj = malloc(sizeof (segment_obj_t));
147 if (seg_obj == NULL) {
153 free(seg_obj);
157 seg_obj->next = NULL;
158 seg_obj->pkt_obj_list = NULL;
161 hash_obj->u.seg_obj = seg_obj;
247 child_obj->u.seg_obj->section_hdl = parent_obj->obj_hdl;
254 next_hash->u.seg_obj
[all...]
H A Dfru_access_impl.h196 segment_obj_t *seg_obj; member in union:hash_obj::__anon1327
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c145 segment_obj_t *seg_obj; local
147 seg_obj = malloc(sizeof (segment_obj_t));
148 if (seg_obj == NULL) {
154 free(seg_obj);
158 seg_obj->next = NULL;
159 seg_obj->pkt_obj_list = NULL;
162 hash_obj->u.seg_obj = seg_obj;
248 child_obj->u.seg_obj->section_hdl = parent_obj->obj_hdl;
255 next_hash->u.seg_obj
[all...]
H A Dfru_access_impl.h192 segment_obj_t *seg_obj; member in union:hash_obj::__anon1259
/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c1109 add_row_to_table(hash_obj_t *seg_obj, picl_nodehdl_t tblhdl, packet_t *pkt, argument
1183 add_to_packet_list(seg_obj, hash_obj);
2380 free_segment_hash_object(hash_obj_t *seg_obj) argument
2384 while (seg_obj != NULL) {
2385 free_packet_hash_object(seg_obj->u.seg_node->packet_list);
2386 tmp_obj = seg_obj->u.seg_node->next;
2387 free(seg_obj->u.seg_node);
2388 free(seg_obj);
2389 seg_obj = tmp_obj;

Completed in 126 milliseconds