HomeSort by: relevance | last modified time | path
    Searched refs:bp2 (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/external/bsd/tcpdump/dist/
print-frag6.c 40 frag6_print(netdissect_options *ndo, const u_char *bp, const u_char *bp2)
47 ip6 = (const struct ip6_hdr *)bp2;
55 if ((bp - bp2) + sizeof(struct ip6_frag) >
61 (bp - bp2) - sizeof(struct ip6_frag));
print-sunrpc.c 162 u_int length, const u_char *bp2)
184 switch (IP_V((const struct ip *)bp2)) {
186 ip = (const struct ip *)bp2;
192 ip6 = (const struct ip6_hdr *)bp2;
print-vrrp.c 111 const u_char *bp2, int ttl,
157 cksum = nextproto4_cksum(ndo, (const struct ip *)bp2, bp,
160 cksum = nextproto6_cksum(ndo, (const struct ip6_hdr *)bp2, bp,
print-rt6.c 40 rt6_print(netdissect_options *ndo, const u_char *bp, const u_char *bp2 _U_)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
ppc64-atomic-inst.exp 45 set bp2 [gdb_get_line_number "ldarx"]
46 gdb_breakpoint "$bp2" "Breakpoint $decimal at $hex" \
powerpc-addpcis.exp 44 set bp2 *$check_pc+12
47 gdb_breakpoint $bp2
powerpc-lnia.exp 46 set bp2 *$check_pc+12
49 gdb_breakpoint $bp2
ppc64-isa207-atomic-inst.exp 63 set bp2 [gdb_get_line_number "lharx" "$srcfile2"]
64 gdb_breakpoint "$bp2" "Breakpoint $decimal at $hex" \
powerpc-plxv-nonrel.exp 80 set bp2 *$check_pc+0d12
84 gdb_breakpoint $bp2
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/
skip-prologue.py 31 bp2 = gdb.Breakpoint("f2")
34 bp2.delete()
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
ppc64-atomic-inst.exp 45 set bp2 [gdb_get_line_number "ldarx"]
46 gdb_breakpoint "$bp2" "Breakpoint $decimal at $hex" \
powerpc-addpcis.exp 44 set bp2 *$check_pc+12
47 gdb_breakpoint $bp2
powerpc-lnia.exp 46 set bp2 *$check_pc+12
49 gdb_breakpoint $bp2
ppc64-isa207-atomic-inst.exp 63 set bp2 [gdb_get_line_number "lharx" "$srcfile2"]
64 gdb_breakpoint "$bp2" "Breakpoint $decimal at $hex" \
powerpc-plxv-nonrel.exp 80 set bp2 *$check_pc+0d12
84 gdb_breakpoint $bp2
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/
skip-prologue.py 31 bp2 = gdb.Breakpoint("f2")
34 bp2.delete()
  /src/sys/fs/cd9660/
cd9660_node.c 150 struct buf *bp2 = NULL; local
170 NULL, &bp2);
171 bp = bp2;
200 if (bp2)
201 brelse(bp2, 0);
211 struct buf *bp2 = NULL; local
220 NULL, &bp2);
221 bp = bp2;
241 if (bp2)
242 brelse(bp2, 0)
    [all...]
  /src/sbin/efi/
devpath.h 74 aconcat(char *bp1, const char *sep, char *bp2)
78 easprintf(&bp, "%s%s%s", bp1, sep, bp2);
80 free(bp2);
  /src/crypto/external/apache2/openssl/dist/crypto/objects/
objxref.pl 66 my$bp2 = $oid_tbl{$xref_tbl{$b}[1]};
68 return $ap2 - $bp2;
  /src/crypto/external/bsd/openssl/dist/crypto/objects/
objxref.pl 66 my$bp2 = $oid_tbl{$xref_tbl{$b}[1]};
68 return $ap2 - $bp2;
  /src/crypto/external/bsd/openssl.old/dist/crypto/objects/
objxref.pl 67 my$bp2 = $oid_tbl{$xref_tbl{$b}[1]};
69 return $ap2 - $bp2;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-simplerun.exp 91 set bp2 [mi_make_breakpoint -number 2 -enabled n]
93 "206\\^done,[mi_make_breakpoint_table [list $bp2]]"\
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-simplerun.exp 91 set bp2 [mi_make_breakpoint -number 2 -enabled n]
93 "206\\^done,[mi_make_breakpoint_table [list $bp2]]"\
  /src/sys/sys/
buf.h 252 #define BIO_COPYPRIO(bp1, bp2) BIO_SETPRIO(bp1, BIO_GETPRIO(bp2))
  /src/external/lgpl3/gmp/dist/mpn/arm/neon/
hamdist.asm 171 define(`bp2', r6)
175 mov bp2, bp
182 add bp2, bp2, #chunksize*4 C point at next chunk
185 mov bp, bp2 C put chunk pointer in place for call

Completed in 31 milliseconds

1 2