Home
last modified time | relevance | path

Searched refs:pkt_hash (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c1858 hash_obj_t *pkt_hash; in get_checksum_crc() local
1874 pkt_hash != NULL; pkt_hash = pkt_hash->u.pkt_obj->next) { in get_checksum_crc()
2275 hash_obj_t *pkt_hash; in fru_update_payload() local
2391 hash_obj_t *pkt_hash; in fru_append_packet() local
2464 free(pkt_hash); in fru_append_packet()
2562 hash_obj_t *pkt_hash; in free_packet_object() local
2575 pkt_hash = pkt_hash->u.pkt_obj->next; in free_packet_object()
2584 hash_table[(pkt_hash->obj_hdl % TABLE_SIZE)] = pkt_hash->next; in free_packet_object()
2589 pkt_hash->prev->next = pkt_hash->next; in free_packet_object()
2591 pkt_hash->next->prev = pkt_hash->prev; in free_packet_object()
[all …]
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c741 hash_obj_t *pkt_hash; in get_checksum_crc() local
756 for (pkt_hash = seg_hash->u.seg_obj->pkt_obj_list; pkt_hash != NULL; in get_checksum_crc()
757 pkt_hash = pkt_hash->u.pkt_obj->next) { in get_checksum_crc()
758 (void) memcpy(buffer + offset, &pkt_hash->u.pkt_obj->tag, in get_checksum_crc()
759 pkt_hash->u.pkt_obj->tag_size); in get_checksum_crc()
760 offset += pkt_hash->u.pkt_obj->tag_size; in get_checksum_crc()
761 (void) memcpy(buffer + offset, pkt_hash->u.pkt_obj->payload, in get_checksum_crc()
762 pkt_hash->u.pkt_obj->paylen); in get_checksum_crc()
763 offset += pkt_hash->u.pkt_obj->paylen; in get_checksum_crc()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c635 hash_obj_t *pkt_hash; in frudata_delete_segment() local
753 pkt_hash = seg_hash->u.seg_node->packet_list; in frudata_delete_segment()
754 if (pkt_hash == NULL) { in frudata_delete_segment()
761 pkt_hash->u.pkt_node->pkt_handle = in frudata_delete_segment()
763 pkt_hash = pkt_hash->u.pkt_node->next; in frudata_delete_segment()
1276 hash_obj_t *pkt_hash; in frudata_add_packet() local
1355 pkt_hash = hash_obj->u.seg_node->packet_list; in frudata_add_packet()
1356 if (pkt_hash == NULL) { in frudata_add_packet()
1362 pkt_hash->u.pkt_node->pkt_handle = pkt_buf[cnt].handle; in frudata_add_packet()
1363 pkt_hash = pkt_hash->u.pkt_node->next; in frudata_add_packet()