Home | History | Annotate | Download | only in src

Lines Matching refs:rc

329 	int rc;
339 rc = next_entry(&buf[offset], file, read_len);
340 if (rc < 0)
359 int rc;
367 rc = next_entry(buf, file, sizeof(uint32_t) * 3);
368 if (rc < 0) {
400 rc = next_entry(buf, file, sizeof(uint32_t) * nsec);
401 if (rc < 0) {
446 int rc;
471 rc = next_entry(buf, file, sizeof(uint32_t));
472 if (rc < 0) {
594 rc = policydb_read(&mod->policy->p, file, verbose);
595 if (rc < 0) {
634 int rc;
661 rc
662 if (rc < 0) {
733 rc = next_entry(id, file, len);
735 if (rc < 0) {
742 rc = next_entry(buf, file, sizeof(uint32_t) * 5);
743 if (rc < 0) {
765 rc = next_entry(buf, file, sizeof(uint32_t));
766 if (rc < 0) {
778 rc = next_entry(*name, file, len);
779 if (rc < 0) {
786 rc = next_entry(buf, file, sizeof(uint32_t));
787 if (rc < 0) {
799 rc = next_entry(*version, file, len);
800 if (rc < 0) {