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 337 * @param[in] node The cil_sort structure that contains the sorted portcons.
341 int cil_portcon_to_policydb(policydb_t *pdb, struct cil_sort *portcons);
349 * @param[in] node The cil_sort structure that contains the sorted netifcons.
353 int cil_netifcon_to_policydb(policydb_t *pdb, struct cil_sort *netifcons);
361 * @param[in] node The cil_sort structure that contains the sorted nodecons.
365 int cil_nodecon_to_policydb(policydb_t *pdb, struct cil_sort *nodecons);
373 * @param[in] node The cil_sort structure that contains the sorted fsuses.
377 int cil_fsuse_to_policydb(policydb_t *pdb, struct cil_sort *fsuses);
385 * @param[in] node The cil_sort structure that contains the sorted genfscons.
389 int cil_genfscon_to_policydb(policydb_t *pdb, struct cil_sort *genfscons)
    [all...]
cil_internal.h 268 struct cil_sort *netifcon;
269 struct cil_sort *genfscon;
270 struct cil_sort *filecon;
271 struct cil_sort *nodecon;
272 struct cil_sort *portcon;
273 struct cil_sort *pirqcon;
274 struct cil_sort *iomemcon;
275 struct cil_sort *ioportcon;
276 struct cil_sort *pcidevicecon;
277 struct cil_sort *devicetreecon
300 struct cil_sort { struct
    [all...]
cil_post.c 448 struct cil_sort *sort = db->netifcon;
459 struct cil_sort *sort = db->fsuse;
470 struct cil_sort *sort = db->genfscon;
481 struct cil_sort *sort = db->filecon;
492 struct cil_sort *sort = db->nodecon;
503 struct cil_sort *sort = db->portcon;
514 struct cil_sort *sort = db->pirqcon;
525 struct cil_sort *sort = db->iomemcon;
536 struct cil_sort *sort = db->ioportcon;
547 struct cil_sort *sort = db->pcidevicecon
    [all...]
cil_policy.c 115 int cil_portcon_to_policy(FILE **file_arr, struct cil_sort *sort)
136 int cil_genfscon_to_policy(FILE **file_arr, struct cil_sort *sort)
151 int cil_netifcon_to_policy(FILE **file_arr, struct cil_sort *sort)
167 int cil_nodecon_to_policy(FILE **file_arr, struct cil_sort *sort)
221 int cil_pirqcon_to_policy(FILE **file_arr, struct cil_sort *sort)
234 int cil_iomemcon_to_policy(FILE **file_arr, struct cil_sort *sort)
248 int cil_ioportcon_to_policy(FILE **file_arr, struct cil_sort *sort)
262 int cil_pcidevicecon_to_policy(FILE **file_arr, struct cil_sort *sort)
276 int cil_fsuse_to_policy(FILE **file_arr, struct cil_sort *sort)
    [all...]
cil_binary.c     [all...]
cil.c     [all...]

Completed in 33 milliseconds