/openbsd-src/lib/libcrypto/bn/ |
H A D | bn_convert.c | 157 bn_bin2bn_cbs(BIGNUM ** bnp,CBS * cbs,int lebin) bn_bin2bn_cbs() argument 255 BN_asc2bn(BIGNUM ** bnp,const char * s) BN_asc2bn() argument 387 bn_dec2bn_cbs(BIGNUM ** bnp,CBS * cbs) bn_dec2bn_cbs() argument 472 BN_dec2bn(BIGNUM ** bnp,const char * s) BN_dec2bn() argument 584 bn_hex2bn_cbs(BIGNUM ** bnp,CBS * cbs) bn_hex2bn_cbs() argument 673 BN_hex2bn(BIGNUM ** bnp,const char * s) BN_hex2bn() argument [all...] |
/openbsd-src/sys/ufs/ext2fs/ |
H A D | ext2fs_bmap.c | 94 ext4_bmapext(struct vnode *vp, daddr_t bn, daddr_t *bnp, struct indir *ap, int *nump, int *runp) in ext4_bmapext() 135 ext2fs_bmaparray(struct vnode *vp, daddr_t bn, daddr_t *bnp, in ext2fs_bmaparray()
|
H A D | ext2fs_alloc.c | 81 struct ucred *cred, u_int32_t *bnp) in ext2fs_alloc()
|
/openbsd-src/sys/ufs/ufs/ |
H A D | ufs_bmap.c | 90 ufs_bmaparray(struct vnode *vp, daddr_t bn, daddr_t *bnp, struct indir *ap, in ufs_bmaparray()
|
/openbsd-src/sys/msdosfs/ |
H A D | msdosfs_fat.c | 97 fatblock(struct msdosfsmount *pmp, uint32_t ofs, uint32_t *bnp, uint32_t *sizep, in fatblock() 135 pcbmap(struct denode *dep, uint32_t findcn, daddr_t *bnp, uint32_t *cnp, in pcbmap()
|
H A D | msdosfs_vnops.c | 1722 msdosfs_bmaparray(struct vnode *vp, uint32_t cn, daddr_t *bnp, int *runp) in msdosfs_bmaparray() argument
|
/openbsd-src/usr.sbin/makefs/msdos/ |
H A D | msdosfs_fat.c | 102 fatblock(struct msdosfsmount *pmp, u_long ofs, u_long *bnp, u_long *sizep, u_long *bop) in fatblock() 142 pcbmap(struct denode *dep, u_long findcn, daddr_t *bnp, u_long *cnp, int *sp) in pcbmap()
|
/openbsd-src/usr.sbin/makefs/ffs/ |
H A D | ffs_alloc.c | 86 daddr_t *bnp) in ffs_alloc()
|
/openbsd-src/sys/kern/ |
H A D | vfs_vops.c | 541 daddr_t *bnp, int *runp) in VOP_BMAP() argument
|
/openbsd-src/sys/ufs/ffs/ |
H A D | ffs_alloc.c | 100 struct ucred *cred, daddr_t *bnp) in ffs_alloc()
|