Searched defs:num_of_pkt (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data_impl.h75 int num_of_pkt; /* number of packet */ member in struct:__anon1136
H A Dfru_data.c413 seg_node->num_of_pkt = -1;
629 int num_of_pkt; local
733 num_of_pkt = fru_get_num_packets(seg_buffer[count].handle,
735 if (num_of_pkt <= 0) {
740 pkt_buf = alloca(sizeof (packet_t) * num_of_pkt);
747 num_of_pkt, &warg->cred);
760 for (pkt_cnt = 0; pkt_cnt < num_of_pkt; pkt_cnt++) {
973 int num_of_pkt; local
1059 seg_hash_obj->u.seg_node->num_of_pkt = 0;
1061 num_of_pkt
1202 int num_of_pkt; local
1271 int num_of_pkt; local
[all...]

Completed in 74 milliseconds