Home
last modified time | relevance | path

Searched defs:bpp (Results 1 – 25 of 35) sorted by relevance

12

/minix3/usr.sbin/makefs/ffs/
H A Dffs_balloc.c75 ffs_balloc(struct inode *ip, off_t offset, int bufsize, struct buf **bpp) in ffs_balloc()
84 ffs_balloc_ufs1(struct inode *ip, off_t offset, int bufsize, struct buf **bpp) in ffs_balloc_ufs1()
335 ffs_balloc_ufs2(struct inode *ip, off_t offset, int bufsize, struct buf **bpp) in ffs_balloc_ufs2()
H A Dbuf.c64 struct buf **bpp) in bread()
/minix3/usr.sbin/installboot/arch/
H A Di386.c203 show_i386_boot_params(struct x86_boot_params *bpp) in show_i386_boot_params()
231 update_i386_boot_params(ib_params *params, struct x86_boot_params *bpp) in update_i386_boot_params()
495 struct x86_boot_params *bpp; in i386_editboot() local
H A Dlandisk.c64 struct landisk_boot_params bp, *bpp; in landisk_setboot() local
/minix3/sys/ufs/ffs/
H A Dffs_balloc.c83 struct buf **bpp) in ffs_balloc()
100 int flags, struct buf **bpp) in ffs_balloc_ufs1()
515 int flags, struct buf **bpp) in ffs_balloc_ufs2()
H A Dffs_subr.c118 bool clearbuf, buf_t **bpp) in ffs_getblk()
/minix3/sys/ufs/ext2fs/
H A Dext2fs_subr.c82 ext2fs_blkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp) in ext2fs_blkatoff()
H A Dext2fs_balloc.c93 kauth_cred_t cred, struct buf **bpp, int flags) in ext2fs_balloc()
/minix3/sys/ufs/lfs/
H A Dlfs_balloc.c114 int flags, struct buf **bpp) in lfs_balloc()
372 lfs_fragextend(struct vnode *vp, int osize, int nsize, daddr_t lbn, struct buf **bpp, in lfs_fragextend()
H A Dlfs_kernel.h79 struct buf **bpp; /* Array of kept buffers */ member
H A Dlfs_debug.c288 struct buf **bpp; in lfs_check_bpp() local
H A Dulfs_quota2.c145 struct buf **bpp, struct quota2_header **q2hp, int flags) in getq2h()
171 struct buf **bpp, struct quota2_entry **q2ep, int flags) in getq2e()
371 getinoquota2(struct inode *ip, bool alloc, bool modify, struct buf **bpp, in getinoquota2()
H A Dlfs_segment.c1996 struct buf **bpp, *bp; local
2027 struct buf **bpp, *bp, *cbp, *newbp, *unbusybp; local
H A Dulfs_lookup.c1194 ulfs_blkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp, in ulfs_blkatoff()
/minix3/external/bsd/byacc/dist/
H A Dsymtab.c70 bucket *bp, **bpp; in lookup() local
/minix3/sys/fs/cd9660/
H A Dcd9660_lookup.c379 cd9660_blkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp) in cd9660_blkatoff()
/minix3/minix/lib/libminixfs/
H A Dcache.c216 int lmfs_get_block(struct buf **bpp, dev_t dev, block64_t block, int how) in lmfs_get_block()
298 static int get_block_ino(struct buf **bpp, dev_t dev, block64_t block, int how, in get_block_ino()
494 int lmfs_get_block_ino(struct buf **bpp, dev_t dev, block64_t block, int how, in lmfs_get_block_ino()
503 int lmfs_get_partial_block(struct buf **bpp, dev_t dev, block64_t block, in lmfs_get_partial_block()
/minix3/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c940 readep(struct msdosfsmount *pmp, u_long dirclust, u_long diroffset, struct buf **bpp, struct dirent… in readep()
967 readde(struct denode *dep, struct buf **bpp, struct direntry **epp) in readde()
/minix3/external/bsd/nvi/dist/ex/
H A Dex_argv.c321 …CMD *excp, const CHAR_T *cmd, size_t cmdlen, CHAR_T *p, size_t *lenp, CHAR_T **bpp, size_t *blenp,… in argv_fexp()
651 argv_sexp(SCR *sp, CHAR_T **bpp, size_t *blenp, size_t *lenp) in argv_sexp()
/minix3/external/mit/xorg/lib/libxcb/files/
H A Ddri3.c165 uint8_t bpp /**< */, in xcb_dri3_pixmap_from_buffer_checked()
207 uint8_t bpp /**< */, in xcb_dri3_pixmap_from_buffer()
H A Ddri3.h109 uint8_t bpp; /**< */ member
145 uint8_t bpp; /**< */ member
/minix3/lib/libc/db/hash/
H A Dhash_bigkey.c346 __find_last_page(HTAB *hashp, BUFHEAD **bpp) in __find_last_page()
/minix3/sys/ufs/ufs/
H A Dufs_quota2.c140 struct buf **bpp, struct quota2_header **q2hp, int flags) in getq2h()
166 struct buf **bpp, struct quota2_entry **q2ep, int flags) in getq2e()
364 getinoquota2(struct inode *ip, bool alloc, bool modify, struct buf **bpp, in getinoquota2()
H A Dufs_lookup.c1242 ufs_blkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp,
H A Dufsmount.h154 #define UFS_BALLOC(vp, off, size, cr, flags, bpp) \ argument

12