Searched refs:bnp (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/sys/ufs/ufs/
H A Dufs_bmap.c115 ufs_bmaparray(struct vnode *vp, daddr_t bn, daddr_t *bnp, struct indir *ap, argument
153 *bnp = blkptrtodb(ump, daddr);
165 *bnp = -1;
166 } else if (*bnp == 0) {
169 *bnp = blkptrtodb(ump, bn * ump->um_seqinc);
171 *bnp = -1;
196 *bnp = blkptrtodb(ump, daddr);
197 if (*bnp == 0)
198 *bnp = -1;
311 *bnp
[all...]
/netbsd-current/sys/ufs/ext2fs/
H A Dext2fs_bmap.c132 ext4_bmapext(struct vnode *vp, int32_t bn, int64_t *bnp, int *runp, int *runb) argument
154 *bnp = -1;
166 *bnp = fsbtodb(fs, lbn - ep->e_blk
169 if (*bnp == 0)
170 *bnp = -1;
203 ext2fs_bmaparray(struct vnode *vp, daddr_t bn, daddr_t *bnp, struct indir *ap, argument
236 *bnp = blkptrtodb(ump, fs2h32(ip->i_e2fs_blocks[bn]));
237 if (*bnp == 0)
238 *bnp = -1;
335 *bnp
[all...]
H A Dext2fs_alloc.c118 kauth_cred_t cred, daddr_t *bnp)
124 *bnp = 0;
147 *bnp = bno;
117 ext2fs_alloc(struct inode *ip, daddr_t lbn, daddr_t bpref, kauth_cred_t cred, daddr_t *bnp) argument
/netbsd-current/sys/ufs/lfs/
H A Dulfs_bmap.c135 ulfs_bmaparray(struct vnode *vp, daddr_t bn, daddr_t *bnp, struct indir *ap, argument
175 *bnp = blkptrtodb(fs, daddr);
187 *bnp = -1;
188 } else if (*bnp == 0) {
191 *bnp = blkptrtodb(fs, bn * fs->um_seqinc);
193 *bnp = -1;
327 *bnp = -1;
330 *bnp = blkptrtodb(fs, daddr);
331 if (*bnp == 0) {
334 *bnp
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dmulmod_bnm1.c195 mp_size_t anp, bnp; local
198 bnp = bn;
210 bnp = n + bp1[n];
227 xp[n] = mpn_mul_fft (xp, n, ap1, anp, bp1, bnp, k);
230 ASSERT (anp + bnp <= 2*n+1);
231 ASSERT (anp + bnp > n);
232 ASSERT (anp >= bnp);
233 mpn_mul (xp, ap1, anp, bp1, bnp);
234 anp = anp + bnp - n;
/netbsd-current/sys/fs/adosfs/
H A Dadvnops.c404 daddr_t *bnp; local
413 bnp = sp->a_bnp;
421 if (bnp == NULL)
498 *bnp = adoswordn(flbp, flblkoff) * ap->amp->bsize / DEV_BSIZE;
509 if (error == 0 && bnp)
510 printf(" %lld => %lld", (long long)bn, (long long)*bnp);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dbn.c161 BN_hex2bn(BIGNUM **bnp, const char *in) argument
185 *bnp = BN_bin2bn(data, ret, NULL);
187 if (*bnp == NULL)
189 BN_set_negative(*bnp, negative);
/netbsd-current/sys/fs/msdosfs/
H A Dmsdosfs_fat.c142 fatblock(struct msdosfsmount *pmp, u_long ofs, u_long *bnp, u_long *sizep, u_long *bop) argument
153 if (bnp)
154 *bnp = bn;
170 * bnp - address of where to place the file system relative block number.
175 * NOTE: Either bnp or cnp must be non-null.
184 daddr_t *bnp, /* returned filesys rel sector number */
206 if (bnp == NULL && cnp == NULL && sp == NULL)
226 if (bnp)
227 *bnp = pmp->pm_rootdirblk + de_cn2bn(pmp, findcn);
325 if (bnp)
182 msdosfs_pcbmap(struct denode *dep, u_long findcn, daddr_t *bnp, u_long *cnp, int *sp) argument
[all...]
/netbsd-current/sys/fs/filecorefs/
H A Dfilecore_bmap.c135 filecore_map(struct filecore_mnt *fcmp, u_int32_t addr, daddr_t lbn, daddr_t *bnp) argument
202 *bnp = (((zaddr+b)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Drelax1-n.d29 40004: 4d480000 bnp \$72,4 <l0>
H A Drelax1-rn.d36 40004: 4c480000 bnp \$72,40004 <l2\+0x3ffec>
H A Drelax1.d25 40004: 4d480000 bnp \$72,4 <l0>
H A Drelax1-r.d32 40004: 4d480000 bnp \$72,4 <l0>
H A Dlist-in-n.d98 164: 4c190001 bnp \$25,168 <Main\+0x168>
99 168: 4d19ffff bnp \$25,164 <Main\+0x164>
H A Dlist-in-r.d108 164: 4c190001 bnp \$25,168 <Main\+0x168>
110 168: 4d19ffff bnp \$25,164 <Main\+0x164>
H A Dlist-in-rn.d108 164: 4c190000 bnp \$25,.*
110 168: 4c190000 bnp \$25,.*
H A Dlist-insns.d96 164: 4c190001 bnp \$25,168 <Main\+0x168>
97 168: 4d19ffff bnp \$25,164 <Main\+0x164>
/netbsd-current/usr.sbin/makefs/ffs/
H A Dffs_alloc.c102 daddr_t *bnp)
108 *bnp = 0;
124 *bnp = bno;
101 ffs_alloc(struct inode *ip, daddr_t lbn __unused, daddr_t bpref, int size, daddr_t *bnp) argument
/netbsd-current/sys/fs/nilfs/
H A Dnilfs_vnops.c330 daddr_t *bnp = ap->a_bnp; /* translated */ local
359 *bnp = l2vmap[0];
363 while ((run < blks) && (l2vmap[run] == *bnp + run))
372 bn, *bnp, run));
375 if (*bnp == 0)
376 *bnp = -1;
/netbsd-current/sbin/fsck_lfs/
H A Dlfs.c155 ulfs_bmaparray(struct lfs * fs, struct uvnode * vp, daddr_t bn, daddr_t * bnp, struct indir * ap, int *nump) argument
169 *bnp = LFS_FSBTODB(fs, lfs_dino_getdb(fs, ip->i_din, bn));
170 if (*bnp == 0)
171 *bnp = -1;
214 *bnp = daddr == 0 ? -1 : daddr;
/netbsd-current/sys/dev/pci/qat/
H A Dqat_hw17reg.h796 * bnp Value of the bnp enabled flag
798 #define FW_COMN_FLAGS_BUILD_BNP(cdt, ptr, bnp) \
801 (((bnp)&COMN_BNP_ENABLED_MASK) << COMN_BNP_ENABLED_BITPOS))
820 * Macro for extraction of the bnp field type bit from the common flags
822 * flags Flags to extract the bnp field type type bit from
850 * Macro for setting the bnp field type bit in the common flags
/netbsd-current/sys/rump/librump/rumpvfs/
H A Drumpvnode_if.c571 int64_t *bnp,
577 error = VOP_BMAP(vp, bn, vpp, bnp, runp);
568 RUMP_VOP_BMAP(struct vnode *vp, int64_t bn, struct vnode **vpp, int64_t *bnp, int *runp) argument
/netbsd-current/sys/ufs/ffs/
H A Dffs_alloc.c177 int flags, kauth_cred_t cred, daddr_t *bnp)
229 *bnp = 0;
265 *bnp = bno;
176 ffs_alloc(struct inode *ip, daddr_t lbn, daddr_t bpref, int size, int flags, kauth_cred_t cred, daddr_t *bnp) argument
/netbsd-current/sys/fs/udf/
H A Dudf_vnops.c441 daddr_t *bnp = ap->a_bnp; /* translated */ local
452 *bnp = bn;
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/s390/
H A Desa-g5.s65 bnp 4095(%r5,%r10)

Completed in 504 milliseconds

12