Home
last modified time | relevance | path

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

12345678910>>...32

/freebsd/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/sys/contrib/openzfs/include/sys/
H A Dspa.h323 #define BPE_GET_ETYPE(bp) \ argument
326 #define BPE_SET_ETYPE(bp, t) do { \ argument
331 #define BPE_GET_LSIZE(bp) \ argument
334 #define BPE_SET_LSIZE(bp, x) do { \ argument
339 #define BPE_GET_PSIZE(bp) \ argument
342 #define BPE_SET_PSIZE(bp, x) do { \ argument
356 #define BPE_IS_PAYLOADWORD(bp, wp) \ argument
408 #define BP_GET_LSIZE(bp) \ argument
412 #define BP_SET_LSIZE(bp, x) do { \ argument
418 #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.c579 bdirtysub(struct buf *bp) in bdirtysub()
599 bdirtyadd(struct buf *bp) in bdirtyadd()
643 bufspace_adjust(struct buf *bp, int bufsize) in bufspace_adjust()
884 bufmallocadjust(struct buf *bp, int bufsize) in bufmallocadjust()
922 runningbufwakeup(struct buf *bp) in runningbufwakeup()
945 runningbufclaim(struct buf *bp, int space) in runningbufclaim()
986 vfs_buf_test_cache(struct buf *bp, vm_ooffset_t foff, vm_offset_t off, in vfs_buf_test_cache()
1214 struct buf *bp; in bufinit() local
1362 vfs_buf_check_mapped(struct buf *bp) in vfs_buf_check_mapped()
1374 vfs_buf_check_unmapped(struct buf *bp) in vfs_buf_check_unmapped()
[all …]
/freebsd/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/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/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/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/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) do { \ argument
327 #define BUF_UNLOCK_RAW(bp) do { \ argument
336 #define BUF_LOCKRECURSED(bp) \ argument
342 #define BUF_ISLOCKED(bp) \ argument
348 #define BUF_DISOWNED(bp) \ argument
354 #define BUF_LOCKFREE(bp) \ argument
360 #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()
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.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()
H A Dprint-ip6opts.c43 ip6_sopt_print(netdissect_options *ndo, const u_char *bp, int len) in ip6_sopt_print()
88 ip6_opt_process(netdissect_options *ndo, const u_char *bp, int len, in ip6_opt_process()
217 hbhopt_process(netdissect_options *ndo, const u_char *bp, int *found_jumbo, in hbhopt_process()
238 dstopt_process(netdissect_options *ndo, const u_char *bp) in dstopt_process()
/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.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/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
/freebsd/usr.sbin/makefs/ffs/
H A Dbuf.c93 brelse(struct m_buf *bp) in brelse()
123 bwrite(struct m_buf *bp) in bwrite()
157 struct m_buf *bp; in bcleanup() local
182 struct m_buf *bp; in getblk() local

12345678910>>...32