Searched refs:bptypes (Results 1 – 3 of 3) sorted by relevance
188 bootpd.o : bootp.h bptypes.h hash.h hwaddr.h bootpd.h dovend.h190 bootpef.o : bootp.h bptypes.h hash.h hwaddr.h bootpd.h dovend.h192 bootpgw.o : bootp.h bptypes.h getif.h hwaddr.h report.h patchlevel.h193 bootptest.o : bootp.h bptypes.h bootptest.h getif.h patchlevel.h194 dovend.o : bootp.h bptypes.h bootpd.h hash.h hwaddr.h report.h dovend.h195 dumptab.o : bootp.h bptypes.h hash.h hwaddr.h report.h patchlevel.h bootpd.h198 hwaddr.o : bptypes.h hwaddr.h report.h199 lookup.o : bootp.h bptypes.h lookup.h report.h200 print-bootp.o : bootp.h bptypes.h bootptest.h201 readfile.o : bootp.h bptypes.h hash.h hwaddr.h lookup.h readfile.h[all …]
3294 static struct ep_type_description bptypes[] = in print_one_breakpoint() local3340 if (((int) b->type > (sizeof (bptypes) / sizeof (bptypes[0]))) in print_one_breakpoint()3341 || ((int) b->type != bptypes[(int) b->type].type)) in print_one_breakpoint()3345 ui_out_field_string (uiout, "type", bptypes[(int) b->type].description); in print_one_breakpoint()
1245 if ((int)b->type > (sizeof(bptypes)/sizeof(bptypes[0]))1246 || ((int) b->type != bptypes[(int) b->type].type))1247 internal_error ("bptypes table does not describe type #%d.",1249 printf_filtered ("%-14s ", bptypes[(int)b->type].description);1265 if (((int) b->type > (sizeof (bptypes) / sizeof (bptypes[0])))1266 || ((int) b->type != bptypes[(int) b->type].type))1267 internal_error ("bptypes table does not describe type #%d.",1269 ui_out_field_string (uiout, "type", bptypes[(int)b->type].description);