Searched defs:maxpackets (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libfru/libfruraw/ |
H A D | raw_access.c | 1033 fru_get_packets(segment_hdl_t segment, packet_t *packet, int maxpackets, argument 1046 if (seg_hash_obj->u.seg_obj->num_of_packets != maxpackets) { 1055 for (count = 0; count < maxpackets; count++, packet++) {
|
/illumos-gate/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, argument 2047 if (seg_hash_obj->u.seg_obj->num_of_packets != maxpackets) { 2056 for (count = 0; count < maxpackets; count++, packet++) {
|
/illumos-gate/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, argument 2197 if (seg_hash_obj->u.seg_obj->num_of_packets != maxpackets) { 2206 for (count = 0; count < maxpackets; count++, packet++) {
|
/illumos-gate/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, argument 2386 if (seg_hash_obj->u.seg_obj->num_of_packets != maxpackets) { 2395 for (count = 0; count < maxpackets; count++, packet++) {
|
Completed in 78 milliseconds