Home
last modified time | relevance | path

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

/netbsd/src/usr.sbin/bootp/bootpd/
DMakefile.UNIX170 bootpd.o : bootp.h bptypes.h hash.h hwaddr.h bootpd.h dovend.h
172 bootpef.o : bootp.h bptypes.h hash.h hwaddr.h bootpd.h dovend.h
174 bootpgw.o : bootp.h bptypes.h getif.h hwaddr.h report.h patchlevel.h
175 bootptest.o : bootp.h bptypes.h bootptest.h getif.h patchlevel.h
176 dovend.o : bootp.h bptypes.h bootpd.h hash.h hwaddr.h report.h dovend.h
177 dumptab.o : bootp.h bptypes.h hash.h hwaddr.h report.h patchlevel.h bootpd.h
180 hwaddr.o : bptypes.h hwaddr.h report.h
181 lookup.o : bootp.h bptypes.h lookup.h report.h
182 print-bootp.o : bootp.h bptypes.h bootptest.h
183 readfile.o : bootp.h bptypes.h hash.h hwaddr.h lookup.h readfile.h
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dbreakpoint.c6367 static struct ep_type_description bptypes[] = in bptype_string() local
6406 if (((int) type >= (sizeof (bptypes) / sizeof (bptypes[0]))) in bptype_string()
6407 || ((int) type != bptypes[(int) type].type)) in bptype_string()
6411 return bptypes[(int) type].description; in bptype_string()
DChangeLog-1998163 (breakpoint_1): Change format and add entries to bptypes[]
264 (breakpoint_1): Changes to bptypes definition. Also check for
DChangeLog-19964340 * breakpoint.c (breakpoint_1): Add missing "sigtramp" to bptypes