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

/freebsd-9.3-release/usr.sbin/makefs/ffs/
H A Dufs_bmap.c69 ufs_getlbns(struct inode *ip, daddr_t bn, struct indir *ap, int *nump) argument
78 if (nump)
79 *nump = 0;
137 if (nump)
138 *nump = numlevels;
/freebsd-9.3-release/sys/ufs/ufs/
H A Dufs_bmap.c122 int *nump; local
141 nump = #
142 error = ufs_getlbns(vp, bn, ap, nump);
146 num = *nump;
308 ufs_getlbns(vp, bn, ap, nump)
312 int *nump;
320 if (nump)
321 *nump = 0;
375 if (nump)
376 *nump
[all...]
/freebsd-9.3-release/sys/fs/ext2fs/
H A Dext2_bmap.c153 int *nump; local
174 nump = #
175 error = ext2_getlbns(vp, bn, ap, nump);
179 num = *nump;
291 ext2_getlbns(struct vnode *vp, daddr_t bn, struct indir *ap, int *nump) argument
300 if (nump)
301 *nump = 0;
361 if (nump)
362 *nump = numlevels;
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c80 numfromstr(const char *str, intmax_t minnum, intmax_t maxnum, intmax_t *nump) argument
99 *nump = num;
/freebsd-9.3-release/sbin/hastd/
H A Dproto_tcp.c73 numfromstr(const char *str, intmax_t minnum, intmax_t maxnum, intmax_t *nump) argument
92 *nump = num;
/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c178 static const char * getnum(const char * strp, int * nump, int min,
732 getnum(strp, nump, min, max)
734 int * const nump;
752 *nump = num;
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Ddirectives.c818 strtoul_for_line (const uchar *str, unsigned int len, long unsigned int *nump) argument
830 *nump = reg;
/freebsd-9.3-release/sys/dev/sym/
H A Dsym_hipd.c392 int nump; member in struct:m_pool
526 ++mp->nump;
534 --mp->nump;
609 ++mp->nump;
641 --mp->nump;
707 if (mp && !mp->nump)
725 if (mp && !mp->nump)

Completed in 209 milliseconds