/dflybsd-src/sys/sys/ |
H A D | buf2.h | 347 bread(struct vnode *vp, off_t loffset, int size, struct buf **bpp) in bread() 355 bread_kvabio(struct vnode *vp, off_t loffset, int size, struct buf **bpp) in bread_kvabio() 364 int *rabsize, int cnt, struct buf **bpp) in breadn() 373 int blksize, size_t minreq, size_t maxreq, struct buf **bpp) in cluster_read() 382 int blksize, size_t minreq, size_t maxreq, struct buf **bpp) in cluster_read_kvabio()
|
/dflybsd-src/usr.sbin/makefs/ffs/ |
H A D | ffs_balloc.c | 71 ffs_balloc(struct inode *ip, off_t offset, int bufsize, struct m_buf **bpp) in ffs_balloc() 82 ffs_balloc_ufs1(struct inode *ip, off_t offset, int bufsize, struct m_buf **bpp) in ffs_balloc_ufs1() 335 ffs_balloc_ufs2(struct inode *ip, off_t offset, int bufsize, struct m_buf **bpp) in ffs_balloc_ufs2()
|
H A D | buf.c | 61 struct m_buf **bpp) in bread()
|
/dflybsd-src/sys/vfs/hpfs/ |
H A D | hpfs_subr.h | 76 #define hpfs_breadalsec(hpmp, lsn, bpp) \ argument 78 #define hpfs_breaddirblk(hpmp, lsn, bpp) \ argument
|
H A D | hpfs_lookup.c | 60 struct buf **bpp, in hpfs_genlookupbyname()
|
/dflybsd-src/sys/vfs/ext2fs/ |
H A D | ext2_balloc.c | 61 struct ucred *cred, struct buf **bpp, int flags) in ext2_ext_balloc() 73 struct buf **bpp, int flags) in ext2_balloc()
|
H A D | ext2_subr.c | 78 ext2_blkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp) in ext2_blkatoff()
|
H A D | ext2_bmap.c | 114 readindir(struct vnode *vp, e2fs_lbn_t lbn, e2fs_daddr_t daddr, struct buf **bpp) in readindir()
|
H A D | ext2_extents.c | 183 unsigned long max_blocks, struct ucred *cred, struct buf **bpp, in ext4_ext_get_blocks()
|
/dflybsd-src/usr.sbin/makefs/hammer2/ |
H A D | hammer2_buf.c | 62 breadx(struct m_vnode *vp, off_t loffset, int size, struct m_buf **bpp) in breadx() 107 bread_kvabio(struct m_vnode *vp, off_t loffset, int size, struct m_buf **bpp) in bread_kvabio()
|
/dflybsd-src/usr.sbin/makefs/msdos/ |
H A D | msdosfs_lookup.c | 203 struct m_buf **bpp, struct direntry **epp) in m_readep() 231 m_readde(struct denode *dep, struct m_buf **bpp, struct direntry **epp) in m_readde()
|
/dflybsd-src/sys/vfs/isofs/cd9660/ |
H A D | cd9660_lookup.c | 386 cd9660_blkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp) in cd9660_blkatoff() 449 cd9660_devblkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp) in cd9660_devblkatoff()
|
/dflybsd-src/sys/vfs/ufs/ |
H A D | ffs_subr.c | 60 ffs_blkatoff(struct vnode *vp, off_t uoffset, char **res, struct buf **bpp) in ffs_blkatoff() 93 ffs_blkatoff_ra(struct vnode *vp, off_t uoffset, char **res, struct buf **bpp, in ffs_blkatoff_ra()
|
/dflybsd-src/lib/libc/net/ |
H A D | map_v4v6.c | 94 _map_v4v6_hostent(struct hostent *hp, char **bpp, char *ep) { in _map_v4v6_hostent()
|
/dflybsd-src/sys/dev/video/fb/pcx/ |
H A D | splash_pcx.c | 63 int bpp, planes, zlen; member 145 u_char bpp; member
|
/dflybsd-src/sys/kern/ |
H A D | vfs_cluster.c | 226 struct buf **bpp) in cluster_readx() 1307 struct buf **bpp, **endbp; in cluster_write() local 1458 cluster_wbuild(struct vnode *vp, struct buf **bpp, in cluster_wbuild()
|
/dflybsd-src/sys/dev/drm/i915/ |
H A D | intel_dsi.c | 39 static u16 txbyteclkhs(u16 pixels, int bpp, int lane_count, in txbyteclkhs() 47 static u16 pixels_from_txbyteclkhs(u16 clk_hs, int bpp, int lane_count, in pixels_from_txbyteclkhs() 1088 unsigned int bpp, fmt; in bxt_dsi_get_pipe_config() local 1306 unsigned int bpp = mipi_dsi_pixel_format_to_bpp(intel_dsi->pixel_format); in set_dsi_timings() local 1395 unsigned int bpp = mipi_dsi_pixel_format_to_bpp(intel_dsi->pixel_format); in intel_dsi_prepare() local
|
H A D | intel_dsi_pll.c | 45 u32 bpp = mipi_dsi_pixel_format_to_bpp(fmt); in dsi_clk_from_pclk() local 257 int bpp = mipi_dsi_pixel_format_to_bpp(fmt); in assert_bpp_mismatch() local
|
H A D | intel_dp_mst.c | 43 int bpp; in intel_dp_mst_compute_config() local 375 int bpp = 24; /* MST uses fixed bpp */ in intel_dp_mst_mode_valid() local
|
/dflybsd-src/contrib/byacc/ |
H A D | symtab.c | 65 bucket *bp, **bpp; in lookup() local
|
/dflybsd-src/sys/vfs/msdosfs/ |
H A D | msdosfs_lookup.c | 881 struct buf **bpp, struct direntry **epp) in readep() 909 readde(struct denode *dep, struct buf **bpp, struct direntry **epp) in readde()
|
/dflybsd-src/sys/dev/drm/ |
H A D | drm_fourcc.c | 46 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) in drm_mode_legacy_fb_format()
|
/dflybsd-src/contrib/nvi2/ex/ |
H A D | ex_argv.c | 357 argv_fexp(SCR *sp, EXCMD *excp, CHAR_T *cmd, size_t cmdlen, CHAR_T *p, size_t *lenp, CHAR_T **bpp, … in argv_fexp() 670 argv_sexp(SCR *sp, CHAR_T **bpp, size_t *blenp, size_t *lenp) in argv_sexp()
|
/dflybsd-src/sys/dev/raid/vinum/ |
H A D | vinumrevive.c | 362 struct buf **bpp; /* pointers to our bps */ in parityrebuild() local
|
/dflybsd-src/lib/libc/db/hash/ |
H A D | hash_bigkey.c | 317 __find_last_page(HTAB *hashp, BUFHEAD **bpp) in __find_last_page()
|