/minix3/usr.sbin/makefs/ffs/ |
H A D | ffs_balloc.c | 75 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 D | buf.c | 64 struct buf **bpp) in bread()
|
/minix3/usr.sbin/installboot/arch/ |
H A D | i386.c | 203 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 D | landisk.c | 64 struct landisk_boot_params bp, *bpp; in landisk_setboot() local
|
/minix3/sys/ufs/ffs/ |
H A D | ffs_balloc.c | 83 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 D | ffs_subr.c | 118 bool clearbuf, buf_t **bpp) in ffs_getblk()
|
/minix3/sys/ufs/ext2fs/ |
H A D | ext2fs_subr.c | 82 ext2fs_blkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp) in ext2fs_blkatoff()
|
H A D | ext2fs_balloc.c | 93 kauth_cred_t cred, struct buf **bpp, int flags) in ext2fs_balloc()
|
/minix3/sys/ufs/lfs/ |
H A D | lfs_balloc.c | 114 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 D | lfs_kernel.h | 79 struct buf **bpp; /* Array of kept buffers */ member
|
H A D | lfs_debug.c | 288 struct buf **bpp; in lfs_check_bpp() local
|
H A D | ulfs_quota2.c | 145 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 D | lfs_segment.c | 1996 struct buf **bpp, *bp; local 2027 struct buf **bpp, *bp, *cbp, *newbp, *unbusybp; local
|
H A D | ulfs_lookup.c | 1194 ulfs_blkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp, in ulfs_blkatoff()
|
/minix3/external/bsd/byacc/dist/ |
H A D | symtab.c | 70 bucket *bp, **bpp; in lookup() local
|
/minix3/sys/fs/cd9660/ |
H A D | cd9660_lookup.c | 379 cd9660_blkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp) in cd9660_blkatoff()
|
/minix3/minix/lib/libminixfs/ |
H A D | cache.c | 216 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 D | msdosfs_lookup.c | 940 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 D | ex_argv.c | 321 …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 D | dri3.c | 165 uint8_t bpp /**< */, in xcb_dri3_pixmap_from_buffer_checked() 207 uint8_t bpp /**< */, in xcb_dri3_pixmap_from_buffer()
|
H A D | dri3.h | 109 uint8_t bpp; /**< */ member 145 uint8_t bpp; /**< */ member
|
/minix3/lib/libc/db/hash/ |
H A D | hash_bigkey.c | 346 __find_last_page(HTAB *hashp, BUFHEAD **bpp) in __find_last_page()
|
/minix3/sys/ufs/ufs/ |
H A D | ufs_quota2.c | 140 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 D | ufs_lookup.c | 1242 ufs_blkatoff(struct vnode *vp, off_t offset, char **res, struct buf **bpp,
|
H A D | ufsmount.h | 154 #define UFS_BALLOC(vp, off, size, cr, flags, bpp) \ argument
|