Home
last modified time | relevance | path

Searched refs:num_of_pkt (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/
H A Dfru_data.c629 int num_of_pkt; in frudata_delete_segment() local
735 if (num_of_pkt <= 0) { in frudata_delete_segment()
973 int num_of_pkt; in frudata_delete_packet() local
1062 if (num_of_pkt == -1) { in frudata_delete_packet()
1067 if (num_of_pkt == 0) { in frudata_delete_packet()
1091 seg_hash_obj->u.seg_node->num_of_pkt = num_of_pkt; in frudata_delete_packet()
1202 int num_of_pkt; in frudata_read_packet() local
1217 if (num_of_pkt < 0) { in frudata_read_packet()
1246 hash_obj->u.seg_node->num_of_pkt = num_of_pkt; in frudata_read_packet()
1271 int num_of_pkt; in frudata_add_packet() local
[all …]
H A Dfru_data_impl.h73 int num_of_pkt; /* number of packet */ member