Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c803 hash_obj_t *pkt_hash_obj; in get_packets() local
857 if (pkt_hash_obj == NULL) { in get_packets()
863 free(pkt_hash_obj); in get_packets()
873 free(pkt_hash_obj->u.pkt_obj->payload); in get_packets()
874 free(pkt_hash_obj); in get_packets()
881 pkt_hash_obj->u.pkt_obj->paylen = paylen; in get_packets()
1038 hash_obj_t *pkt_hash_obj; in fru_get_packets() local
1051 if (pkt_hash_obj == NULL) { in fru_get_packets()
1056 packet->handle = pkt_hash_obj->obj_hdl; in fru_get_packets()
1059 pkt_hash_obj->u.pkt_obj->tag_size); in fru_get_packets()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c1906 hash_obj_t *pkt_hash_obj; in get_dev_or_buffered_packets() local
1952 if (pkt_hash_obj == NULL) { in get_dev_or_buffered_packets()
1958 free(pkt_hash_obj); in get_dev_or_buffered_packets()
1974 free(pkt_hash_obj->u.pkt_obj->payload); in get_dev_or_buffered_packets()
1975 free(pkt_hash_obj); in get_dev_or_buffered_packets()
1982 pkt_hash_obj->u.pkt_obj->paylen = paylen; in get_dev_or_buffered_packets()
2187 hash_obj_t *pkt_hash_obj; in fru_get_packets() local
2200 if (pkt_hash_obj == NULL) { in fru_get_packets()
2205 packet->handle = pkt_hash_obj->obj_hdl; in fru_get_packets()
2208 pkt_hash_obj->u.pkt_obj->tag_size); in fru_get_packets()
[all …]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c977 hash_obj_t *pkt_hash_obj; in frudata_delete_packet() local
996 pkt_hash_obj = lookup_node_object(rowproph, PACKET_NODE, cont_tbl); in frudata_delete_packet()
997 if (pkt_hash_obj == NULL) { in frudata_delete_packet()
1003 tag = pkt_hash_obj->u.pkt_node->tag.raw_data; in frudata_delete_packet()
1012 retval = fru_delete_packet(pkt_hash_obj->u.pkt_node->pkt_handle, in frudata_delete_packet()