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.c416 struct cil_tree_node *attr_node = NULL; in cil_resolve_typeattributeset() local
425 attr_node = attr_datum->nodes->head->data; in cil_resolve_typeattributeset()
427 if (attr_node->flavor != CIL_TYPEATTRIBUTE) { in cil_resolve_typeattributeset()
461 struct cil_tree_node *attr_node = NULL; in cil_resolve_expandtypeattribute() local
474 attr_node = attr_datum->nodes->head->data; in cil_resolve_expandtypeattribute()
476 if (attr_node->flavor != CIL_TYPEATTRIBUTE) { in cil_resolve_expandtypeattribute()
1128 struct cil_tree_node *attr_node = NULL; in cil_resolve_roleattributeset() local
1135 attr_node = attr_datum->nodes->head->data; in cil_resolve_roleattributeset()
1137 if (attr_node->flavor != CIL_ROLEATTRIBUTE) { in cil_resolve_roleattributeset()
3364 struct cil_tree_node *attr_node = NULL; in cil_resolve_userattributeset() local
[all …]