/titanic_41/usr/src/uts/sun4u/lw8/sys/ |
H A D | sgfru.h | 100 } packet_t; typedef 126 packet_t packet; /* packet info */ 142 packet_t packet; /* packet info */
|
H A D | sgfru_mbox.h | 338 fru_info_t *fru, packet_t *packp); 343 static caddr_t sgfru_packet_unpad(const fru_info_t *fru, const packet_t *packp,
|
H A D | sgfru_priv.h | 146 const frup_info_t *frup, const packet_t *packp);
|
/titanic_41/usr/src/lib/libfru/libfruraw/ |
H A D | fru_access.h | 76 packet_t; typedef 97 int fru_get_packets(segment_hdl_t segment, packet_t *packet, 103 int fru_append_packet(segment_hdl_t segment, packet_t *packet,
|
H A D | fruraw.c | 628 packet_t *packets = NULL; in frt_for_each_packet()
|
H A D | raw_access.c | 1033 fru_get_packets(segment_hdl_t segment, packet_t *packet, int maxpackets, in fru_get_packets()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
H A D | fru_access.h | 78 packet_t; typedef 99 int fru_get_packets(segment_hdl_t segment, packet_t *packet, 105 int fru_append_packet(segment_hdl_t segment, packet_t *packet,
|
H A D | fru_access.c | 2184 fru_get_packets(segment_hdl_t segment, packet_t *packet, int maxpackets, in fru_get_packets() 2382 fru_append_packet(segment_hdl_t segment, packet_t *packet, const void *payload, in fru_append_packet()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/ |
H A D | libfruaccess.c | 72 int fru_get_packets(segment_hdl_t segment, packet_t *packet, 76 int fru_append_packet(segment_hdl_t segment, packet_t *packet, 343 fru_get_packets(segment_hdl_t segment, packet_t *packet, int max_packets, in fru_get_packets() 409 fru_append_packet(segment_hdl_t segment, packet_t *packet, const void *payload, in fru_append_packet()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/frudata/ |
H A D | fru_data.c | 66 packet_t *, container_tbl_t *); 430 alloc_packet_node_object(picl_nodehdl_t nodehdl, packet_t *packet) in alloc_packet_node_object() 632 packet_t *pkt_buf; in frudata_delete_segment() 740 pkt_buf = alloca(sizeof (packet_t) * num_of_pkt); in frudata_delete_segment() 975 packet_t *packet; in frudata_delete_packet() 1072 packet = alloca(sizeof (packet_t) * num_of_pkt); in frudata_delete_packet() 1109 add_row_to_table(hash_obj_t *seg_obj, picl_nodehdl_t tblhdl, packet_t *pkt, in add_row_to_table() 1203 packet_t *packet; in frudata_read_packet() 1228 packet = alloca(sizeof (packet_t) * num_of_pkt); in frudata_read_packet() 1273 packet_t packet; in frudata_add_packet() [all …]
|
/titanic_41/usr/src/uts/sun4u/lw8/io/ |
H A D | sgfru.c | 856 packet_t *packp; in sgfru_getpackets() 880 ssize = (size_t)(max_cnt * sizeof (packet_t)); in sgfru_getpackets() 881 packp = (packet_t *)kmem_zalloc(ssize, KM_SLEEP); in sgfru_getpackets() 961 addr = (caddr_t)(iargp->argp + sizeof (packet_t)); in sgfru_appendpacket() 1654 const packet_t *packp) in sgfru_copyout_packets() 1658 size_t size = (size_t)(frup->fru_cnt * sizeof (packet_t)); in sgfru_copyout_packets() 1808 packet_t *packp) in sgfru_packet_pad() 1811 packet_t *pp; in sgfru_packet_pad() 1870 sgfru_packet_unpad(const fru_info_t *fru, const packet_t *packp, caddr_t datap) in sgfru_packet_unpad()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | libfruaccess.c | 75 static int sun_fru_get_packets(segment_hdl_t, packet_t *, 81 static int sun_fru_append_packet(segment_hdl_t, packet_t *, 103 static int ipmi_fru_get_packets(segment_hdl_t, packet_t *, 109 static int ipmi_fru_append_packet(segment_hdl_t, packet_t *, 132 int (* get_packets)(segment_hdl_t, packet_t *, 138 int (* append_packet)(segment_hdl_t, packet_t *, 622 ipmi_fru_get_packets(segment_hdl_t segment, packet_t *packet, in ipmi_fru_get_packets() 742 ipmi_fru_append_packet(segment_hdl_t segment, packet_t *packet, in ipmi_fru_append_packet() 2373 sun_fru_get_packets(segment_hdl_t segment, packet_t *packet, int maxpackets, in sun_fru_get_packets() 2575 sun_fru_append_packet(segment_hdl_t segment, packet_t *packet, in sun_fru_append_packet() [all …]
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access.c | 2034 fru_get_packets(segment_hdl_t segment, packet_t *packet, int maxpackets, in fru_get_packets() 2279 fru_append_packet(segment_hdl_t segment, packet_t *packet, const void *payload, in fru_append_packet()
|