HomeSort by relevance Sort by last modified time
    Searched refs:cil_sort (Results 1 - 6 of 6) sorted by null

  /external/selinux/libsepol/cil/src/
cil_binary.h 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)
    [all...]
cil_internal.h 284 struct cil_sort *netifcon;
285 struct cil_sort *genfscon;
286 struct cil_sort *filecon;
287 struct cil_sort *nodecon;
288 struct cil_sort *portcon;
289 struct cil_sort *pirqcon;
290 struct cil_sort *iomemcon;
291 struct cil_sort *ioportcon;
292 struct cil_sort *pcidevicecon;
293 struct cil_sort *devicetreecon
322 struct cil_sort { struct
    [all...]
cil_post.c 484 struct cil_sort *sort = db->netifcon;
495 struct cil_sort *sort = db->fsuse;
506 struct cil_sort *sort = db->genfscon;
517 struct cil_sort *sort = db->filecon;
528 struct cil_sort *sort = db->nodecon;
539 struct cil_sort *sort = db->portcon;
550 struct cil_sort *sort = db->pirqcon;
561 struct cil_sort *sort = db->iomemcon;
572 struct cil_sort *sort = db->ioportcon;
583 struct cil_sort *sort = db->pcidevicecon
    [all...]
cil_policy.c     [all...]
cil_binary.c     [all...]
cil.c     [all...]

Completed in 64 milliseconds