Searched refs:bp_len (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/gdbserver/
H A Dmem-break.h112 void set_breakpoint_data (const unsigned char *bp_data, int bp_len);
H A Dmem-break.c878 set_breakpoint_data (const unsigned char *bp_data, int bp_len) argument
881 breakpoint_len = bp_len;
/netbsd-6-1-5-RELEASE/lib/libc/net/
H A Drthdr.c300 inet6_rth_init(void *bp, socklen_t bp_len, int type, int segments) argument
312 if (bp_len < inet6_rth_space(IPV6_RTHDR_TYPE_0, segments))
315 memset(bp, 0, bp_len);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Darch-utils.c81 int bp_len; local
88 gdbarch_breakpoint_from_pc (gdbarch, &addr, &bp_len);
89 addr += bp_len * 2;
/netbsd-6-1-5-RELEASE/sys/arch/shark/ofw/
H A Dofw.c524 int bp_len; local
533 bp_len = OF_getproplen(chosen, "bootpath");
535 if (bp_len < 0 || ba_len < 0)
538 bootpathv = (char *)ofw_malloc(bp_len);
541 if (bp_len)
542 OF_getprop(chosen, "bootpath", bootpathv, bp_len);

Completed in 180 milliseconds