Home
last modified time | relevance | path

Searched refs:otype (Results 1 – 10 of 10) sorted by relevance

/external/tcpdump/
Dprint-pim.c647 u_int16_t otype, olen; in pimv2_print() local
651 otype = EXTRACT_16BITS(&bp[0]); in pimv2_print()
656 tok2str( pimv2_hello_option_values,"Unknown",otype), in pimv2_print()
657 otype, in pimv2_print()
661 switch (otype) { in pimv2_print()
/external/clang/test/CodeGen/
Dms-inline-asm.c306 int olen = 0, osize = 0, otype = 0;
309 __asm mov otype, TYPE arr
/external/libsepol/include/sepol/policydb/
Dpolicydb.h163 uint32_t otype; member
288 uint32_t otype; /* new type */ member
/external/checkpolicy/
Dpolicy_define.c2544 uint32_t otype; in define_filename_trans() local
2602 otype = typdatum->s.value; in define_filename_trans()
2663 ft->otype = otype; in define_filename_trans()
2680 ftr->otype = otype; in define_filename_trans()
/external/checkpolicy/test/
Ddispol.c367 display_id(p, fp, SYM_TYPES, ft->otype - 1, ""); in display_filename_trans()
Ddismod.c491 display_id(p, fp, SYM_TYPES, tr->otype - 1, ""); in display_filename_trans()
/external/libsepol/src/
Dexpand.c1496 mapped_otype = state->typemap[cur_rule->otype - 1]; in expand_filename_trans()
1519 if (cur_trans->otype == mapped_otype) in expand_filename_trans()
1526 state->out->p_type_val_to_name[cur_trans->otype - 1], in expand_filename_trans()
1552 new_trans->otype = mapped_otype; in expand_filename_trans()
Dlink.c1486 new_rule->otype = module->map[SYM_TYPES][cur->otype - 1]; in copy_filename_trans_list()
Dwrite.c560 buf[3] = cpu_to_le32(ft->otype); in filename_trans_write()
1663 buf[1] = cpu_to_le32(ftr->otype); in filename_trans_rule_write()
Dpolicydb.c2458 ft->otype = le32_to_cpu(buf[3]); in filename_trans_read()
3325 ftr->otype = le32_to_cpu(buf[1]); in filename_trans_rule_read()