Searched refs:maxpackets (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libfru/libfruraw/ |
H A D | raw_access.c | 1033 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 D | fru_access.c | 2034 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 D | fru_access.c | 2184 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 D | libfruaccess.c | 2373 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 D | ipsecah.c | 222 IP_ACQUIRE_STAT(ipss, maxpackets, ipsacq_maxpackets); in ah_kstat_init()
|