Searched refs:packet_hash_obj (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/libfru/libfruraw/ |
H A D | raw_access.c | 1071 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()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | libfruaccess.c | 685 hash_obj_t *packet_hash_obj; in ipmi_fru_get_payload() local 693 packet_hash_obj = lookup_handle_object(packet, PACKET_TYPE); in ipmi_fru_get_payload() 694 if (packet_hash_obj == NULL) { in ipmi_fru_get_payload() 698 (void) memcpy(buffer, &(packet_hash_obj->u.pkt_obj->payload_data), in ipmi_fru_get_payload() 2424 hash_obj_t *packet_hash_obj; in sun_fru_get_payload() local 2427 packet_hash_obj = lookup_handle_object(packet, PACKET_TYPE); in sun_fru_get_payload() 2428 if (packet_hash_obj == NULL) { in sun_fru_get_payload() 2433 if (nbytes != packet_hash_obj->u.pkt_obj->paylen) { in sun_fru_get_payload() 2437 (void) memcpy(buffer, packet_hash_obj->u.pkt_obj->payload, nbytes); in sun_fru_get_payload()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access.c | 2088 hash_obj_t *packet_hash_obj; in fru_get_payload() local 2093 packet_hash_obj = lookup_handle_object(packet, PACKET_TYPE); in fru_get_payload() 2094 if (packet_hash_obj == NULL) { in fru_get_payload() 2098 payload = malloc(packet_hash_obj->u.pkt_obj->paylen); in fru_get_payload() 2105 lookup_handle_object(packet_hash_obj->u.pkt_obj->segment_hdl, in fru_get_payload() 2130 retval = get_payload(device_fd, packet_hash_obj, payload); in fru_get_payload() 2139 if (nbytes != packet_hash_obj->u.pkt_obj->paylen) { in fru_get_payload()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
H A D | fru_access.c | 2236 hash_obj_t *packet_hash_obj; in fru_get_payload() local 2239 packet_hash_obj = lookup_handle_object(packet, PACKET_TYPE); in fru_get_payload() 2240 if (packet_hash_obj == NULL) { in fru_get_payload() 2245 if (nbytes != packet_hash_obj->u.pkt_obj->paylen) { in fru_get_payload() 2249 (void) memcpy(buffer, packet_hash_obj->u.pkt_obj->payload, nbytes); in fru_get_payload()
|