Searched refs:packet_list (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data_impl.h76 struct hash_obj *packet_list; member in struct:__anon1302
H A Dfru_data.c411 seg_node->packet_list = NULL;
511 if (parent_obj->u.seg_node->packet_list == NULL) {
512 parent_obj->u.seg_node->packet_list = child_obj;
516 for (next_hash = parent_obj->u.seg_node->packet_list;
535 next_obj = hash_obj->u.seg_node->packet_list;
555 hash_obj->u.seg_node->packet_list = NULL;
753 pkt_hash = seg_hash->u.seg_node->packet_list;
1355 pkt_hash = hash_obj->u.seg_node->packet_list;
2385 free_packet_hash_object(seg_obj->u.seg_node->packet_list);

Completed in 79 milliseconds