Home
last modified time | relevance | path

Searched refs:bptypes (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/libexec/bootpd/
DMakefile.UNIX188 bootpd.o : bootp.h bptypes.h hash.h hwaddr.h bootpd.h dovend.h
190 bootpef.o : bootp.h bptypes.h hash.h hwaddr.h bootpd.h dovend.h
192 bootpgw.o : bootp.h bptypes.h getif.h hwaddr.h report.h patchlevel.h
193 bootptest.o : bootp.h bptypes.h bootptest.h getif.h patchlevel.h
194 dovend.o : bootp.h bptypes.h bootpd.h hash.h hwaddr.h report.h dovend.h
195 dumptab.o : bootp.h bptypes.h hash.h hwaddr.h report.h patchlevel.h bootpd.h
198 hwaddr.o : bptypes.h hwaddr.h report.h
199 lookup.o : bootp.h bptypes.h lookup.h report.h
200 print-bootp.o : bootp.h bptypes.h bootptest.h
201 readfile.o : bootp.h bptypes.h hash.h hwaddr.h lookup.h readfile.h
[all …]
/freebsd-12-stable/contrib/gdb/gdb/
Dbreakpoint.c3294 static struct ep_type_description bptypes[] = in print_one_breakpoint() local
3340 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()
/freebsd-12-stable/contrib/gdb/gdb/doc/
Dgdbint.texinfo1245 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);