Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dsubr_diskgpt.c66 struct buf *bp2 = NULL; in gptinit() local
142 bp2 = getpbuf_mem(NULL); in gptinit()
145 bp2->b_bio1.bio_done = biodone_sync; in gptinit()
146 bp2->b_bio1.bio_flags |= BIO_SYNC; in gptinit()
148 bp2->b_cmd = BUF_CMD_READ; in gptinit()
149 bp2->b_flags |= B_FAILONDIS; in gptinit()
150 dev_dstrategy(wdev, &bp2->b_bio1); in gptinit()
155 bp2->b_error); in gptinit()
221 if (bp2) { in gptinit()
222 bp2->b_flags |= B_INVAL | B_AGE; in gptinit()
[all …]
/dragonfly/contrib/tcpdump/
H A Dprint-frag6.c36 frag6_print(netdissect_options *ndo, const u_char *bp, const u_char *bp2) in frag6_print() argument
43 ip6 = (const struct ip6_hdr *)bp2; in frag6_print()
50 (bp - bp2) - sizeof(struct ip6_frag)); in frag6_print()
55 (bp - bp2) - sizeof(struct ip6_frag)); in frag6_print()
H A Dprint-sunrpc.c159 u_int length, const u_char *bp2) in sunrpc_print() argument
181 switch (IP_V((const struct ip *)bp2)) { in sunrpc_print()
183 ip = (const struct ip *)bp2; in sunrpc_print()
189 ip6 = (const struct ip6_hdr *)bp2; in sunrpc_print()
H A Dprint-pim.c455 const u_char *bp, u_int len, const u_char *bp2) in pim_print() argument
476 pimv2_print(ndo, bp, len, bp2); in pim_print()
658 const u_char *bp2, u_int len) in pimv2_check_checksum() argument
667 ip = (const struct ip *)bp2; in pimv2_check_checksum()
678 ip6 = (const struct ip6_hdr *)bp2; in pimv2_check_checksum()
688 const u_char *bp, u_int len, const u_char *bp2) in pimv2_print() argument
723 cksum_status = pimv2_check_checksum(ndo, bp, bp2, 8); in pimv2_print()
731 cksum_status = pimv2_check_checksum(ndo, bp, bp2, len); in pimv2_print()
737 cksum_status = pimv2_check_checksum(ndo, bp, bp2, len); in pimv2_print()
H A Dprint-isakmp.c783 ip = (const struct ip *)bp2; in cookie_record()
793 ip6 = (const struct ip6_hdr *)bp2; in cookie_record()
815 ip = (const struct ip *)bp2; in cookie_sidecheck()
831 ip6 = (const struct ip6_hdr *)bp2; in cookie_sidecheck()
2847 if (bp2) in ikev1_print()
2848 cookie_record(ndo, &base->i_ck, bp2); in ikev1_print()
2852 if (bp2 && cookie_isinitiator(ndo, i, bp2)) in ikev1_print()
2854 else if (bp2 && cookie_isresponder(ndo, i, bp2)) in ikev1_print()
3043 const u_char *bp2) in isakmp_print() argument
3091 ikev1_print(ndo, bp, length, bp2, p); in isakmp_print()
[all …]
H A Dprint-vrrp.c108 const u_char *bp2, int ttl) in vrrp_print() argument
149 uint16_t cksum = nextproto4_cksum(ndo, (const struct ip *)bp2, bp, in vrrp_print()
H A Dprint-udp.c369 const u_char *bp2, int fragmented, u_int ttl_hl) in udp_print() argument
381 ip = (const struct ip *)bp2; in udp_print()
383 ip6 = (const struct ip6_hdr *)bp2; in udp_print()
499 pgm_print(ndo, cp, length, bp2); in udp_print()
611 isakmp_print(ndo, cp, length, bp2); in udp_print()
613 isakmp_rfc3948_print(ndo, cp, length, bp2, IP_V(ip), fragmented, ttl_hl); in udp_print()
615 isakmp_print(ndo, cp, length, bp2); in udp_print()
H A Dprint-esp.c728 const u_char *bp2 USED_IF_LIBCRYPTO, in esp_print()
774 ip = (const struct ip *)bp2; in esp_print()
777 ip6 = (const struct ip6_hdr *)bp2; in esp_print()
914 ttl_hl, nh, bp2); in esp_print()
H A Dprint-sctp.c453 const u_char *bp2, /* beginning of enclosing */ in sctp_print() argument
481 ip = (const struct ip *)bp2; in sctp_print()
483 ip6 = (const struct ip6_hdr *)bp2; in sctp_print()
H A Dprint-nfs.c335 const u_char *bp2) in nfsreply_print() argument
352 print_nfsaddr(ndo, bp2, srcid, dstid); in nfsreply_print()
354 nfsreply_noaddr_print(ndo, bp, length, bp2); in nfsreply_print()
360 const u_char *bp2) in nfsreply_noaddr_print() argument
378 if (xid_map_find(ndo, rp, bp2, &proc, &vers) >= 0) in nfsreply_noaddr_print()
554 const u_char *bp2) in nfsreq_noaddr_print() argument
568 if (!xid_map_enter(ndo, rp, bp2)) /* record proc number for later on */ in nfsreq_noaddr_print()
H A Dprint-pgm.c148 const u_char *bp2) in pgm_print() argument
162 ip = (const struct ip *)bp2; in pgm_print()
164 ip6 = (const struct ip6_hdr *)bp2; in pgm_print()
H A Dprint-rt6.c37 rt6_print(netdissect_options *ndo, const u_char *bp, const u_char *bp2 _U_) in rt6_print()
H A Dprint-tcp.c162 const u_char *bp2, int fragmented) in tcp_print() argument
179 ip = (const struct ip *)bp2; in tcp_print()
181 ip6 = (const struct ip6_hdr *)bp2; in tcp_print()
H A Dprint-icmp.c294 icmp_print(netdissect_options *ndo, const u_char *bp, u_int plen, const u_char *bp2, in icmp_print() argument
317 ip = (const struct ip *)bp2; in icmp_print()
H A Dprint-mobility.c206 const u_char *bp, const u_char *bp2 _U_) in mobility_print()
H A Dprint-rx.c530 const u_char *bp2) in rx_print() argument
600 rx_cache_insert(ndo, bp, (const struct ip *) bp2, dport); in rx_print()
639 rx_cache_find(ndo, rxh, (const struct ip *) bp2, in rx_print()
H A Dprint-icmp6.c1023 const u_char *bp, u_int length, const u_char *bp2, int fragmented) in icmp6_print() argument
1036 ip = (const struct ip6_hdr *)bp2; in icmp6_print()
H A Dprint-ospf.c1086 const u_char *bp2 _U_) in ospf_print()
/dragonfly/sys/vfs/isofs/cd9660/
H A Dcd9660_node.c245 struct buf *bp2 = NULL; in cd9660_defattr() local
267 &bp2); in cd9660_defattr()
268 bp = bp2; in cd9660_defattr()
296 if (bp2) in cd9660_defattr()
297 brelse(bp2); in cd9660_defattr()
307 struct buf *bp2 = NULL; in cd9660_deftstamp() local
316 &bp2); in cd9660_deftstamp()
317 bp = bp2; in cd9660_deftstamp()
338 if (bp2) in cd9660_deftstamp()
339 brelse(bp2); in cd9660_deftstamp()
H A Dcd9660_vfsops.c849 struct buf *bp2; in cd9660_vget_internal() local
854 &bp2); in cd9660_vget_internal()
856 bp2 = NULL; in cd9660_vget_internal()
857 cd9660_defattr(isodir, ip, bp2, ISO_FTYPE_9660); in cd9660_vget_internal()
858 cd9660_deftstamp(isodir, ip, bp2, ISO_FTYPE_9660); in cd9660_vget_internal()
859 if (bp2) in cd9660_vget_internal()
860 brelse(bp2); in cd9660_vget_internal()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgraphite-clast-to-gimple.h62 const bb_pbb_def *bp2 = (const bb_pbb_def *) bb_pbb2; in eq_bb_pbb_map() local
63 return (bp1->bb->index == bp2->bb->index); in eq_bb_pbb_map()
/dragonfly/sys/sys/
H A Dbuf2.h291 buf_movedeps(struct buf *bp1, struct buf *bp2) in buf_movedeps() argument
296 ops->io_movedeps(bp1, bp2); in buf_movedeps()
/dragonfly/contrib/tcsh-6/
H A Dtc.func.c1549 struct tildecache *bp1, *bp2, *bp; in gettilde() local
1561 for (bp1 = tcache, bp2 = tcache + tlength; bp1 < bp2;) { in gettilde()
1564 bp = bp1 + ((bp2 - bp1) >> 1); in gettilde()
1568 bp2 = bp; in gettilde()
H A Dsh.func.c70 const struct biltins *bp, *bp1, *bp2; in isbfunc() local
111 for (bp1 = bfunc, bp2 = bfunc + nbfunc; bp1 < bp2;) { in isbfunc()
114 bp = bp1 + ((bp2 - bp1) >> 1); in isbfunc()
119 bp2 = bp; in isbfunc()
/dragonfly/sys/vfs/hammer/
H A Dhammer_io.c1298 hammer_io_movedeps(struct buf *bp1, struct buf *bp2) in hammer_io_movedeps() argument