Searched refs:nump (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/makefs/ffs/
H A Dufs_bmap.c75 ufs_getlbns(struct inode *ip, daddr_t bn, struct indir *ap, int *nump) argument
84 if (nump)
85 *nump = 0;
142 if (nump)
143 *nump = numlevels;
/netbsd-6-1-5-RELEASE/sys/ufs/ufs/
H A Dufs_bmap.c119 int *nump, int *runp, ufs_issequential_callback_t is_sequential)
134 if ((ap != NULL && nump == NULL) || (ap == NULL && nump != NULL))
150 if (nump != NULL)
151 *nump = 0;
201 if (!nump)
202 nump = #
203 if ((error = ufs_getlbns(vp, bn, xap, nump)) != 0)
206 num = *nump;
337 ufs_getlbns(struct vnode *vp, daddr_t bn, struct indir *ap, int *nump) argument
118 ufs_bmaparray(struct vnode *vp, daddr_t bn, daddr_t *bnp, struct indir *ap, int *nump, int *runp, ufs_issequential_callback_t is_sequential) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/ufs/ext2fs/
H A Dext2fs_bmap.c136 int *nump, int *runp)
151 if ((ap != NULL && nump == NULL) || (ap == NULL && nump != NULL))
181 if (!nump)
182 nump = #
183 if ((error = ufs_getlbns(vp, bn, xap, nump)) != 0)
186 num = *nump;
135 ext2fs_bmaparray(struct vnode *vp, daddr_t bn, daddr_t *bnp, struct indir *ap, int *nump, int *runp) argument
/netbsd-6-1-5-RELEASE/sbin/fsck_lfs/
H A Dlfs.c162 ufs_bmaparray(struct lfs * fs, struct uvnode * vp, daddr_t bn, daddr_t * bnp, struct indir * ap, int *nump) argument
174 if (nump != NULL)
175 *nump = 0;
182 if (!nump)
183 nump = #
184 if ((error = ufs_getlbns(fs, vp, bn, xap, nump)) != 0)
187 num = *nump;
235 ufs_getlbns(struct lfs * fs, struct uvnode * vp, daddr_t bn, struct indir * ap, int *nump) argument
245 if (nump)
246 *nump
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/alpha/stand/standtest/
H A Dtest.c49 const char *cvt_number(const char *buf, u_int64_t *nump);
142 cvt_number(const char *buf, u_int64_t *nump) argument
148 *nump = 0;
/netbsd-6-1-5-RELEASE/sys/rump/librump/rumpkern/
H A Dscheduler.c128 rump_cpus_bootstrap(int *nump) argument
132 int num = *nump;
153 *nump = num;
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dio.c545 register struct bigblock *unitp, *nump;
573 nump = cpexpr(np->b_name.vdim->nelt);
577 nump = MKICON(1);
582 nump = MKICON(1);
585 ioset(TYIOINT, XRNUM, nump);
543 register struct bigblock *unitp, *nump; local
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dvar.c436 getint(vp, nump)
438 long *nump;
452 *nump = vp->val.i;
494 *nump = num;
/netbsd-6-1-5-RELEASE/lib/libc/time/
H A Dlocaltime.c160 static const char * getnum(const char * strp, int * nump, int min,
700 getnum(strp, nump, min, max)
702 int * const nump;
726 *nump = num;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libcpp/
H A Ddirectives.c822 strtoul_for_line (const uchar *str, unsigned int len, long unsigned int *nump) argument
834 *nump = reg;
/netbsd-6-1-5-RELEASE/sys/arch/i386/pnpbios/
H A Dpnpbios.c524 pnpbios_getnumnodes(int *nump, size_t *sizep) argument
540 *nump = *(short *)(pnpbios_scratchbuf + 0);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Ddds.c1598 int *nump = (int *)op->o_callback->sc_private; local
1602 (*nump)++;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Ddirectives.c857 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) argument
875 *nump = reg;

Completed in 481 milliseconds