Searched refs:ocontext (Results 1 – 8 of 8) sorted by relevance
255 op.u.ocontext.ocon = ocon; in xc_flask_add()256 op.u.ocontext.sid = sid; in xc_flask_add()257 op.u.ocontext.low = low; in xc_flask_add()258 op.u.ocontext.high = high; in xc_flask_add()290 op.u.ocontext.ocon = ocon; in xc_flask_del()291 op.u.ocontext.low = low; in xc_flask_del()292 op.u.ocontext.high = high; in xc_flask_del()
609 if ( !ocontext ) in security_validate_transition()1481 struct ocontext *c; in security_irq_sid()1521 struct ocontext *c; in security_iomem_sid()1557 struct ocontext *c; in security_iterate_iomem_sids()1608 struct ocontext *c; in security_ioport_sid()1645 struct ocontext *c; in security_iterate_ioport_sids()1696 struct ocontext *c; in security_device_sid()1731 struct ocontext *c; in security_devicetree_sid()1972 struct ocontext *c; in security_ocontext_add()1974 struct ocontext *add; in security_ocontext_add()[all …]
147 struct ocontext { struct163 struct ocontext *next; argument235 struct ocontext *ocontexts[OCON_NUM];
639 static void ocontext_destroy(struct ocontext *c, int i) in ocontext_destroy()652 struct ocontext *c, *ctmp; in policydb_destroy()736 struct ocontext *head, *c; in policydb_load_isids()1740 struct ocontext *l, *c /*, *newc*/; in policydb_read()2000 c = xzalloc(struct ocontext); in policydb_read()
104 int security_ocontext_add(u32 ocontext, unsigned long low,107 int security_ocontext_del(u32 ocontext, unsigned long low, unsigned long high);
207 struct xen_flask_ocontext ocontext; member
727 rv = flask_ocontext_add(&op.u.ocontext); in do_flask_op()731 rv = flask_ocontext_del(&op.u.ocontext); in do_flask_op()
506 # add ocontext label definitions for resources508 # remove ocontext label definitions for resources
Completed in 20 milliseconds