Home
last modified time | relevance | path

Searched defs:bp (Results 1 – 25 of 797) sorted by relevance

12345678910>>...32

/freebsd-src/sys/net/
H A Dbridgestp.c153 bstp_transmit(struct bstp_state *bs, struct bstp_port *bp) in bstp_transmit()
193 bstp_transmit_bpdu(struct bstp_state *bs, struct bstp_port *bp) in bstp_transmit_bpdu()
229 bstp_transmit_tcn(struct bstp_state *bs, struct bstp_port *bp) in bstp_transmit_tcn()
268 bstp_decode_bpdu(struct bstp_port *bp, struct bstp_cbpdu *cpdu, in bstp_decode_bpdu()
341 bstp_send_bpdu(struct bstp_state *bs, struct bstp_port *bp, in bstp_send_bpdu()
398 bstp_pdu_flags(struct bstp_port *bp) in bstp_pdu_flags()
455 bstp_input(struct bstp_port *bp, struct ifnet *ifp, struct mbuf *m) in bstp_input()
532 bstp_received_stp(struct bstp_state *bs, struct bstp_port *bp, in bstp_received_stp()
557 bstp_received_rstp(struct bstp_state *bs, struct bstp_port *bp, in bstp_received_rstp()
576 bstp_received_tcn(struct bstp_state *bs, struct bstp_port *bp, in bstp_received_tcn()
[all …]
/freebsd-src/sys/contrib/openzfs/include/sys/
H A Dspa.h323 #define BPE_GET_ETYPE(bp) \ argument
326 BPE_SET_ETYPE(bp,t) global() argument
331 BPE_GET_LSIZE(bp) global() argument
334 BPE_SET_LSIZE(bp,x) global() argument
339 BPE_GET_PSIZE(bp) global() argument
342 BPE_SET_PSIZE(bp,x) global() argument
356 BPE_IS_PAYLOADWORD(bp,wp) global() argument
408 BP_GET_LSIZE(bp) global() argument
412 BP_SET_LSIZE(bp,x) global() argument
418 BP_GET_PSIZE(bp) global() argument
421 BP_SET_PSIZE(bp,x) global() argument
427 BP_GET_COMPRESS(bp) global() argument
429 BP_SET_COMPRESS(bp,x) global() argument
432 BP_IS_EMBEDDED(bp) global() argument
433 BP_SET_EMBEDDED(bp,x) global() argument
435 BP_GET_CHECKSUM(bp) global() argument
438 BP_SET_CHECKSUM(bp,x) global() argument
443 BP_GET_TYPE(bp) global() argument
444 BP_SET_TYPE(bp,x) global() argument
446 BP_GET_LEVEL(bp) global() argument
447 BP_SET_LEVEL(bp,x) global() argument
450 BP_USES_CRYPT(bp) global() argument
451 BP_SET_CRYPT(bp,x) global() argument
453 BP_IS_ENCRYPTED(bp) global() argument
458 BP_IS_AUTHENTICATED(bp) global() argument
463 BP_HAS_INDIRECT_MAC_CKSUM(bp) global() argument
466 BP_IS_PROTECTED(bp) global() argument
469 BP_GET_DEDUP(bp) global() argument
470 BP_SET_DEDUP(bp,x) global() argument
472 BP_GET_BYTEORDER(bp) global() argument
473 BP_SET_BYTEORDER(bp,x) global() argument
475 BP_GET_FREE(bp) global() argument
476 BP_SET_FREE(bp,x) global() argument
478 BP_GET_LOGICAL_BIRTH(bp) global() argument
479 BP_SET_LOGICAL_BIRTH(bp,x) global() argument
481 BP_GET_PHYSICAL_BIRTH(bp) global() argument
482 BP_SET_PHYSICAL_BIRTH(bp,x) global() argument
484 BP_GET_BIRTH(bp) global() argument
489 BP_SET_BIRTH(bp,logical,physical) global() argument
497 BP_GET_FILL(bp) global() argument
501 BP_SET_FILL(bp,fill) global() argument
509 BP_GET_IV2(bp) global() argument
512 BP_SET_IV2(bp,iv2) global() argument
518 BP_IS_METADATA(bp) global() argument
521 BP_GET_ASIZE(bp) global() argument
527 BP_GET_UCSIZE(bp) global() argument
530 BP_GET_NDVAS(bp) global() argument
536 BP_COUNT_GANG(bp) global() argument
556 BP_IDENTITY(bp) global() argument
557 BP_IS_GANG(bp) global() argument
561 BP_IS_HOLE(bp) global() argument
564 BP_SET_REDACTED(bp) global() argument
569 BP_IS_REDACTED(bp) global() argument
573 BP_IS_RAIDZ(bp) global() argument
576 BP_ZERO(bp) global() argument
599 BP_SHOULD_BYTESWAP(bp) global() argument
609 SNPRINTF_BLKPTR(func,ws,buf,size,bp,type,checksum,compress) global() argument
709 BP_GET_BUFC_TYPE(bp) global() argument
1231 dprintf_bp(bp,fmt,...) global() argument
1240 dprintf_bp(bp,fmt,...) global() argument
[all...]
/freebsd-src/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_buf.c49 dt_buf_create(dtrace_hdl_t *dtp, dt_buf_t *bp, const char *name, size_t len) in dt_buf_create()
67 dt_buf_destroy(dtrace_hdl_t *dtp, dt_buf_t *bp) in dt_buf_destroy()
76 dt_buf_reset(dtrace_hdl_t *dtp, dt_buf_t *bp) in dt_buf_reset()
85 dt_buf_write(dtrace_hdl_t *dtp, dt_buf_t *bp, in dt_buf_write()
139 dt_buf_offset(const dt_buf_t *bp, size_t align) in dt_buf_offset()
146 dt_buf_len(const dt_buf_t *bp) in dt_buf_len()
152 dt_buf_error(const dt_buf_t *bp) in dt_buf_error()
158 dt_buf_ptr(const dt_buf_t *bp) in dt_buf_ptr()
164 dt_buf_claim(dtrace_hdl_t *dtp, dt_buf_t *bp) in dt_buf_claim()
/freebsd-src/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_port.c62 struct bridge_port *bp; in bridge_ports_free() local
78 struct bridge_port *bp; in bridge_port_memif_free() local
95 struct bridge_port *bp, struct bridge_port **f_bp) in bridge_port_insert_at()
160 struct bridge_port *bp, struct bridge_port **f_bp) in bridge_port_memif_insert()
212 bridge_port_next(struct bridge_port *bp) in bridge_port_next()
230 bridge_port_bif_next(struct bridge_port *bp) in bridge_port_bif_next()
245 bridge_port_remove(struct bridge_port *bp, struct bridge_if *bif) in bridge_port_remove()
262 struct bridge_port *bp; in bridge_new_port() local
298 bridge_port_getinfo_mibif(struct mibif *m_if, struct bridge_port *bp) in bridge_port_getinfo_mibif()
313 struct bridge_port *bp; in bridge_port_find() local
[all …]
/freebsd-src/sys/geom/
H A Dgeom_io.c130 struct bio *bp; in g_bioq_first() local
146 struct bio *bp; in g_new_bio() local
164 struct bio *bp; in g_alloc_bio() local
180 g_destroy_bio(struct bio *bp) in g_destroy_bio()
195 g_clone_bio(struct bio *bp) in g_clone_bio()
240 g_duplicate_bio(struct bio *bp) in g_duplicate_bio()
269 g_reset_bio(struct bio *bp) in g_reset_bio()
290 struct bio *bp; in g_io_getattr() local
310 struct bio *bp; in g_io_zonecmd() local
350 struct bio *bp; in g_io_speedup() local
[all …]
/freebsd-src/sys/kern/
H A Dsubr_disk.c39 disk_err(struct bio *bp, const char *what, int blkdone, int nl) in disk_err()
163 bioq_remove(struct bio_queue_head *head, struct bio *bp) in bioq_remove()
181 struct bio *bp; in bioq_flush() local
188 bioq_insert_head(struct bio_queue_head *head, struct bio *bp) in bioq_insert_head()
199 bioq_insert_tail(struct bio_queue_head *head, struct bio *bp) in bioq_insert_tail()
219 struct bio *bp; in bioq_takefirst() local
233 bioq_bio_key(struct bio_queue_head *head, struct bio *bp) in bioq_bio_key()
247 bioq_disksort(struct bio_queue_head *head, struct bio *bp) in bioq_disksort()
H A Dvfs_bio.c579 bdirtysub(struct buf * bp) bdirtysub() argument
599 bdirtyadd(struct buf * bp) bdirtyadd() argument
643 bufspace_adjust(struct buf * bp,int bufsize) bufspace_adjust() argument
884 bufmallocadjust(struct buf * bp,int bufsize) bufmallocadjust() argument
922 runningbufwakeup(struct buf * bp) runningbufwakeup() argument
976 vfs_buf_test_cache(struct buf * bp,vm_ooffset_t foff,vm_offset_t off,vm_offset_t size,vm_page_t m) vfs_buf_test_cache() argument
1204 struct buf *bp; bufinit() local
1351 vfs_buf_check_mapped(struct buf * bp) vfs_buf_check_mapped() argument
1363 vfs_buf_check_unmapped(struct buf * bp) vfs_buf_check_unmapped() argument
1370 BUF_CHECK_MAPPED(bp) global() argument
1371 BUF_CHECK_UNMAPPED(bp) global() argument
1373 BUF_CHECK_MAPPED(bp) global() argument
1374 BUF_CHECK_UNMAPPED(bp) global() argument
1378 isbufbusy(struct buf * bp) isbufbusy() argument
1393 struct buf *bp; bufshutdown() local
1517 bpmap_qenter(struct buf * bp) bpmap_qenter() argument
1533 bufdomain(struct buf * bp) bufdomain() argument
1540 bufqueue(struct buf * bp) bufqueue() argument
1564 bufqueue_acquire(struct buf * bp) bufqueue_acquire() argument
1593 binsfree(struct buf * bp,int qindex) binsfree() argument
1633 buf_free(struct buf * bp) buf_free() argument
1668 struct buf *bp; buf_import() local
1693 struct buf *bp; buf_release() local
1717 struct buf *bp; buf_alloc() local
1793 struct buf *bp, *nbp; buf_recycle() local
1885 bremfree(struct buf * bp) bremfree() argument
1905 bremfreef(struct buf * bp) bremfreef() argument
1949 bq_remove(struct bufqueue * bq,struct buf * bp) bq_remove() argument
1974 struct buf *bp; bd_flush() local
2020 bq_insert(struct bufqueue * bq,struct buf * bp,bool unlock) bq_insert() argument
2068 bufkva_free(struct buf * bp) bufkva_free() argument
2097 bufkva_alloc(struct buf * bp,int maxsize,int gbflags) bufkva_alloc() argument
2226 struct buf *bp; breadn_flags() local
2305 bufwrite(struct buf * bp) bufwrite() argument
2395 bufbdflush(struct bufobj * bo,struct buf * bp) bufbdflush() argument
2447 bdwrite(struct buf * bp) bdwrite() argument
2540 bdirty(struct buf * bp) bdirty() argument
2570 bundirty(struct buf * bp) bundirty() argument
2599 bawrite(struct buf * bp) bawrite() argument
2616 babarrierwrite(struct buf * bp) babarrierwrite() argument
2633 bbarrierwrite(struct buf * bp) bbarrierwrite() argument
2682 brelse(struct buf * bp) brelse() argument
2891 bqrelse(struct buf * bp) bqrelse() argument
2954 vfs_vmio_iodone(struct buf * bp) vfs_vmio_iodone() argument
3025 vfs_vmio_invalidate(struct buf * bp) vfs_vmio_invalidate() argument
3078 vfs_vmio_truncate(struct buf * bp,int desiredpages) vfs_vmio_truncate() argument
3123 vfs_vmio_extend(struct buf * bp,int desiredpages,int size) vfs_vmio_extend() argument
3248 vfs_bio_awrite(struct buf * bp) vfs_bio_awrite() argument
3316 getnewbuf_kva(struct buf * bp,int gbflags,int maxsize) getnewbuf_kva() argument
3352 struct buf *bp; getnewbuf() local
3574 struct buf *bp; flushbufqueues() local
3777 vfs_clean_pages_dirty_buf(struct buf * bp) vfs_clean_pages_dirty_buf() argument
3806 vfs_setdirty_range(struct buf * bp) vfs_setdirty_range() argument
3863 bp_unmapped_get_kva(struct buf * bp,daddr_t blkno,int size,int gbflags) bp_unmapped_get_kva() argument
3921 struct buf *bp; getblk() local
3977 struct buf *bp; getblkx() local
4304 struct buf *bp; geteblk() local
4323 vfs_nonvmio_truncate(struct buf * bp,int newbsize) vfs_nonvmio_truncate() argument
4346 vfs_nonvmio_extend(struct buf * bp,int newbsize) vfs_nonvmio_extend() argument
4408 allocbuf(struct buf * bp,int size) allocbuf() argument
4463 biodone(struct bio * bp) biodone() argument
4510 biowait(struct bio * bp,const char * wmesg) biowait() argument
4527 biofinish(struct bio * bp,struct devstat * stat,int error) biofinish() argument
4541 biotrack_buf(struct bio * bp,const char * location) biotrack_buf() argument
4556 bufwait(struct buf * bp) bufwait() argument
4593 bufdone(struct buf * bp) bufdone() argument
4659 vfs_unbusy_pages(struct buf * bp) vfs_unbusy_pages() argument
4698 vfs_page_set_valid(struct buf * bp,vm_ooffset_t off,vm_page_t m) vfs_page_set_valid() argument
4727 vfs_page_set_validclean(struct buf * bp,vm_ooffset_t off,vm_page_t m) vfs_page_set_validclean() argument
4759 vfs_busy_pages_acquire(struct buf * bp) vfs_busy_pages_acquire() argument
4768 vfs_busy_pages_release(struct buf * bp) vfs_busy_pages_release() argument
4789 vfs_busy_pages(struct buf * bp,int clear_modify) vfs_busy_pages() argument
4856 vfs_bio_set_valid(struct buf * bp,int base,int size) vfs_bio_set_valid() argument
4904 vfs_bio_clrbuf(struct buf * bp) vfs_bio_clrbuf() argument
4949 vfs_bio_bzero_buf(struct buf * bp,int base,int size) vfs_bio_bzero_buf() argument
4979 b_io_dismiss(struct buf * bp,int ioflag,bool release) b_io_dismiss() argument
5000 vfs_bio_brelse(struct buf * bp,int ioflag) vfs_bio_brelse() argument
5007 vfs_bio_set_flags(struct buf * bp,int ioflag) vfs_bio_set_flags() argument
5019 vm_hold_load_pages(struct buf * bp,vm_offset_t from,vm_offset_t to) vm_hold_load_pages() argument
5051 vm_hold_free_pages(struct buf * bp,int newbsize) vm_hold_free_pages() argument
5087 vmapbuf(struct buf * bp,void * uaddr,size_t len,int mapbuf) vmapbuf() argument
5118 vunmapbuf(struct buf * bp) vunmapbuf() argument
5131 bdone(struct buf * bp) bdone() argument
5143 bwait(struct buf * bp,u_char pri,const char * wchan) bwait() argument
5162 bufstrategy(struct bufobj * bo,struct buf * bp) bufstrategy() argument
5248 bdata2bio(struct buf * bp,struct bio * bip) bdata2bio() argument
5312 struct buf *bp; vfs_bio_getpages() local
5477 struct buf *bp = (struct buf *)addr; DB_SHOW_COMMAND() local
5539 struct buf *bp; DB_SHOW_COMMAND_FLAGS() local
5604 struct buf *bp; DB_SHOW_COMMAND_FLAGS() local
5621 struct buf *bp; DB_SHOW_COMMAND() local
5642 struct buf *bp; DB_COMMAND_FLAGS() local
[all...]
/freebsd-src/sys/dev/bnxt/bnxt_en/
H A Dbnxt_ulp.c57 struct bnxt_softc *bp = edev->softc; in bnxt_register_dev() local
89 struct bnxt_softc *bp = edev->softc; in bnxt_unregister_dev() local
117 static void bnxt_fill_msix_vecs(struct bnxt_softc *bp, struct bnxt_msix_entry *ent) in bnxt_fill_msix_vecs()
138 struct bnxt_softc *bp = edev->softc; in bnxt_req_msix_vecs() local
162 struct bnxt_softc *bp = edev->softc; in bnxt_free_msix_vecs() local
182 int bnxt_get_ulp_msix_num(struct bnxt_softc *bp) in bnxt_get_ulp_msix_num()
192 int bnxt_get_ulp_msix_base(struct bnxt_softc *bp) in bnxt_get_ulp_msix_base()
227 void bnxt_ulp_stop(struct bnxt_softc *bp) in bnxt_ulp_stop()
248 void bnxt_ulp_start(struct bnxt_softc *bp, int err) in bnxt_ulp_start()
273 void bnxt_ulp_sriov_cfg(struct bnxt_softc *bp, int num_vfs) in bnxt_ulp_sriov_cfg()
[all …]
/freebsd-src/usr.sbin/ppp/
H A Dmbuf.c78 m_length(struct mbuf *bp) in m_length()
107 struct mbuf *bp; in m_get() local
165 m_free(struct mbuf *bp) in m_free()
188 m_freem(struct mbuf *bp) in m_freem()
195 mbuf_Read(struct mbuf *bp, void *v, size_t len) in mbuf_Read()
223 mbuf_View(struct mbuf *bp, void *v, size_t len) in mbuf_View()
243 m_prepend(struct mbuf *bp, const void *ptr, size_t len, u_short extra) in m_prepend()
273 m_adj(struct mbuf *bp, ssize_t n) in m_adj()
303 mbuf_Write(struct mbuf *bp, const void *ptr, size_t m_len) in mbuf_Write()
347 struct mbuf *bp; in m_dequeue() local
[all …]
H A Dfsm.c193 struct mbuf *bp; in fsm_Output() local
466 FsmRecvConfigReq(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvConfigReq()
609 FsmRecvConfigAck(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvConfigAck()
672 FsmRecvConfigNak(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvConfigNak()
738 FsmRecvTermReq(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvTermReq()
774 FsmRecvTermAck(struct fsm *fp, struct fsmheader *lhp __unused, struct mbuf *bp) in FsmRecvTermAck()
802 FsmRecvConfigRej(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvConfigRej()
871 struct mbuf *bp) in FsmRecvCodeRej()
877 FsmRecvProtoRej(struct fsm *fp, struct fsmheader *lhp __unused, struct mbuf *bp) in FsmRecvProtoRej()
949 FsmRecvEchoReq(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvEchoReq()
[all …]
/freebsd-src/lib/libc/db/mpool/
H A Dmpool.c112 BKT *bp; in mpool_new() local
146 BKT *bp; in mpool_delete() local
178 BKT *bp; in mpool_get() local
271 BKT *bp; in mpool_put() local
297 BKT *bp; in mpool_close() local
318 BKT *bp; in mpool_sync() local
338 BKT *bp; in mpool_bkt() local
390 mpool_write(MPOOL *mp, BKT *bp) in mpool_write()
427 BKT *bp; in mpool_look() local
452 BKT *bp; in mpool_stat() local
/freebsd-src/crypto/openssl/crypto/x509/
H A Dx_all.c185 X509 *d2i_X509_bio(BIO *bp, X509 **x509) in d2i_X509_bio()
190 int i2d_X509_bio(BIO *bp, const X509 *x509) in i2d_X509_bio()
207 X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl) in d2i_X509_CRL_bio()
212 int i2d_X509_CRL_bio(BIO *bp, const X509_CRL *crl) in i2d_X509_CRL_bio()
241 PKCS7 *d2i_PKCS7_bio(BIO *bp, PKCS7 **p7) in d2i_PKCS7_bio()
258 int i2d_PKCS7_bio(BIO *bp, const PKCS7 *p7) in i2d_PKCS7_bio()
275 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req) in d2i_X509_REQ_bio()
288 int i2d_X509_REQ_bio(BIO *bp, const X509_REQ *req) in i2d_X509_REQ_bio()
327 RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa) in d2i_RSAPrivateKey_bio()
332 int i2d_RSAPrivateKey_bio(BIO *bp, const RSA *rsa) in i2d_RSAPrivateKey_bio()
[all …]
/freebsd-src/sys/geom/vinum/
H A Dgeom_vinum_plex.c
/freebsd-src/contrib/tcpdump/
H A Dprint-pfsync.c85 pfsync_ip_print(netdissect_options *ndo , const u_char *bp, u_int len) in pfsync_ip_print()
138 const u_char *bp, u_int len) in pfsync_print()
210 pfsync_print_clr(netdissect_options *ndo, const void *bp) in pfsync_print_clr()
220 pfsync_print_state_1301(netdissect_options *ndo, const void *bp) in pfsync_print_state_1301()
229 pfsync_print_state_1400(netdissect_options *ndo, const void *bp) in pfsync_print_state_1400()
238 pfsync_print_ins_ack(netdissect_options *ndo, const void *bp) in pfsync_print_ins_ack()
247 pfsync_print_upd_c(netdissect_options *ndo, const void *bp) in pfsync_print_upd_c()
260 pfsync_print_upd_req(netdissect_options *ndo, const void *bp) in pfsync_print_upd_req()
269 pfsync_print_del_c(netdissect_options *ndo, const void *bp) in pfsync_print_del_c()
278 pfsync_print_bus(netdissect_options *ndo, const void *bp) in pfsync_print_bus()
[all …]
H A Dprint-resp.c210 resp_print(netdissect_options * ndo,const u_char * bp,u_int length) resp_print() argument
240 resp_parse(netdissect_options * ndo,const u_char * bp,int length) resp_parse() argument
270 resp_print_simple_string(netdissect_options * ndo,const u_char * bp,int length) resp_print_simple_string() argument
275 resp_print_integer(netdissect_options * ndo,const u_char * bp,int length) resp_print_integer() argument
280 resp_print_error(netdissect_options * ndo,const u_char * bp,int length) resp_print_error() argument
285 resp_print_string_error_integer(netdissect_options * ndo,const u_char * bp,int length) resp_print_string_error_integer() argument
320 resp_print_bulk_string(netdissect_options * ndo,const u_char * bp,int length) resp_print_bulk_string() argument
366 resp_print_bulk_array(netdissect_options * ndo,const u_char * bp,int length) resp_print_bulk_array() argument
405 resp_print_inline(netdissect_options * ndo,const u_char * bp,int length) resp_print_inline() argument
452 resp_get_length(netdissect_options * ndo,const u_char * bp,int len,const u_char ** endp) resp_get_length() argument
[all...]
H A Dprint-geonet.c76 ND_PRINT("; BTP Dst:%u", GET_BE_U_2(bp + 0)); in print_btp() argument
84 ND_PRINT("GN_ADDR:%s ", GET_LINKADDR_STRING(bp, LINKADDR_OTHER, GEONET_ADDR_LEN)); in print_long_pos_vector() argument
61 print_btp_body(netdissect_options * ndo,const u_char * bp) print_btp_body() argument
97 geonet_print(netdissect_options * ndo,const u_char * bp,u_int length,const struct lladdr_info * src) geonet_print() argument
[all...]
H A Dprint-gre.c79 gre_print(netdissect_options * ndo,const u_char * bp,u_int length) gre_print() argument
108 gre_print_0(netdissect_options * ndo,const u_char * bp,u_int length) gre_print_0() argument
235 gre_print_1(netdissect_options * ndo,const u_char * bp,u_int length) gre_print_1() argument
320 gre_sre_print(netdissect_options * ndo,uint16_t af,uint8_t sreoff,uint8_t srelen,const u_char * bp,u_int len) gre_sre_print() argument
344 gre_sre_ip_print(netdissect_options * ndo,uint8_t sreoff,uint8_t srelen,const u_char * bp,u_int len) gre_sre_ip_print() argument
382 gre_sre_asn_print(netdissect_options * ndo,uint8_t sreoff,uint8_t srelen,const u_char * bp,u_int len) gre_sre_asn_print() argument
[all...]
H A Dprint-ip6opts.c45 ip6_sopt_print(netdissect_options * ndo,const u_char * bp,int len) ip6_sopt_print() argument
90 ip6_opt_process(netdissect_options * ndo,const u_char * bp,int len,int * found_jumbop,uint32_t * payload_len) ip6_opt_process() argument
219 hbhopt_process(netdissect_options * ndo,const u_char * bp,int * found_jumbo,uint32_t * jumbolen) hbhopt_process() argument
240 dstopt_process(netdissect_options * ndo,const u_char * bp) dstopt_process() argument
[all...]
/freebsd-src/sys/sys/
H A Dbuf.h298 #define BUF_LOCKINIT(bp, wmesg) \ argument
304 #define BUF_LOCK(bp, locktype, interlock) \ argument
312 #define BUF_TIMELOCK(bp, locktype, interlock, wmesg, catch, timo) \ argument
321 #define BUF_UNLOCK(bp) d argument
327 BUF_UNLOCK_RAW(bp) global() argument
336 BUF_LOCKRECURSED(bp) global() argument
342 BUF_ISLOCKED(bp) global() argument
348 BUF_DISOWNED(bp) global() argument
354 BUF_LOCKFREE(bp) global() argument
360 BUF_LOCKPRINTINFO(bp) global() argument
367 BUF_ASSERT_LOCKED(bp) global() argument
369 BUF_ASSERT_SLOCKED(bp) global() argument
371 BUF_ASSERT_XLOCKED(bp) global() argument
373 BUF_ASSERT_UNLOCKED(bp) global() argument
376 BUF_ASSERT_LOCKED(bp) global() argument
377 BUF_ASSERT_SLOCKED(bp) global() argument
378 BUF_ASSERT_XLOCKED(bp) global() argument
379 BUF_ASSERT_UNLOCKED(bp) global() argument
389 BUF_KERNPROC(bp) global() argument
425 bwrite(struct buf * bp) bwrite() argument
436 bstrategy(struct buf * bp) bstrategy() argument
448 buf_start(struct buf * bp) buf_start() argument
458 buf_complete(struct buf * bp) buf_complete() argument
468 buf_deallocate(struct buf * bp) buf_deallocate() argument
475 buf_countdeps(struct buf * bp,int i) buf_countdeps() argument
499 clrbuf(bp) global() argument
533 buf_mapped(struct buf * bp) buf_mapped() argument
[all...]
/freebsd-src/usr.sbin/lpr/common_source/
H A Dprintcap.c94 char *bp; in getprintcap() local
140 char *bp; in firstprinter() local
162 char *bp; in nextprinter() local
205 getprintcap_int(char *bp, struct printer *pp) in getprintcap_int()
364 capdb_getaltstr(char *bp, const char *shrt, const char *lng, in capdb_getaltstr()
388 capdb_getaltnum(char *bp, const char *shrt, const char *lng, long dflt, in capdb_getaltnum()
408 capdb_getaltlog(char *bp, const char *shrt, const char *lng) in capdb_getaltlog()
424 capdb_canonical_name(const char *bp) in capdb_canonical_name()
/freebsd-src/contrib/nvi/common/
H A Dmem.h60 #define GET_SPACE_GOTO(sp, type, bp, blen, nlen) do { \ argument
74 #define GET_SPACE_GOTOC(sp, bp, blen, nlen) \ argument
76 #define GET_SPACE_GOTOW(sp, bp, blen, nlen) \ argument
78 #define GET_SPACE_RET(sp, type, bp, ble argument
92 GET_SPACE_RETC(sp,bp,blen,nlen) global() argument
94 GET_SPACE_RETW(sp,bp,blen,nlen) global() argument
101 ADD_SPACE_GOTO(sp,type,bp,blen,nlen) global() argument
113 ADD_SPACE_GOTOC(sp,bp,blen,nlen) global() argument
115 ADD_SPACE_GOTOW(sp,bp,blen,nlen) global() argument
117 ADD_SPACE_RET(sp,type,bp,blen,nlen) global() argument
129 ADD_SPACE_RETC(sp,bp,blen,nlen) global() argument
131 ADD_SPACE_RETW(sp,bp,blen,nlen) global() argument
135 FREE_SPACE(sp,bp,blen) global() argument
142 FREE_SPACEW(sp,bp,blen) global() argument
[all...]
/freebsd-src/crypto/openssl/crypto/bio/
H A Dbss_log.c232 static int slg_puts(BIO *bp, const char *str) in slg_puts()
243 static void xopenlog(BIO *bp, char *name, int level) in xopenlog()
251 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog()
291 static void xcloselog(BIO *bp) in xcloselog()
302 static void xopenlog(BIO *bp, char *name, int level) in xopenlog()
307 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog()
385 static void xcloselog(BIO *bp) in xcloselog()
391 static void xopenlog(BIO *bp, char *name, int level) in xopenlog()
400 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog()
405 static void xcloselog(BIO *bp) in xcloselog()
/freebsd-src/sys/geom/eli/
H A Dg_eli_privacy.c65 g_eli_bio_copyin(struct bio *bp, void *kaddr) in g_eli_bio_copyin()
90 struct bio *bp; in g_eli_crypto_read_done() local
143 struct bio *bp, *cbp; in g_eli_crypto_write_done() local
206 g_eli_crypto_read(struct g_eli_softc *sc, struct bio *bp, boolean_t fromworker) in g_eli_crypto_read()
254 g_eli_crypto_run(struct g_eli_worker *wr, struct bio *bp) in g_eli_crypto_run()
/freebsd-src/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c54 bootp_print(struct bootp *bp, int length, u_short sport, u_short dport) in bootp_print() argument
272 rfc1048_print(u_char * bp,int length) rfc1048_print() argument
372 cmu_print(u_char * bp,int length) cmu_print() argument
418 other_print(u_char * bp,int length) other_print() argument
456 dump_hex(u_char * bp,int len) dump_hex() argument
[all...]
/freebsd-src/usr.sbin/rtadvd/
H A Dadvcap.c103 tgetent(char *bp, char *name) in tgetent()
109 getent(char *bp, char *name, const char *cfile) in getent()
255 tskip(char *bp) in tskip()
303 char *bp = tbuf; in tgetnum() local
336 char *bp = tbuf; in tgetflag() local
363 char *bp = tbuf; in tgetstr() local

12345678910>>...32