Home
last modified time | relevance | path

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

12345678910>>...32

/freebsd/sys/net/
H A Dbridgestp.c398 bstp_pdu_flags(struct bstp_port *bp) in bstp_pdu_flags()
801 struct bstp_port *bp, *rbp = NULL; in bstp_assign_roles() local
1199 struct bstp_port *bp; in bstp_set_all_reroot() local
1210 struct bstp_port *bp; in bstp_set_all_sync() local
1546 struct bstp_port *bp; in bstp_set_holdcount() local
1563 struct bstp_port *bp; in bstp_set_protocol() local
1887 struct bstp_port *bp; in bstp_tick() local
2048 struct bstp_port *bp; in bstp_reinit() local
2211 struct bstp_port *bp; in bstp_stop() local
2249 bstp_enable(struct bstp_port *bp) in bstp_enable()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dspa.h323 #define BPE_GET_ETYPE(bp) \ argument
331 #define BPE_GET_LSIZE(bp) \ argument
339 #define BPE_GET_PSIZE(bp) \ argument
408 #define BP_GET_LSIZE(bp) \ argument
418 #define BP_GET_PSIZE(bp) \ argument
509 #define BP_GET_IV2(bp) \ argument
521 #define BP_GET_ASIZE(bp) \ argument
530 #define BP_GET_NDVAS(bp) \ argument
557 #define BP_IS_GANG(bp) \ argument
561 #define BP_IS_HOLE(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
262 struct bridge_port *bp; in bridge_new_port() local
313 struct bridge_port *bp; in bridge_port_find() local
331 struct bridge_port *bp; in bridge_ports_dump() local
348 struct bridge_port *bp; in op_dot1d_base_port() local
420 struct bridge_port *bp; in op_dot1d_stp_port() local
578 struct bridge_port *bp; in op_dot1d_stp_ext_port() local
719 struct bridge_port *bp; in op_dot1d_tp_port() local
824 struct bridge_port *bp; in bridge_port_index_get() local
[all …]
/freebsd/sys/geom/
H A Dgeom_io.c127 struct bio *bp; in g_bioq_first() local
143 struct bio *bp; in g_new_bio() local
161 struct bio *bp; in g_alloc_bio() local
287 struct bio *bp; in g_io_getattr() local
307 struct bio *bp; in g_io_zonecmd() local
347 struct bio *bp; in g_io_speedup() local
371 struct bio *bp; in g_io_flush() local
785 struct bio *bp; in g_io_schedule_down() local
849 struct bio *bp; in g_io_schedule_up() local
873 struct bio *bp; in g_read_data() 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.c1204 struct buf *bp; in bufinit() local
1393 struct buf *bp; in bufshutdown() local
1668 struct buf *bp; in buf_import() local
1693 struct buf *bp; in buf_release() local
1717 struct buf *bp; in buf_alloc() local
1974 struct buf *bp; in bd_flush() local
2226 struct buf *bp; in breadn_flags() local
3352 struct buf *bp; in getnewbuf() local
3574 struct buf *bp; in flushbufqueues() local
3921 struct buf *bp; in getblk() local
[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()
273 m_adj(struct mbuf *bp, ssize_t n) in m_adj()
347 struct mbuf *bp; in m_dequeue() local
367 m_enqueue(struct mqueue *queue, struct mbuf *bp) in m_enqueue()
381 m_pullup(struct mbuf *bp) in m_pullup()
[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()
738 FsmRecvTermReq(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvTermReq()
871 struct mbuf *bp) in FsmRecvCodeRej()
949 FsmRecvEchoReq(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvEchoReq()
987 struct mbuf *bp) in FsmRecvDiscReq()
993 FsmRecvIdent(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvIdent()
1016 struct mbuf *bp) in FsmRecvTimeRemain()
1022 FsmRecvResetReq(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvResetReq()
1037 FsmRecvResetAck(struct fsm *fp, struct fsmheader *lhp, struct mbuf *bp) in FsmRecvResetAck()
[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()
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()
327 RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa) in d2i_RSAPrivateKey_bio()
337 RSA *d2i_RSAPublicKey_bio(BIO *bp, RSA **rsa) in d2i_RSAPublicKey_bio()
342 RSA *d2i_RSA_PUBKEY_bio(BIO *bp, RSA **rsa) in d2i_RSA_PUBKEY_bio()
352 int i2d_RSA_PUBKEY_bio(BIO *bp, const RSA *rsa) in i2d_RSA_PUBKEY_bio()
380 DSA *d2i_DSAPrivateKey_bio(BIO *bp, DSA **dsa) in d2i_DSAPrivateKey_bio()
390 DSA *d2i_DSA_PUBKEY_bio(BIO *bp, DSA **dsa) in d2i_DSA_PUBKEY_bio()
[all …]
/freebsd/sys/geom/vinum/
H A Dgeom_vinum_plex.c54 gv_plex_start(struct gv_plex *p, struct bio *bp) in gv_plex_start()
328 gv_plex_raid5_done(struct gv_plex *p, struct bio *bp) in gv_plex_raid5_done()
538 struct bio *bp; in gv_plex_flush() local
548 gv_post_bio(struct gv_softc *sc, struct bio *bp) in gv_post_bio()
564 struct bio *bp; in gv_sync_request() local
599 gv_sync_complete(struct gv_plex *to, struct bio *bp) in gv_sync_complete()
678 struct bio *bp; in gv_grow_request() local
712 gv_grow_complete(struct gv_plex *p, struct bio *bp) in gv_grow_complete()
782 struct bio *bp, *cbp; in gv_init_request() local
825 gv_init_complete(struct gv_plex *p, struct bio *bp) in gv_init_complete()
[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.c210 resp_print(netdissect_options *ndo, const u_char *bp, u_int length) in resp_print()
240 resp_parse(netdissect_options *ndo, const u_char *bp, int length) in resp_parse()
270 resp_print_simple_string(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_simple_string()
275 resp_print_integer(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_integer()
280 resp_print_error(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_error()
285 resp_print_string_error_integer(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_string_error_integer()
320 resp_print_bulk_string(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_bulk_string()
366 resp_print_bulk_array(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_bulk_array()
405 resp_print_inline(netdissect_options *ndo, const u_char *bp, int length) { in resp_print_inline()
452 resp_get_length(netdissect_options *ndo, const u_char *bp, int len, const u_char **endp) in resp_get_length()
H A Dprint-geonet.c61 const u_char *bp) in print_btp_body()
76 const u_char *bp) in print_btp()
84 const u_char *bp) in print_long_pos_vector()
97 geonet_print(netdissect_options *ndo, const u_char *bp, u_int length, in geonet_print()
H A Dprint-gre.c79 gre_print(netdissect_options *ndo, const u_char *bp, u_int length) in gre_print()
108 gre_print_0(netdissect_options *ndo, const u_char *bp, u_int length) in gre_print_0()
235 gre_print_1(netdissect_options *ndo, const u_char *bp, u_int length) in gre_print_1()
320 uint8_t srelen, const u_char *bp, u_int len) in gre_sre_print()
344 const u_char *bp, u_int len) in gre_sre_ip_print()
382 const u_char *bp, u_int len) in gre_sre_asn_print()
H A Dprint-ip6opts.c45 ip6_sopt_print(netdissect_options *ndo, const u_char *bp, int len) in ip6_sopt_print()
90 ip6_opt_process(netdissect_options *ndo, const u_char *bp, int len, in ip6_opt_process()
219 hbhopt_process(netdissect_options *ndo, const u_char *bp, int *found_jumbo, in hbhopt_process()
240 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/sys/sys/
H A Dbuf.h342 #define BUF_ISLOCKED(bp) \ argument
369 #define BUF_ASSERT_LOCKED(bp) argument
370 #define BUF_ASSERT_SLOCKED(bp) argument
371 #define BUF_ASSERT_XLOCKED(bp) argument
418 bwrite(struct buf *bp) in bwrite()
429 bstrategy(struct buf *bp) in bstrategy()
441 buf_start(struct buf *bp) in buf_start()
451 buf_complete(struct buf *bp) in buf_complete()
461 buf_deallocate(struct buf *bp) in buf_deallocate()
492 #define clrbuf(bp) { \ argument
[all …]
/freebsd/contrib/nvi/common/
H A Dmem.h74 #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
113 #define ADD_SPACE_GOTOC(sp, bp, blen, nlen) \ argument
115 #define ADD_SPACE_GOTOW(sp, bp, blen, nlen) \ argument
129 #define ADD_SPACE_RETC(sp, bp, blen, nlen) \ argument
131 #define ADD_SPACE_RETW(sp, bp, blen, nlen) \ argument
135 #define FREE_SPACE(sp, bp, blen) 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