Lines Matching refs:nel
1061 p->p_classes.nprim, p->te_avtab.nel, p->te_cond_avtab.nel); in policydb_index_others()
1939 size_t len, nel; in common_read() local
1957 nel = le32_to_cpu(buf[3]); in common_read()
1967 for (i = 0; i < nel; i++) { in common_read()
2082 size_t len, len2, ncons, nel; in class_read() local
2101 nel = le32_to_cpu(buf[4]); in class_read()
2129 for (i = 0; i < nel; i++) { in class_read()
2356 uint32_t buf[3], nel; in role_trans_read() local
2365 nel = le32_to_cpu(buf[0]); in role_trans_read()
2367 for (i = 0; i < nel; i++) { in role_trans_read()
2398 uint32_t buf[2], nel; in role_allow_read() local
2405 nel = le32_to_cpu(buf[0]); in role_allow_read()
2407 for (i = 0; i < nel; i++) { in role_allow_read()
2430 uint32_t buf[4], nel, len; in filename_trans_read() local
2438 nel = le32_to_cpu(buf[0]); in filename_trans_read()
2441 for (i = 0; i < nel; i++) { in filename_trans_read()
2481 size_t nel, len; in ocontext_read_xen() local
2490 nel = le32_to_cpu(buf[0]); in ocontext_read_xen()
2492 for (j = 0; j < nel; j++) { in ocontext_read_xen()
2587 size_t nel, len; in ocontext_read_selinux() local
2596 nel = le32_to_cpu(buf[0]); in ocontext_read_selinux()
2598 for (j = 0; j < nel; j++) { in ocontext_read_selinux()
2724 size_t nel, nel2, len, len2; in genfs_read() local
2733 nel = le32_to_cpu(buf[0]); in genfs_read()
2735 for (i = 0; i < nel; i++) { in genfs_read()
3103 uint32_t buf[2], nel; in range_read() local
3114 nel = le32_to_cpu(buf[0]); in range_read()
3116 for (i = 0; i < nel; i++) { in range_read()
3231 uint32_t buf[1], nel; in role_trans_rule_read() local
3239 nel = le32_to_cpu(buf[0]); in role_trans_rule_read()
3241 for (i = 0; i < nel; i++) { in role_trans_rule_read()
3281 uint32_t buf[1], nel; in role_allow_rule_read() local
3288 nel = le32_to_cpu(buf[0]); in role_allow_rule_read()
3290 for (i = 0; i < nel; i++) { in role_allow_rule_read()
3316 uint32_t buf[2], nel; in filename_trans_rule_read() local
3324 nel = le32_to_cpu(buf[0]); in filename_trans_rule_read()
3326 for (i = 0; i < nel; i++) { in filename_trans_rule_read()
3373 uint32_t buf[1], nel; in range_trans_rule_read() local
3381 nel = le32_to_cpu(buf[0]); in range_trans_rule_read()
3382 for (i = 0; i < nel; i++) { in range_trans_rule_read()
3448 uint32_t buf[2], nprim, nel; in avrule_decl_read() local
3482 nel = le32_to_cpu(buf[1]); in avrule_decl_read()
3483 for (j = 0; j < nel; j++) { in avrule_decl_read()
3499 uint32_t buf[1], num_blocks, nel; in avrule_block_read() local
3508 nel = num_blocks; in avrule_block_read()
3521 if (num_blocks != nel) in avrule_block_read()
3643 size_t len, nprim, nel; in policydb_read() local
3718 nel = 4; in policydb_read()
3720 nel = 5; in policydb_read()
3722 rc = next_entry(buf, fp, sizeof(uint32_t) * nel); in policydb_read()
3725 for (i = 0; i < nel; i++) in policydb_read()
3844 nel = le32_to_cpu(buf[1]); in policydb_read()
3845 for (j = 0; j < nel; j++) { in policydb_read()
3877 nel = le32_to_cpu(buf[0]); in policydb_read()
3878 for (j = 0; j < nel; j++) { in policydb_read()