Searched refs:packets (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/
H A Dlibfruaccess.c346 packets_t packets; local
352 packets.fru_hdl = segment;
353 packets.fru_cnt = max_packets;
354 packets.frus = packet;
355 if (ioctl(fd, SGFRU_GETPACKETS, &packets) != 0) {
358 return (packets.fru_cnt);
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfruraw.c624 packet_t *packets = NULL; local
654 packets = malloc(sizeof (*packets) * (rc_num));
655 if (packets == NULL) {
658 /* get all packets */
659 if (fru_get_packets(node, packets, rc_num, NULL) == -1) {
660 free(packets);
667 get_payload_length((fru_tag_t *)&packets[i].tag);
671 free(packets);
675 (void) fru_get_payload(packets[
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftpsubs.c297 * We return the number of packets we flushed (mostly for reporting
305 int packets; local
309 for (packets = 0; ; packets++) {
327 return (packets);

Completed in 46 milliseconds