/src/sys/dev/mca/ |
if_ate_mca.c | 92 const struct ate_mca_product *atp; local in function:ate_mca_lookup 94 for (atp = ate_mca_products; atp->at_name != NULL; atp++) 95 if (id == atp->at_prodid) 96 return atp; 131 const struct ate_mca_product *atp; local in function:ate_mca_attach 163 atp = ate_mca_lookup(ma->ma_id); 165 if (atp == NULL) { 176 ma->ma_slot + 1, irq, atp->at_name) [all...] |
/src/sys/dev/pci/ |
twe.c | 537 struct twe_param *dtp, *atp; local in function:twe_add_unit 583 TWE_PARAM_UNITINFO_Descriptor, dsize - 3, NULL, &atp); 591 ad = (struct twe_array_descriptor *)atp->tp_data; 594 free(atp, M_DEVBUF);
|
/src/usr.bin/xlint/lint1/ |
tree.c | 2193 const type_t *atp = a->s_type; local in function:are_members_compatible 2196 if (!types_compatible(atp, btp, false, false, &w) && !w) 2201 if (atp->t_bit_field_width != btp->t_bit_field_width) 2203 if (atp->t_bit_field_offset != btp->t_bit_field_offset)
|