Searched refs:pkt_hash (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c626 hash_obj_t *pkt_hash; local
638 pkt_hash = seg_object->u.seg_obj->pkt_obj_list;
641 pkt_hash != NULL; count++, packet++) {
643 packet->handle = pkt_hash->obj_hdl;
644 (void) memcpy(&packet->tag, &pkt_hash->u.pkt_obj->tag, 4);
645 pkt_hash = pkt_hash->u.pkt_obj->next;
657 hash_obj_t *pkt_hash; local
669 pkt_hash = seg_hash->u.seg_obj->pkt_obj_list;
671 if (pkt_hash
2123 hash_obj_t *pkt_hash; local
2466 hash_obj_t *pkt_hash; local
2587 hash_obj_t *pkt_hash; local
2777 hash_obj_t *pkt_hash; local
2839 hash_obj_t *pkt_hash; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c1860 hash_obj_t *pkt_hash; local
1875 for (pkt_hash = seg_hash->u.seg_obj->pkt_obj_list;
1876 pkt_hash != NULL; pkt_hash = pkt_hash->u.pkt_obj->next) {
1877 (void) memcpy(buffer + offset, &pkt_hash->u.pkt_obj->tag,
1878 pkt_hash->u.pkt_obj->tag_size);
1879 offset += pkt_hash->u.pkt_obj->tag_size;
1880 (void) memcpy(buffer + offset, pkt_hash->u.pkt_obj->payload,
1881 pkt_hash
2277 hash_obj_t *pkt_hash; local
2393 hash_obj_t *pkt_hash; local
2564 hash_obj_t *pkt_hash; local
2627 hash_obj_t *pkt_hash; local
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c1791 hash_obj_t *pkt_hash; local
1806 for (pkt_hash = seg_hash->u.seg_obj->pkt_obj_list; pkt_hash != NULL;
1807 pkt_hash = pkt_hash->u.pkt_obj->next) {
1808 (void) memcpy(buffer + offset, &pkt_hash->u.pkt_obj->tag,
1809 pkt_hash->u.pkt_obj->tag_size);
1810 offset += pkt_hash->u.pkt_obj->tag_size;
1813 payload = malloc(pkt_hash->u.pkt_obj->paylen);
1817 retval = get_payload(device_fd, pkt_hash, payloa
2175 hash_obj_t *pkt_hash; local
2290 hash_obj_t *pkt_hash; local
2469 hash_obj_t *pkt_hash; local
2531 hash_obj_t *pkt_hash; local
[all...]
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c741 hash_obj_t *pkt_hash; local
756 for (pkt_hash = seg_hash->u.seg_obj->pkt_obj_list; pkt_hash != NULL;
757 pkt_hash = pkt_hash->u.pkt_obj->next) {
758 (void) memcpy(buffer + offset, &pkt_hash->u.pkt_obj->tag,
759 pkt_hash->u.pkt_obj->tag_size);
760 offset += pkt_hash->u.pkt_obj->tag_size;
761 (void) memcpy(buffer + offset, pkt_hash->u.pkt_obj->payload,
762 pkt_hash
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c635 hash_obj_t *pkt_hash; local
753 pkt_hash = seg_hash->u.seg_node->packet_list;
754 if (pkt_hash == NULL) {
761 pkt_hash->u.pkt_node->pkt_handle =
763 pkt_hash = pkt_hash->u.pkt_node->next;
1276 hash_obj_t *pkt_hash; local
1355 pkt_hash = hash_obj->u.seg_node->packet_list;
1356 if (pkt_hash == NULL) {
1362 pkt_hash
[all...]

Completed in 79 milliseconds