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 278 struct cil_sort *netifcon;
279 struct cil_sort *genfscon;
280 struct cil_sort *filecon;
281 struct cil_sort *nodecon;
282 struct cil_sort *portcon;
283 struct cil_sort *pirqcon;
284 struct cil_sort *iomemcon;
285 struct cil_sort *ioportcon;
286 struct cil_sort *pcidevicecon;
287 struct cil_sort *devicetreecon
314 struct cil_sort { struct
    [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_post.c 481 struct cil_sort *sort = db->netifcon;
492 struct cil_sort *sort = db->fsuse;
503 struct cil_sort *sort = db->genfscon;
514 struct cil_sort *sort = db->filecon;
525 struct cil_sort *sort = db->nodecon;
536 struct cil_sort *sort = db->portcon;
547 struct cil_sort *sort = db->pirqcon;
558 struct cil_sort *sort = db->iomemcon;
569 struct cil_sort *sort = db->ioportcon;
580 struct cil_sort *sort = db->pcidevicecon
    [all...]
cil_binary.c     [all...]
cil.c     [all...]

Completed in 325 milliseconds