Home | History | Annotate | Download | only in src

Lines Matching full:bufindex

3605 	unsigned int policy_type, bufindex;
3687 bufindex = 0;
3693 policy_type = buf[bufindex];
3699 bufindex++;
3702 r_policyvers = buf[bufindex];
3707 "my version range %d-%d", buf[bufindex],
3716 buf[bufindex], MOD_POLICYDB_VERSION_MIN,
3723 bufindex++;
3729 if (buf[bufindex] & POLICYDB_CONFIG_MLS) {
3735 p->handle_unknown = buf[bufindex] & POLICYDB_CONFIG_UNKNOWN_MASK;
3737 bufindex++;
3747 if (buf[bufindex] != info->sym_num
3748 || buf[bufindex + 1] != info->ocon_num) {
3751 buf[bufindex], buf[bufindex + 1], info->sym_num,