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()1483 struct ocontext *c; in security_irq_sid()1523 struct ocontext *c; in security_iomem_sid()1559 struct ocontext *c; in security_iterate_iomem_sids()1610 struct ocontext *c; in security_ioport_sid()1647 struct ocontext *c; in security_iterate_ioport_sids()1698 struct ocontext *c; in security_device_sid()1733 struct ocontext *c; in security_devicetree_sid()1974 struct ocontext *c; in security_ocontext_add()1976 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, **pn; in policydb_read()2001 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
728 rv = flask_ocontext_add(&op.u.ocontext); in do_flask_op()732 rv = flask_ocontext_del(&op.u.ocontext); in do_flask_op()
497 # add ocontext label definitions for resources499 # remove ocontext label definitions for resources
Completed in 15 milliseconds