Home
last modified time | relevance | path

Searched refs:attr_node (Results 1 – 1 of 1) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_resolve_ast.c420 struct cil_tree_node *attr_node = NULL; in cil_resolve_typeattributeset() local
429 attr_node = attr_datum->nodes->head->data; in cil_resolve_typeattributeset()
431 if (attr_node->flavor != CIL_TYPEATTRIBUTE) { in cil_resolve_typeattributeset()
465 struct cil_tree_node *attr_node = NULL; in cil_resolve_expandtypeattribute() local
478 attr_node = attr_datum->nodes->head->data; in cil_resolve_expandtypeattribute()
480 if (attr_node->flavor != CIL_TYPEATTRIBUTE) { in cil_resolve_expandtypeattribute()
1132 struct cil_tree_node *attr_node = NULL; in cil_resolve_roleattributeset() local
1139 attr_node = attr_datum->nodes->head->data; in cil_resolve_roleattributeset()
1141 if (attr_node->flavor != CIL_ROLEATTRIBUTE) { in cil_resolve_roleattributeset()
3368 struct cil_tree_node *attr_node = NULL; in cil_resolve_userattributeset() local
[all …]