Home | History | Annotate | Download | only in src

Lines Matching defs:rc

1481 	int rc = -1;
1510 rc = 0;
1531 rc = 0;
1535 return rc;
2245 int rc = -1;
2248 rc = ocontext_copy_selinux(state);
2251 rc = ocontext_copy_xen(state);
2257 return rc;
3236 int rc;
3253 rc = expand_avtab_insert(expa, &newkey, d);
3254 if (rc)
3267 rc = expand_avtab_insert(expa, &newkey, d);
3268 if (rc)
3283 rc = expand_avtab_insert(expa, &newkey, d);
3284 if (rc)
3366 int rc;
3383 rc = expand_cond_insert(newl, expa, &newkey, d);
3384 if (rc)
3397 rc = expand_cond_insert(newl, expa, &newkey, d);
3398 if (rc)
3413 rc = expand_cond_insert(newl, expa, &newkey, d);
3414 if (rc)
3427 int rc;
3437 rc = expand_cond_av_node(p, node, newl, expa);
3438 if (rc)
3439 return rc;