Searched refs:rc_num (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libfru/libfruraw/
H A Dfruraw.c620 int rc_num; local
631 rc_num = fru_get_num_packets(node, NULL);
632 if (rc_num == -1) {
634 } else if (rc_num == 0) {
654 packets = malloc(sizeof (*packets) * (rc_num));
659 if (fru_get_packets(node, packets, rc_num, NULL) == -1) {
665 for (i = 0; i < rc_num; i++) {
/illumos-gate/usr/src/lib/libnsl/ipsec/
H A Dalgs.c196 int rc_num = 0, key_increment; local
265 rc_num++;
267 sizeof (ipsec_proto_t) * rc_num);
271 new_proto += (rc_num - 1);
569 *num = rc_num;
580 _clean_trash(rc, rc_num);
/illumos-gate/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c740 unsigned int rc_num = 0; local
757 *number = rc_num;
776 if (rc_num >= total_tags) {
782 (void *)&(rc_tags[rc_num++]),
793 *number = rc_num;
/illumos-gate/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c752 unsigned int rc_num = 0; local
769 *number = rc_num;
788 if (rc_num >= total_tags) {
794 (void *)&(rc_tags[rc_num++]),
805 *number = rc_num;

Completed in 63 milliseconds