Searched refs:num_scope_syms (Results 1 - 2 of 2) sorted by relevance

/external/selinux/libsepol/src/
H A Dwrite.c1766 unsigned int num_scope_syms,
1771 for (i = 0; i < num_scope_syms; i++) {
1788 static int avrule_decl_write(avrule_decl_t * decl, int num_scope_syms, argument
1814 if (scope_index_write(&decl->required, num_scope_syms, fp) == -1 ||
1815 scope_index_write(&decl->declared, num_scope_syms, fp) == -1) {
1820 for (i = 0; i < num_scope_syms; i++) {
1833 static int avrule_block_write(avrule_block_t * block, int num_scope_syms, argument
1860 if (avrule_decl_write(decl, num_scope_syms, p, fp) ==
1765 scope_index_write(scope_index_t * scope_index, unsigned int num_scope_syms, struct policy_file *fp) argument
H A Dpolicydb.c3413 unsigned int num_scope_syms, struct policy_file *fp)
3419 for (i = 0; i < num_scope_syms; i++) {
3446 unsigned int num_scope_syms, struct policy_file *fp)
3472 if (scope_index_read(&decl->required, num_scope_syms, fp) == -1 ||
3473 scope_index_read(&decl->declared, num_scope_syms, fp) == -1) {
3477 for (i = 0; i < num_scope_syms; i++) {
3495 unsigned int num_scope_syms,
3530 if (avrule_decl_read(p, curdecl, num_scope_syms, fp) ==
3412 scope_index_read(scope_index_t * scope_index, unsigned int num_scope_syms, struct policy_file *fp) argument
3445 avrule_decl_read(policydb_t * p, avrule_decl_t * decl, unsigned int num_scope_syms, struct policy_file *fp) argument
3493 avrule_block_read(policydb_t * p, avrule_block_t ** block, unsigned int num_scope_syms, struct policy_file *fp) argument

Completed in 103 milliseconds