• Home
  • Raw
  • Download

Lines Matching refs:ocontext

2526 				unsigned num_sids, struct ocontext *isids)  in ocontext_isid_to_cil()
2530 struct ocontext *isid; in ocontext_isid_to_cil()
2589 static int ocontext_selinux_isid_to_cil(struct policydb *pdb, struct ocontext *isids) in ocontext_selinux_isid_to_cil()
2604 static int ocontext_selinux_fs_to_cil(struct policydb *UNUSED(pdb), struct ocontext *fss) in ocontext_selinux_fs_to_cil()
2613 static int ocontext_selinux_port_to_cil(struct policydb *pdb, struct ocontext *portcons) in ocontext_selinux_port_to_cil()
2616 struct ocontext *portcon; in ocontext_selinux_port_to_cil()
2654 struct ocontext *ibpkeycons) in ocontext_selinux_ibpkey_to_cil()
2657 struct ocontext *ibpkeycon; in ocontext_selinux_ibpkey_to_cil()
2691 static int ocontext_selinux_netif_to_cil(struct policydb *pdb, struct ocontext *netifs) in ocontext_selinux_netif_to_cil()
2693 struct ocontext *netif; in ocontext_selinux_netif_to_cil()
2707 static int ocontext_selinux_node_to_cil(struct policydb *pdb, struct ocontext *nodes) in ocontext_selinux_node_to_cil()
2710 struct ocontext *node; in ocontext_selinux_node_to_cil()
2739 static int ocontext_selinux_node6_to_cil(struct policydb *pdb, struct ocontext *nodes) in ocontext_selinux_node6_to_cil()
2742 struct ocontext *node; in ocontext_selinux_node6_to_cil()
2771 static int ocontext_selinux_ibendport_to_cil(struct policydb *pdb, struct ocontext *ibendports) in ocontext_selinux_ibendport_to_cil()
2773 struct ocontext *ibendport; in ocontext_selinux_ibendport_to_cil()
2785 static int ocontext_selinux_fsuse_to_cil(struct policydb *pdb, struct ocontext *fsuses) in ocontext_selinux_fsuse_to_cil()
2788 struct ocontext *fsuse; in ocontext_selinux_fsuse_to_cil()
2817 static int ocontext_xen_isid_to_cil(struct policydb *pdb, struct ocontext *isids) in ocontext_xen_isid_to_cil()
2832 static int ocontext_xen_pirq_to_cil(struct policydb *pdb, struct ocontext *pirqs) in ocontext_xen_pirq_to_cil()
2834 struct ocontext *pirq; in ocontext_xen_pirq_to_cil()
2845 static int ocontext_xen_ioport_to_cil(struct policydb *pdb, struct ocontext *ioports) in ocontext_xen_ioport_to_cil()
2847 struct ocontext *ioport; in ocontext_xen_ioport_to_cil()
2869 static int ocontext_xen_iomem_to_cil(struct policydb *pdb, struct ocontext *iomems) in ocontext_xen_iomem_to_cil()
2871 struct ocontext *iomem; in ocontext_xen_iomem_to_cil()
2893 static int ocontext_xen_pcidevice_to_cil(struct policydb *pdb, struct ocontext *pcids) in ocontext_xen_pcidevice_to_cil()
2895 struct ocontext *pcid; in ocontext_xen_pcidevice_to_cil()
2911 static int (**ocon_funcs)(struct policydb *pdb, struct ocontext *ocon); in ocontexts_to_cil()
2912 static int (*ocon_selinux_funcs[OCON_NUM])(struct policydb *pdb, struct ocontext *ocon) = { in ocontexts_to_cil()
2923 static int (*ocon_xen_funcs[OCON_NUM])(struct policydb *pdb, struct ocontext *ocon) = { in ocontexts_to_cil()
2963 struct ocontext *ocon; in genfscon_to_cil()