Lines Matching refs:used
73 /* Currently only used for typetransition file names.
74 But could be used for any string that is passed as a parameter.
278 static void cil_type_used(struct cil_symtab_datum *datum, int used)
284 attr->used |= used;
285 if ((attr->used & CIL_ATTR_EXPAND_TRUE) &&
286 (attr->used & CIL_ATTR_EXPAND_FALSE)) {
290 attr->used &= ~CIL_ATTR_EXPAND_TRUE;
321 int used;
342 used = (rule->rule_kind == CIL_AVRULE_NEVERALLOW) ?
344 cil_type_used(src_datum, used); /* src not used if tgt is self */
345 cil_type_used(tgt_datum, used);
473 int used;
491 used = expandattr->expand ? CIL_ATTR_EXPAND_TRUE : CIL_ATTR_EXPAND_FALSE;
492 cil_type_used(attr_datum, used);
562 cil_tree_log(current, CIL_ERR, "Alias declared but not used");