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()
3051 static int seusers_to_cil(struct sepol_module_package *mod_pkg) in seusers_to_cil()3128 static int netfilter_contexts_to_cil(struct sepol_module_package *mod_pkg) in netfilter_contexts_to_cil()3139 static int user_extra_to_cil(struct sepol_module_package *mod_pkg) in user_extra_to_cil()3211 static int file_contexts_to_cil(struct sepol_module_package *mod_pkg) in file_contexts_to_cil()4044 int sepol_module_package_to_cil(FILE *fp, struct sepol_module_package *mod_pkg) in sepol_module_package_to_cil()4133 int sepol_ppfile_to_module_package(FILE *fp, struct sepol_module_package **mod_pkg) in sepol_ppfile_to_module_package()4138 struct sepol_module_package *pkg = NULL; in sepol_ppfile_to_module_package()