Home | History | Annotate | Download | only in src

Lines Matching refs:rc

574 	int rc;
581 rc = next_entry(buf, fp, sizeof(uint32_t) * 3);
582 if (rc < 0)
596 rc = next_entry(key, fp, len);
597 if (rc < 0)
603 rc = next_entry(buf, fp, sizeof(uint32_t));
604 if (rc < 0)
715 int rc;
722 rc = next_entry(buf, fp, sizeof(uint32_t));
723 if (rc < 0)
736 rc = avtab_read_item(fp, p->policyvers, &p->te_cond_avtab,
738 if (rc)
739 return rc;
766 int len, i, rc;
769 rc = next_entry(buf, fp, sizeof(uint32_t));
770 if (rc < 0)
776 rc = next_entry(buf, fp, sizeof(uint32_t));
777 if (rc < 0)
784 rc = next_entry(buf, fp, sizeof(uint32_t) * 2);
785 if (rc < 0)
825 rc = next_entry(buf, fp, sizeof(uint32_t));
826 if (rc < 0)
842 int i, len, rc;
844 rc = next_entry(buf, fp, sizeof(uint32_t));
845 if (rc < 0)
850 rc = avtab_alloc(&p->te_cond_avtab, p->te_avtab.nel);
851 if (rc)