Home
last modified time | relevance | path

Searched refs:pktcnt (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_ixl_comp.c318 uint32_t pktcnt; in hci1394_parse_ixl() local
400 pktcnt = 0; in hci1394_parse_ixl()
405 if ((pktcnt == 0) || ((pktsize * pktcnt) != in hci1394_parse_ixl()
533 pktcnt = 0; in hci1394_parse_ixl()
537 if ((pktcnt == 0) || ((pktsize * pktcnt) != in hci1394_parse_ixl()
1366 uint32_t pktcnt; in hci1394_bld_recv_buf_ppb_desc() local
1415 for (ii = 0; ii < pktcnt; ii++) { in hci1394_bld_recv_buf_ppb_desc()
1418 if (ii == (pktcnt - 1)) { in hci1394_bld_recv_buf_ppb_desc()
1638 uint32_t pktcnt; in hci1394_bld_xmit_buf_desc() local
1695 for (ii = 0; ii < pktcnt; ii++) { in hci1394_bld_xmit_buf_desc()
[all …]
/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c798 int pktcnt = 0; in get_packets() local
890 pktcnt++; in get_packets()
914 return (pktcnt); in get_packets()
928 return (pktcnt); in get_packets()
969 int pktcnt; in fru_get_num_packets() local
1020 pktcnt = get_packets(seg_hash, g_raw, offset, length); in fru_get_num_packets()
1021 if (pktcnt == -1) { in fru_get_num_packets()
1026 segment_object->num_of_packets = pktcnt; in fru_get_num_packets()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c1901 int pktcnt = 0; in get_dev_or_buffered_packets() local
1991 pktcnt++; in get_dev_or_buffered_packets()
2042 return (pktcnt); in get_dev_or_buffered_packets()
2074 int pktcnt; in fru_get_num_packets() local
2127 pktcnt = get_packets(seg_hash, device_fd, offset, length); in fru_get_num_packets()
2144 pktcnt = get_buffered_packets(seg_hash, seg_buf, in fru_get_num_packets()
2153 if (pktcnt == -1) { in fru_get_num_packets()
2158 segment_object->num_of_packets = pktcnt; in fru_get_num_packets()
/illumos-gate/usr/src/uts/common/netinet/
H A Dip_mroute.h149 uint_t pktcnt; member
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c452 req->pktcnt = rt->mfc_pkt_cnt; in get_sg_cnt()
457 req->pktcnt = req->bytecnt = req->wrong_if = 0xffffffffU; in get_sg_cnt()