Home
last modified time | relevance | path

Searched defs:bp (Results 101 – 125 of 797) sorted by relevance

12345678910>>...32

/freebsd/sys/dev/altera/sdcard/
H A Daltera_sdcard_io.c296 struct bio *bp; in altera_sdcard_io_start_internal() local
322 altera_sdcard_io_start(struct altera_sdcard_softc *sc, struct bio *bp) in altera_sdcard_io_start()
349 struct bio *bp; in altera_sdcard_io_complete() local
/freebsd/contrib/tcpdump/
H A Dprint-igmp.c113 const u_char *bp, u_int len) in print_mtrace()
132 const u_char *bp, u_int len) in print_igmpv3_report()
180 const u_char *bp, u_int len) in print_igmpv3_query()
229 const u_char *bp, u_int len) in igmp_print()
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_file.c347 static int file_gets(BIO *bp, char *buf, int size) in file_gets()
365 static int file_puts(BIO *bp, const char *str) in file_puts()
384 static int file_puts(BIO *bp, const char *str) in file_puts()
388 static int file_gets(BIO *bp, char *buf, int size) in file_gets()
H A Dbf_null.c101 static int nullf_gets(BIO *bp, char *buf, int size) in nullf_gets()
108 static int nullf_puts(BIO *bp, const char *str) in nullf_puts()
H A Dbio_dump.c114 static int write_bio(const void *data, size_t len, void *bp) in write_bio()
119 int BIO_dump(BIO *bp, const void *s, int len) in BIO_dump()
124 int BIO_dump_indent(BIO *bp, const void *s, int len, int indent) in BIO_dump_indent()
/freebsd/usr.sbin/makefs/msdos/
H A Dmsdosfs_vnops.c159 struct m_buf *bp = 0; in msdosfs_findslot() local
415 struct m_buf *bp; in msdosfs_updatede() local
439 struct m_buf *bp; in msdosfs_wfile() local
546 struct m_buf *bp; in msdosfs_mkdire() local
H A Dmsdosfs_denode.c90 struct m_buf *bp; in deget() local
215 struct m_buf *bp; in detrunc() local
/freebsd/crypto/openssl/include/openssl/
H A Ddh.h177 # define d2i_DHparams_bio(bp, x) \ argument
179 # define i2d_DHparams_bio(bp, x) \ argument
189 # define d2i_DHxparams_bio(bp, x) \ argument
191 # define i2d_DHxparams_bio(bp, x) \ argument
/freebsd/sys/dev/ofw/
H A Dofw_disk.c77 ofwd_startio(struct ofwd_softc *sc, struct bio *bp) in ofwd_startio()
104 struct bio *bp; in ofwd_kthread() local
187 g_ofwd_start(struct bio *bp) in g_ofwd_start()
/freebsd/crypto/openssl/crypto/asn1/
H A Df_string.c16 int i2a_ASN1_STRING(BIO *bp, const ASN1_STRING *a, int type) in i2a_ASN1_STRING()
48 int a2i_ASN1_STRING(BIO *bp, ASN1_STRING *bs, char *buf, int size) in a2i_ASN1_STRING()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dddt.c383 ddt_bp_fill(const ddt_phys_t *ddp, blkptr_t *bp, uint64_t txg) in ddt_bp_fill()
398 const ddt_key_t *ddk, const ddt_phys_t *ddp, blkptr_t *bp) in ddt_bp_create()
420 ddt_key_fill(ddt_key_t *ddk, const blkptr_t *bp) in ddt_key_fill()
434 ddt_phys_fill(ddt_phys_t *ddp, const blkptr_t *bp) in ddt_phys_fill()
482 ddt_phys_select(const ddt_entry_t *dde, const blkptr_t *bp) in ddt_phys_select()
506 ddt_select(spa_t *spa, const blkptr_t *bp) in ddt_select()
579 ddt_lookup(ddt_t *ddt, const blkptr_t *bp, boolean_t add) in ddt_lookup()
653 ddt_prefetch(spa_t *spa, const blkptr_t *bp) in ddt_prefetch()
795 ddt_class_contains(spa_t *spa, ddt_class_t max_class, const blkptr_t *bp) in ddt_class_contains()
821 ddt_repair_start(ddt_t *ddt, const blkptr_t *bp) in ddt_repair_start()
[all …]
H A Ddmu_traverse.c77 traverse_zil_block(zilog_t *zilog, const blkptr_t *bp, void *arg, in traverse_zil_block()
106 blkptr_t *bp = &lr->lr_blkptr; in traverse_zil_record() local
182 const blkptr_t *bp, const zbookmark_phys_t *zb) in traverse_prefetch_metadata()
211 prefetch_needed(prefetch_data_t *pfd, const blkptr_t *bp) in prefetch_needed()
222 const blkptr_t *bp, const zbookmark_phys_t *zb) in traverse_visitbp()
514 traverse_dnode(traverse_data_t *td, const blkptr_t *bp, const dnode_phys_t *dnp, in traverse_dnode()
561 traverse_prefetcher(spa_t *spa, zilog_t *zilog, const blkptr_t *bp, in traverse_prefetcher()
/freebsd/sys/geom/raid/
H A Dtr_raid1.c243 struct bio *bp; in g_raid_tr_raid1_rebuild_some() local
486 g_raid_tr_raid1_select_read_disk(struct g_raid_volume *vol, struct bio *bp, in g_raid_tr_raid1_select_read_disk()
523 g_raid_tr_iostart_raid1_read(struct g_raid_tr_object *tr, struct bio *bp) in g_raid_tr_iostart_raid1_read()
542 g_raid_tr_iostart_raid1_write(struct g_raid_tr_object *tr, struct bio *bp) in g_raid_tr_iostart_raid1_write()
604 g_raid_tr_iostart_raid1(struct g_raid_tr_object *tr, struct bio *bp) in g_raid_tr_iostart_raid1()
653 struct g_raid_subdisk *sd, struct bio *bp) in g_raid_tr_iodone_raid1()
945 struct bio *bp; in g_raid_tr_locked_raid1() local
/freebsd/sys/ufs/ffs/
H A Dffs_inode.c72 ffs_inode_bwrite(struct vnode *vp, struct buf *bp, int flags) in ffs_inode_bwrite()
97 struct buf *bp; in ffs_update() local
245 struct buf *bp; in ffs_truncate() local
704 struct buf *bp; in ffs_indirtrunc() local
H A Dffs_vfsops.c165 struct buf *bp; in ffs_blkatoff() local
190 ffs_load_inode(struct buf *bp, struct inode *ip, struct fs *fs, ino_t ino) in ffs_load_inode()
756 struct buf *bp; in ffs_reload() local
1251 struct buf *bp; in ffs_use_bread() local
1834 struct buf *bp; in ffs_vgetf() local
2069 struct buf *bp; in ffs_inotovp() local
2188 struct buf *bp; in ffs_use_bwrite() local
2284 ffs_backgroundwritedone(struct buf *bp) in ffs_backgroundwritedone()
2364 ffs_bufwrite(struct buf *bp) in ffs_bufwrite()
2478 ffs_geom_strategy(struct bufobj *bo, struct buf *bp) in ffs_geom_strategy()
H A Dffs_alloc.c263 struct buf *bp; in ffs_realloccg() local
1703 struct buf *bp; in ffs_fragextend() local
1782 struct buf *bp; in ffs_alloccg() local
1873 struct buf *bp, in ffs_alloccgblk()
1961 struct buf *bp; in ffs_clusteralloc() local
2265 struct buf *bp; in ffs_blkfree_cg() local
2556 struct buf *bp; in ffs_blkfree_sendtrim() local
2766 struct buf *bp; in ffs_checkfreeblk() local
2829 struct buf *bp; in ffs_freefile() local
2913 struct buf *bp; in ffs_checkfreefile() local
[all …]
/freebsd/sys/dev/ida/
H A Dida_disk.c87 idad_strategy(struct bio *bp) in idad_strategy()
149 idad_intr(struct bio *bp) in idad_intr()
/freebsd/crypto/openssl/crypto/pem/
H A Dpem_lib.c236 char **pnm, const char *name, BIO *bp, in pem_bytes_read_bio_flags()
279 const char *name, BIO *bp, pem_password_cb *cb, in PEM_bytes_read_bio()
286 const char *name, BIO *bp, pem_password_cb *cb, in PEM_bytes_read_bio_secmem()
312 int PEM_ASN1_write_bio(i2d_of_void *i2d, const char *name, BIO *bp, in PEM_ASN1_write_bio()
608 int PEM_write_bio(BIO *bp, const char *name, const char *header, in PEM_write_bio()
742 static int get_name(BIO *bp, char **name, unsigned int flags) in get_name()
808 static int get_header_and_data(BIO *bp, BIO **header, BIO **data, char *name, in get_header_and_data()
918 int PEM_read_bio_ex(BIO *bp, char **name_out, char **header, in PEM_read_bio_ex()
1003 int PEM_read_bio(BIO *bp, char **name, char **header, unsigned char **data, in PEM_read_bio()
/freebsd/usr.sbin/ppp/
H A Dlink.c182 struct mbuf *bp; in link_Dequeue() local
248 link_PushPacket(struct link *l, struct mbuf *bp, struct bundle *b, int pri, in link_PushPacket()
278 struct mbuf *bp, *lbp[LAYER_MAX], *next; in link_PullPacket() local
373 Despatch(struct bundle *bundle, struct link *l, struct mbuf *bp, u_short proto) in Despatch()
/freebsd/contrib/nvi/ex/
H A Dex_argv.c90 CHAR_T *p, *t, *bp; in argv_exp1() local
129 CHAR_T *bp, *p; in argv_exp2() local
362 CHAR_T *bp; in argv_fexp() local
677 CHAR_T *bp, *p; in argv_sexp() local
825 CHAR_T *bp, *p; in argv_esc() local
888 CHAR_T *bp, *p; in argv_uesc() local
/freebsd/lib/libc/db/hash/
H A Dhash_page.c94 u_int16_t *bp, n, off; in putpair() local
124 u_int16_t *bp, newoff, pairlen; in __delpair() local
396 u_int16_t *bp, *sop; in __addel() local
518 u_int16_t *bp; in __get_page() local
589 uint16_t *bp = (uint16_t *)(void *)pbuf; in __put_page() local
921 short *bp, oaddr; in print_chain() local
/freebsd/sys/fs/ext2fs/
H A Dext2_csum.c144 ext2_extattr_blk_csum_verify(struct inode *ip, struct buf *bp) in ext2_extattr_blk_csum_verify()
160 ext2_extattr_blk_csum_set(struct inode *ip, struct buf *bp) in ext2_extattr_blk_csum_set()
349 ext2_dir_blk_csum_verify(struct inode *ip, struct buf *bp) in ext2_dir_blk_csum_verify()
489 ext2_gd_i_bitmap_csum_verify(struct m_ext2fs *fs, int cg, struct buf *bp) in ext2_gd_i_bitmap_csum_verify()
515 ext2_gd_i_bitmap_csum_set(struct m_ext2fs *fs, int cg, struct buf *bp) in ext2_gd_i_bitmap_csum_set()
530 ext2_gd_b_bitmap_csum_verify(struct m_ext2fs *fs, int cg, struct buf *bp) in ext2_gd_b_bitmap_csum_verify()
556 ext2_gd_b_bitmap_csum_set(struct m_ext2fs *fs, int cg, struct buf *bp) in ext2_gd_b_bitmap_csum_set()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clbio.c120 struct buf *bp; in ncl_getpages() local
436 struct buf *bp, *rabp; in ncl_bioread() local
837 struct buf *bp; in ncl_write() local
1292 struct buf *bp; in nfs_getcacheblk() local
1403 ncl_asyncio(struct nfsmount *nmp, struct buf *bp, struct ucred *cred, struct thread *td) in ncl_asyncio()
1550 ncl_doio(struct vnode *vp, struct buf *bp, struct ucred *cr, struct thread *td, in ncl_doio()
1816 struct buf *bp; in ncl_meta_setsize() local
/freebsd/sys/geom/
H A Dgeom_subr.c82 g_dbg_printf(const char *classname, int lvl, struct bio *bp, in g_dbg_printf()
1083 g_handleattr_int(struct bio *bp, const char *attribute, int val) in g_handleattr_int()
1090 g_handleattr_uint16_t(struct bio *bp, const char *attribute, uint16_t val) in g_handleattr_uint16_t()
1097 g_handleattr_off_t(struct bio *bp, const char *attribute, off_t val) in g_handleattr_off_t()
1104 g_handleattr_str(struct bio *bp, const char *attribute, const char *str) in g_handleattr_str()
1111 g_handleattr(struct bio *bp, const char *attribute, const void *val, int len) in g_handleattr()
1150 g_std_done(struct bio *bp) in g_std_done()
1594 db_print_bio_cmd(struct bio *bp) in db_print_bio_cmd()
1613 db_print_bio_flags(struct bio *bp) in db_print_bio_flags()
1637 struct bio *bp; in DB_SHOW_COMMAND() local
/freebsd/contrib/byacc/
H A Dreader.c1281 bucket *bp; in get_literal() local
1595 bucket *bp; in declare_tokens() local
1749 bucket *bp = NULL; in declare_types() local
1796 bucket *bp; in declare_start() local
2395 bucket *bp; in advance_to_start() local
2579 bucket *bp; in add_symbol() local
3176 bucket *bp; in copy_destructor() local
3462 bucket *bp; in pack_names() local
3491 bucket *bp; in check_symbols() local
3543 bucket *bp; in pack_symbols() local
[all …]

12345678910>>...32