Home
last modified time | relevance | path

Searched refs:packet_hash_obj (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c1071 hash_obj_t *packet_hash_obj; in fru_get_payload() local
1074 packet_hash_obj = lookup_handle_object(packet, PACKET_TYPE); in fru_get_payload()
1075 if (packet_hash_obj == NULL) { in fru_get_payload()
1080 if (nbytes != packet_hash_obj->u.pkt_obj->paylen) { in fru_get_payload()
1084 (void) memcpy(buffer, packet_hash_obj->u.pkt_obj->payload, nbytes); in fru_get_payload()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c2234 hash_obj_t *packet_hash_obj; in fru_get_payload() local
2237 packet_hash_obj = lookup_handle_object(packet, PACKET_TYPE); in fru_get_payload()
2238 if (packet_hash_obj == NULL) { in fru_get_payload()
2243 if (nbytes != packet_hash_obj->u.pkt_obj->paylen) { in fru_get_payload()
2247 (void) memcpy(buffer, packet_hash_obj->u.pkt_obj->payload, nbytes); in fru_get_payload()