Home | History | Annotate | Download | only in src

Lines Matching refs:cil_sort

338  * @param[in] node The cil_sort structure that contains the sorted portcons.
342 int cil_portcon_to_policydb(policydb_t *pdb, struct cil_sort *portcons);
350 * @param[in] node The cil_sort structure that contains the sorted netifcons.
354 int cil_netifcon_to_policydb(policydb_t *pdb, struct cil_sort *netifcons);
362 * @param[in] node The cil_sort structure that contains the sorted nodecons.
366 int cil_nodecon_to_policydb(policydb_t *pdb, struct cil_sort *nodecons);
374 * @param[in] node The cil_sort structure that contains the sorted fsuses.
378 int cil_fsuse_to_policydb(policydb_t *pdb, struct cil_sort *fsuses);
386 * @param[in] node The cil_sort structure that contains the sorted genfscons.
390 int cil_genfscon_to_policydb(policydb_t *pdb, struct cil_sort *genfscons);
398 * @param[in] node The cil_sort structure that contains the sorted pirqcons.
402 int cil_pirqcon_to_policydb(policydb_t *pdb, struct cil_sort *pirqcons);
410 * @param[in] node The cil_sort structure that contains the sorted iomemcons.
414 int cil_iomemcon_to_policydb(policydb_t *pdb, struct cil_sort *iomemcons);
422 * @param[in] node The cil_sort structure that contains the sorted ioportcons.
426 int cil_ioportcon_to_policydb(policydb_t *pdb, struct cil_sort *ioportcons);
434 * @param[in] node The cil_sort structure that contains the sorted pcidevicecons.
438 int cil_pcidevicecon_to_policydb(policydb_t *pdb, struct cil_sort *pcidevicecons);