Home
last modified time | relevance | path

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

12345678910>>...34

/freebsd/sys/net/
H A Dbridgestp.c154 bstp_transmit(struct bstp_state *bs, struct bstp_port *bp) in bstp_transmit()
194 bstp_transmit_bpdu(struct bstp_state *bs, struct bstp_port *bp) in bstp_transmit_bpdu()
230 bstp_transmit_tcn(struct bstp_state *bs, struct bstp_port *bp) in bstp_transmit_tcn()
269 bstp_decode_bpdu(struct bstp_port *bp, struct bstp_cbpdu *cpdu, in bstp_decode_bpdu()
342 bstp_send_bpdu(struct bstp_state *bs, struct bstp_port *bp, in bstp_send_bpdu()
399 bstp_pdu_flags(struct bstp_port *bp) in bstp_pdu_flags()
456 bstp_input(struct bstp_port *bp, struct ifnet *ifp, struct mbuf *m) in bstp_input()
533 bstp_received_stp(struct bstp_state *bs, struct bstp_port *bp, in bstp_received_stp()
558 bstp_received_rstp(struct bstp_state *bs, struct bstp_port *bp, in bstp_received_rstp()
577 bstp_received_tcn(struct bstp_state *bs, struct bstp_port *bp, in bstp_received_tcn()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa.h325 #define BPE_GET_ETYPE(bp) \ argument
328 #define BPE_SET_ETYPE(bp, t) do { \ argument
333 #define BPE_GET_LSIZE(bp) \ argument
336 #define BPE_SET_LSIZE(bp, x) do { \ argument
341 #define BPE_GET_PSIZE(bp) \ argument
344 #define BPE_SET_PSIZE(bp, x) do { \ argument
358 #define BPE_IS_PAYLOADWORD(bp, wp) \ argument
411 #define BP_GET_LSIZE(bp) \ argument
415 #define BP_SET_LSIZE(bp, x) do { \ argument
421 #define BP_GET_PSIZE(bp) \ argument
[all …]
/freebsd/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/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/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/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.c581 bdirtysub(struct buf *bp) in bdirtysub()
601 bdirtyadd(struct buf *bp) in bdirtyadd()
645 bufspace_adjust(struct buf *bp, int bufsize) in bufspace_adjust()
887 bufmallocadjust(struct buf *bp, int bufsize) in bufmallocadjust()
925 runningbufwakeup(struct buf *bp) in runningbufwakeup()
948 runningbufclaim(struct buf *bp, int space) in runningbufclaim()
989 vfs_buf_test_cache(struct buf *bp, vm_ooffset_t foff, vm_offset_t off, in vfs_buf_test_cache()
1217 struct buf *bp; in bufinit() local
1365 vfs_buf_check_mapped(struct buf *bp) in vfs_buf_check_mapped()
1377 vfs_buf_check_unmapped(struct buf *bp) in vfs_buf_check_unmapped()
[all …]
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_ulp.c58 struct bnxt_softc *bp = edev->softc; in bnxt_register_dev() local
90 struct bnxt_softc *bp = edev->softc; in bnxt_unregister_dev() local
118 static void bnxt_fill_msix_vecs(struct bnxt_softc *bp, struct bnxt_msix_entry *ent) in bnxt_fill_msix_vecs()
139 struct bnxt_softc *bp = edev->softc; in bnxt_req_msix_vecs() local
163 struct bnxt_softc *bp = edev->softc; in bnxt_free_msix_vecs() local
183 int bnxt_get_ulp_msix_num(struct bnxt_softc *bp) in bnxt_get_ulp_msix_num()
193 int bnxt_get_ulp_msix_base(struct bnxt_softc *bp) in bnxt_get_ulp_msix_base()
228 void bnxt_ulp_stop(struct bnxt_softc *bp) in bnxt_ulp_stop()
249 void bnxt_ulp_start(struct bnxt_softc *bp, int err) in bnxt_ulp_start()
274 void bnxt_ulp_sriov_cfg(struct bnxt_softc *bp, int num_vfs) in bnxt_ulp_sriov_cfg()
[all …]
H A Dbnxt_log.c41 bnxt_fill_coredump_seg_hdr(struct bnxt_softc *bp, in bnxt_fill_coredump_seg_hdr()
69 bnxt_register_logger(struct bnxt_softc *bp, uint16_t logger_id, in bnxt_register_logger()
99 bnxt_unregister_logger(struct bnxt_softc *bp, int logger_id) in bnxt_unregister_logger()
152 bnxt_log_add_msg(struct bnxt_softc *bp, uint16_t logger_id, in bnxt_log_add_msg()
192 bnxt_log_live(struct bnxt_softc *bp, uint16_t logger_id, in bnxt_log_live()
255 bnxt_get_loggers_coredump_size(struct bnxt_softc *bp) in bnxt_get_loggers_coredump_size()
270 bnxt_start_logging_driver_coredump(struct bnxt_softc *bp, char *dest_buf) in bnxt_start_logging_driver_coredump()
307 bnxt_reset_loggers(struct bnxt_softc *bp) in bnxt_reset_loggers()
/freebsd/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/crypto/krb5/src/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.c112 BKT *bp; in mpool_new() local
146 BKT *bp; in mpool_delete() local
175 BKT *bp; in mpool_get() local
269 BKT *bp; in mpool_put() local
295 BKT *bp; in mpool_close() local
315 BKT *bp; in mpool_sync() local
335 BKT *bp; in mpool_bkt() local
390 mpool_write(MPOOL *mp, BKT *bp) in mpool_write()
435 BKT *bp; in mpool_look() local
459 BKT *bp; in mpool_stat() local
/freebsd/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
275 BKT *bp; in mpool_put() local
301 BKT *bp; in mpool_close() local
322 BKT *bp; in mpool_sync() local
342 BKT *bp; in mpool_bkt() local
394 mpool_write(MPOOL *mp, BKT *bp) in mpool_write()
431 BKT *bp; in mpool_look() local
456 BKT *bp; in mpool_stat() local
/freebsd/crypto/openssl/crypto/x509/
H A Dx_all.c227 X509 *d2i_X509_bio(BIO *bp, X509 **x509) in d2i_X509_bio()
232 int i2d_X509_bio(BIO *bp, const X509 *x509) in i2d_X509_bio()
249 X509_CRL *d2i_X509_CRL_bio(BIO *bp, X509_CRL **crl) in d2i_X509_CRL_bio()
254 int i2d_X509_CRL_bio(BIO *bp, const X509_CRL *crl) in i2d_X509_CRL_bio()
283 PKCS7 *d2i_PKCS7_bio(BIO *bp, PKCS7 **p7) in d2i_PKCS7_bio()
300 int i2d_PKCS7_bio(BIO *bp, const PKCS7 *p7) in i2d_PKCS7_bio()
317 X509_REQ *d2i_X509_REQ_bio(BIO *bp, X509_REQ **req) in d2i_X509_REQ_bio()
330 int i2d_X509_REQ_bio(BIO *bp, const X509_REQ *req) in i2d_X509_REQ_bio()
370 RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa) in d2i_RSAPrivateKey_bio()
375 int i2d_RSAPrivateKey_bio(BIO *bp, const RSA *rsa) in i2d_RSAPrivateKey_bio()
[all …]
/freebsd/sys/sys/
H A Dbuf.h300 #define BUF_LOCKINIT(bp, wmesg) \ argument
306 #define BUF_LOCK(bp, locktype, interlock) \ argument
314 #define BUF_TIMELOCK(bp, locktype, interlock, wmesg, catch, timo) \ argument
323 #define BUF_UNLOCK(bp) do { \ argument
329 #define BUF_UNLOCK_RAW(bp) do { \ argument
338 #define BUF_LOCKRECURSED(bp) \ argument
344 #define BUF_ISLOCKED(bp) \ argument
350 #define BUF_DISOWNED(bp) \ argument
356 #define BUF_LOCKFREE(bp) \ argument
362 #define BUF_LOCKPRINTINFO(bp) \ argument
[all …]
/freebsd/contrib/tcpdump/
H A Dprint-pfsync.c85 pfsync_ip_print(netdissect_options *ndo , const u_char *bp, u_int len) in pfsync_ip_print()
141 const u_char *bp, u_int len) in pfsync_print()
213 pfsync_print_clr(netdissect_options *ndo, const void *bp) in pfsync_print_clr()
223 pfsync_print_state_1301(netdissect_options *ndo, const void *bp) in pfsync_print_state_1301()
232 pfsync_print_state_1400(netdissect_options *ndo, const void *bp) in pfsync_print_state_1400()
241 pfsync_print_state_1500(netdissect_options *ndo, const void *bp) in pfsync_print_state_1500()
250 pfsync_print_ins_ack(netdissect_options *ndo, const void *bp) in pfsync_print_ins_ack()
259 pfsync_print_upd_c(netdissect_options *ndo, const void *bp) in pfsync_print_upd_c()
272 pfsync_print_upd_req(netdissect_options *ndo, const void *bp) in pfsync_print_upd_req()
281 pfsync_print_del_c(netdissect_options *ndo, const void *bp) in pfsync_print_del_c()
[all …]
H A Dprint-resp.c208 resp_print(netdissect_options *ndo, const u_char *bp, u_int length) in resp_print()
238 resp_parse(netdissect_options *ndo, const u_char *bp, int length) in resp_parse()
268 resp_print_simple_string(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_simple_string()
273 resp_print_integer(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_integer()
278 resp_print_error(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_error()
283 resp_print_string_error_integer(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_string_error_integer()
318 resp_print_bulk_string(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_bulk_string()
364 resp_print_bulk_array(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_bulk_array()
403 resp_print_inline(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_inline()
450 resp_get_length(netdissect_options *ndo, const u_char *bp, int len, const u_char **endp) in resp_get_length()
H A Dprint-gre.c77 gre_print(netdissect_options *ndo, const u_char *bp, u_int length) in gre_print()
106 gre_print_0(netdissect_options *ndo, const u_char *bp, u_int length) in gre_print_0()
233 gre_print_1(netdissect_options *ndo, const u_char *bp, u_int length) in gre_print_1()
318 uint8_t srelen, const u_char *bp, u_int len) in gre_sre_print()
342 const u_char *bp, u_int len) in gre_sre_ip_print()
380 const u_char *bp, u_int len) in gre_sre_asn_print()
H A Dprint-geonet.c59 const u_char *bp) in print_btp_body()
74 const u_char *bp) in print_btp()
82 const u_char *bp) in print_long_pos_vector()
95 geonet_print(netdissect_options *ndo, const u_char *bp, u_int length, in geonet_print()
/freebsd/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/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, blen, nlen) do { \ argument
92 #define GET_SPACE_RETC(sp, bp, blen, nlen) \ argument
94 #define GET_SPACE_RETW(sp, bp, blen, nlen) \ argument
101 #define ADD_SPACE_GOTO(sp, type, bp, blen, nlen) do { \ argument
113 #define ADD_SPACE_GOTOC(sp, bp, blen, nlen) \ argument
115 #define ADD_SPACE_GOTOW(sp, bp, blen, nlen) \ argument
117 #define ADD_SPACE_RET(sp, type, bp, blen, nlen) do { \ argument
[all …]
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_log.c192 static int slg_puts(BIO *bp, const char *str) in slg_puts()
203 static void xopenlog(BIO *bp, char *name, int level) in xopenlog()
211 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog()
251 static void xcloselog(BIO *bp) in xcloselog()
262 static void xopenlog(BIO *bp, char *name, int level) in xopenlog()
267 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog()
345 static void xcloselog(BIO *bp) in xcloselog()
351 static void xopenlog(BIO *bp, char *name, int level) in xopenlog()
360 static void xsyslog(BIO *bp, int priority, const char *string) in xsyslog()
365 static void xcloselog(BIO *bp) in xcloselog()
/freebsd/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/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()
272 rfc1048_print(u_char *bp, int length) in rfc1048_print()
372 cmu_print(u_char *bp, int length) in cmu_print()
418 other_print(u_char *bp, int length) in other_print()
456 dump_hex(u_char *bp, int len) in dump_hex()
/freebsd/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>>...34