Home
last modified time | relevance | path

Searched defs:bnp (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/lib/libcrypto/bn/
H A Dbn_convert.c157 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 Dext2fs_bmap.c94 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 Dext2fs_alloc.c81 struct ucred *cred, u_int32_t *bnp) in ext2fs_alloc()
/openbsd-src/sys/ufs/ufs/
H A Dufs_bmap.c90 ufs_bmaparray(struct vnode *vp, daddr_t bn, daddr_t *bnp, struct indir *ap, in ufs_bmaparray()
/openbsd-src/sys/msdosfs/
H A Dmsdosfs_fat.c97 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 Dmsdosfs_vnops.c1722 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 Dmsdosfs_fat.c102 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 Dffs_alloc.c86 daddr_t *bnp) in ffs_alloc()
/openbsd-src/sys/kern/
H A Dvfs_vops.c541 daddr_t *bnp, int *runp) in VOP_BMAP() argument
/openbsd-src/sys/ufs/ffs/
H A Dffs_alloc.c100 struct ucred *cred, daddr_t *bnp) in ffs_alloc()