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

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c433 packet_node_t *pkt_node; local
436 pkt_node = malloc(sizeof (packet_node_t));
437 if (pkt_node == NULL) {
444 free(pkt_node);
449 pkt_node->pkt_handle = packet->handle;
450 pkt_node->next = NULL;
454 hash_obj->u.pkt_node = pkt_node;
517 next_hash->u.pkt_node->next != NULL;
518 next_hash = next_hash->u.pkt_node
[all...]
H A Dfru_data_impl.h101 packet_node_t *pkt_node; /* packet */ member in union:hash_obj::__anon1139

Completed in 73 milliseconds