Searched refs:attr_type (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-radius.c341 } attr_type[]= variable in typeref:struct:attrtype
583 if (attr_type[attr_code].siz_subtypes)
587 table = attr_type[attr_code].subtypes;
602 if ( data_value <= (u_int32_t)(attr_type[attr_code].siz_subtypes - 1 +
603 attr_type[attr_code].first_subtype) &&
604 data_value >= attr_type[attr_code].first_subtype )
844 if (rad_attr->type > 0 && rad_attr->type < TAM_SIZE(attr_type))
845 attr_string = attr_type[rad_attr->type].name;
869 if (rad_attr->type < TAM_SIZE(attr_type))
873 if ( attr_type[rad_att
[all...]
H A Dprint-l2tp.c457 u_int16_t attr_type; local
502 attr_type = EXTRACT_16BITS(ptr); ptr++;
503 printf("%s", tok2str(l2tp_avp2str, "AVP-#%u", attr_type));
508 switch (attr_type) {
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dsysinfo.y50 %type <s> attr_desc attr_id attr_type
254 '(' attr_desc '(' attr_type attr_size ')' attr_id
361 attr_type: label
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c5170 static enum attr_type ia64_safe_type (rtx);
5181 static enum attr_type
6394 enum attr_type t = ia64_safe_type (insn);
7767 enum attr_type type;
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c5200 enum attr_type attr_type = get_attr_type (dep);
5207 && (attr_type == TYPE_ALU_SHIFT || attr_type == TYPE_ALU_SHIFT_REG))
5190 enum attr_type attr_type = get_attr_type (dep); local
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c1351 static int ix86_flags_dependent (rtx, rtx, enum attr_type);
1352 static int ix86_agi_dependent (rtx, rtx, enum attr_type);
14082 ix86_flags_dependent (rtx insn, rtx dep_insn, enum attr_type insn_type)
14127 ix86_agi_dependent (rtx insn, rtx dep_insn, enum attr_type insn_type)
14163 enum attr_type insn_type, dep_insn_type;
/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c16713 enum attr_type type = get_attr_type (insn);
16734 enum attr_type type;
16787 enum attr_type type = get_attr_type (insn);
16815 enum attr_type type = get_attr_type (insn);
17115 enum attr_type type;
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.c7264 enum attr_type insn_type;
7325 enum attr_type insn_type, dep_type;
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Ds390.c1473 static enum attr_type

Completed in 316 milliseconds