Searched refs:bp2 (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dvtables1.C30 base* bp2; variable
35 bp2 = new derived;
38 bp2->func_member_1 ();
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dvtables1.C30 base* bp2; variable
35 bp2 = new derived;
38 bp2->func_member_1 ();
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-frag6.c49 frag6_print(register const u_char *bp, register const u_char *bp2) argument
55 ip6 = (const struct ip6_hdr *)bp2;
64 (long)(bp - bp2) - sizeof(struct ip6_frag));
69 (long)(bp - bp2) - sizeof(struct ip6_frag));
H A Dprint-sunrpc.c91 register const u_char *bp2)
113 switch (IP_V((struct ip *)bp2)) {
115 ip = (struct ip *)bp2;
122 ip6 = (struct ip6_hdr *)bp2;
90 sunrpcrequest_print(register const u_char *bp, register u_int length, register const u_char *bp2) argument
H A Dprint-rt6.c49 rt6_print(register const u_char *bp, const u_char *bp2 _U_)
H A Dprint-sctp.c91 const u_char *bp2, /* beginning of enclosing */
113 ip = (struct ip *)bp2;
116 ip6 = (const struct ip6_hdr *)bp2;
90 sctp_print(const u_char *bp, const u_char *bp2, u_int sctpPacketLength) argument
H A Dprint-esp.c522 const u_char *bp, const int length, const u_char *bp2
594 ip = (struct ip *)bp2;
598 ip6 = (struct ip6_hdr *)bp2;
648 if (ep - bp2 < len)
650 if (ep - bp2 > len) {
652 ep = bp2 + len;
H A Dprint-udp.c425 register const u_char *bp2, int fragmented)
439 ip = (struct ip *)bp2;
442 ip6 = (struct ip6_hdr *)bp2;
624 isakmp_print(gndo, (const u_char *)(up + 1), length, bp2);
626 isakmp_rfc3948_print(gndo, (const u_char *)(up + 1), length, bp2);
629 isakmp_print(gndo, (const u_char *)(up + 1), length, bp2);
424 udp_print(register const u_char *bp, u_int length, register const u_char *bp2, int fragmented) argument
H A Dprint-igrp.c85 igrp_print(register const u_char *bp, u_int length, const u_char *bp2 _U_)
H A Dprint-isakmp.c135 const u_char *bp2, struct isakmp *base);
264 cookie_record(cookie_t *in, const u_char *bp2) argument
280 ip = (struct ip *)bp2;
308 ip6 = (struct ip6_hdr *)bp2;
333 cookie_sidecheck(int i, const u_char *bp2, int initiator) argument
346 ip = (struct ip *)bp2;
358 ip6 = (struct ip6_hdr *)bp2;
2225 const u_char *bp2, struct isakmp *base)
2249 if (bp2)
2250 cookie_record(&base->i_ck, bp2);
2223 ikev1_print(netdissect_options *ndo, const u_char *bp, u_int length, const u_char *bp2, struct isakmp *base) argument
2459 isakmp_print(netdissect_options *ndo, const u_char *bp, u_int length, const u_char *bp2) argument
2521 isakmp_rfc3948_print(netdissect_options *ndo, const u_char *bp, u_int length, const u_char *bp2) argument
[all...]
H A Dnetdissect.h269 register const u_char *bp, int len, register const u_char *bp2,
281 const u_char *bp2);
383 const u_char *bp, const u_char *bp2,
H A Dprint-pgm.c155 register const u_char *bp2)
174 ip = (struct ip *)bp2;
177 ip6 = (struct ip6_hdr *)bp2;
154 pgm_print(register const u_char *bp, register u_int length, register const u_char *bp2) argument
H A Dprint-tcp.c164 register const u_char *bp2, int fragmented)
180 ip = (struct ip *)bp2;
183 ip6 = (struct ip6_hdr *)bp2;
163 tcp_print(register const u_char *bp, register u_int length, register const u_char *bp2, int fragmented) argument
H A Dprint-nfs.c292 register const u_char *bp2)
315 print_nfsaddr(bp2, srcid, dstid);
322 if (xid_map_find(rp, bp2, &proc, &vers) >= 0)
509 register const u_char *bp2)
533 print_nfsaddr(bp2, srcid, dstid);
536 if (!xid_map_enter(rp, bp2)) /* record proc number for later on */
291 nfsreply_print(register const u_char *bp, u_int length, register const u_char *bp2) argument
508 nfsreq_print(register const u_char *bp, u_int length, register const u_char *bp2) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/tc1/
H A Ddr142.C26 ::B* bp2 = (::B*)this; local
27 bp2->mi = 3;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/tc1/
H A Ddr142.C26 ::B* bp2 = (::B*)this; local
27 bp2->mi = 3;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgraphite-clast-to-gimple.h59 const bb_pbb_def *bp2 = (const bb_pbb_def *) bb_pbb2; local
60 return (bp1->bb->index == bp2->bb->index);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20050721-1.c19 extern struct S2 *bp2;
54 a = func2 (bp1, bp2);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20050721-1.c19 extern struct S2 *bp2;
54 a = func2 (bp1, bp2);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/objects/
H A Dobjxref.pl53 my$bp2 = $oid_tbl{$xref_tbl{$b}[1]};
55 return $ap2 - $bp2;
/netbsd-6-1-5-RELEASE/sys/fs/cd9660/
H A Dcd9660_node.c259 struct buf *bp2 = NULL; local
279 NULL, &bp2);
280 bp = bp2;
309 if (bp2)
310 brelse(bp2, 0);
320 struct buf *bp2 = NULL; local
329 NULL, &bp2);
330 bp = bp2;
350 if (bp2)
351 brelse(bp2,
[all...]
H A Dcd9660_vfsops.c842 struct buf *bp2; local
847 NULL, &bp2);
849 bp2 = NULL;
850 cd9660_defattr(isodir, ip, bp2);
851 cd9660_deftstamp(isodir, ip, bp2);
852 if (bp2)
853 brelse(bp2, 0);
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dbuf.h234 #define BIO_COPYPRIO(bp1, bp2) BIO_SETPRIO(bp1, BIO_GETPRIO(bp2))
/netbsd-6-1-5-RELEASE/bin/csh/
H A Dfunc.c77 struct biltins *bp, *bp1, *bp2; local
99 for (bp1 = bfunc, bp2 = bfunc + nbfunc; bp1 < bp2;) {
102 bp = bp1 + ((bp2 - bp1) >> 1);
107 bp2 = bp;
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dspa.h281 #define BP_EQUAL(bp1, bp2) \
282 (BP_PHYSICAL_BIRTH(bp1) == BP_PHYSICAL_BIRTH(bp2) && \
283 DVA_EQUAL(&(bp1)->blk_dva[0], &(bp2)->blk_dva[0]) && \
284 DVA_EQUAL(&(bp1)->blk_dva[1], &(bp2)->blk_dva[1]) && \
285 DVA_EQUAL(&(bp1)->blk_dva[2], &(bp2)->blk_dva[2]))

Completed in 607 milliseconds

12