Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Draw_access.c1033 fru_get_packets(segment_hdl_t segment, packet_t *packet, int maxpackets, in fru_get_packets() argument
1046 if (seg_hash_obj->u.seg_obj->num_of_packets != maxpackets) { in fru_get_packets()
1055 for (count = 0; count < maxpackets; count++, packet++) { in fru_get_packets()
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c2182 fru_get_packets(segment_hdl_t segment, packet_t *packet, int maxpackets, in fru_get_packets() argument
2195 if (seg_hash_obj->u.seg_obj->num_of_packets != maxpackets) { in fru_get_packets()
2204 for (count = 0; count < maxpackets; count++, packet++) { in fru_get_packets()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dipsecah.c210 IP_ACQUIRE_STAT(ipss, maxpackets, ipsacq_maxpackets); in ah_kstat_init()