Searched refs:selftype (Results 1 – 4 of 4) sorted by relevance
107 def setselftype(self, selftype, itselftype): argument108 self.objecttype = selftype133 def setselftype(self, selftype, itselftype): argument134 self.objecttype = selftype
275 cil_type_init(&(*db)->selftype); in cil_db_init()276 (*db)->selftype->datum.name = CIL_KEY_SELF; in cil_db_init()277 (*db)->selftype->datum.fqn = CIL_KEY_SELF; in cil_db_init()328 cil_destroy_type((*db)->selftype); in cil_db_destroy()
282 struct cil_type *selftype; member
329 rule->tgt = db->selftype; in cil_resolve_avrule()