Home
last modified time | relevance | path

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

/titanic_41/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()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/
H A Dfru_access.c2034 fru_get_packets(segment_hdl_t segment, packet_t *packet, int maxpackets, in fru_get_packets() argument
2047 if (seg_hash_obj->u.seg_obj->num_of_packets != maxpackets) { in fru_get_packets()
2056 for (count = 0; count < maxpackets; count++, packet++) { in fru_get_packets()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dfru_access.c2184 fru_get_packets(segment_hdl_t segment, packet_t *packet, int maxpackets, in fru_get_packets() argument
2197 if (seg_hash_obj->u.seg_obj->num_of_packets != maxpackets) { in fru_get_packets()
2206 for (count = 0; count < maxpackets; count++, packet++) { in fru_get_packets()
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/
H A Dlibfruaccess.c2373 sun_fru_get_packets(segment_hdl_t segment, packet_t *packet, int maxpackets, in sun_fru_get_packets() argument
2386 if (seg_hash_obj->u.seg_obj->num_of_packets != maxpackets) { in sun_fru_get_packets()
2395 for (count = 0; count < maxpackets; count++, packet++) { in sun_fru_get_packets()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dipsecah.c222 IP_ACQUIRE_STAT(ipss, maxpackets, ipsacq_maxpackets); in ah_kstat_init()