Home
last modified time | relevance | path

Searched refs:packet_t (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/lw8/sys/
H A Dsgfru.h100 } packet_t; typedef
126 packet_t packet; /* packet info */
142 packet_t packet; /* packet info */
H A Dsgfru_mbox.h338 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 Dsgfru_priv.h146 const frup_info_t *frup, const packet_t *packp);
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfru_access.h76 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 Dfruraw.c631 packet_t *packets = NULL; in frt_for_each_packet()
H A Draw_access.c1033 fru_get_packets(segment_hdl_t segment, packet_t *packet, int maxpackets, in fru_get_packets()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.h76 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 Dfru_access.c2182 fru_get_packets(segment_hdl_t segment, packet_t *packet, int maxpackets, in fru_get_packets()
2380 fru_append_packet(segment_hdl_t segment, packet_t *packet, const void *payload, in fru_append_packet()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/
H A Dlibfruaccess.c70 int fru_get_packets(segment_hdl_t segment, packet_t *packet,
74 int fru_append_packet(segment_hdl_t segment, packet_t *packet,
341 fru_get_packets(segment_hdl_t segment, packet_t *packet, int max_packets, in fru_get_packets()
407 fru_append_packet(segment_hdl_t segment, packet_t *packet, const void *payload, in fru_append_packet()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c66 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()
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()
1274 packet_t *pkt_buf; in frudata_add_packet()
[all …]
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dsgfru.c856 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()