Lines Matching defs:sid
1236 struct cil_sid *sid = item->data;
1237 if (sid->ordered == CIL_TRUE) {
1238 cil_log(CIL_ERR, "SID %s has already been merged into the ordered list\n", sid->datum.name);
1241 sid->ordered = CIL_TRUE;
1544 cil_log(CIL_ERR, "Failed to resolve sid %s in sidorder\n", (char *)curr->data);
1548 cil_log(CIL_ERR, "%s is not a sid. Only sids are allowed in sidorder statements\n", datum->name);
2291 struct cil_sid *sid = NULL;
2299 sid = (struct cil_sid*)sid_datum;
2314 if (sid->context != NULL) {
2315 cil_log(CIL_ERR, "sid's cannot be associated with more than one context\n");
2320 sid->context = sidcon->context;