Searched refs:sepol_module_package (Results 1 – 7 of 7) sorted by relevance
7 int sepol_module_package_to_cil(FILE *fp, struct sepol_module_package *mod_pkg);8 int sepol_ppfile_to_module_package(FILE *fp, struct sepol_module_package **mod_pkg);
15 struct sepol_module_package;16 typedef struct sepol_module_package sepol_module_package_t;
37 struct sepol_module_package { struct
43 struct sepol_module_package *pkg; in main()
96 struct sepol_module_package *pkg; in main()
71 struct sepol_module_package *mod_pkg = NULL; in main()
3107 static int seusers_to_cil(struct sepol_module_package *mod_pkg) in seusers_to_cil()3184 static int netfilter_contexts_to_cil(struct sepol_module_package *mod_pkg) in netfilter_contexts_to_cil()3195 static int user_extra_to_cil(struct sepol_module_package *mod_pkg) in user_extra_to_cil()3267 static int file_contexts_to_cil(struct sepol_module_package *mod_pkg) in file_contexts_to_cil()4105 int sepol_module_package_to_cil(FILE *fp, struct sepol_module_package *mod_pkg) in sepol_module_package_to_cil()4194 int sepol_ppfile_to_module_package(FILE *fp, struct sepol_module_package **mod_pkg) in sepol_ppfile_to_module_package()4198 struct sepol_module_package *pkg = NULL; in sepol_ppfile_to_module_package()