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

/freebsd-current/usr.sbin/makefs/ffs/
H A Dufs_bmap.c66 ufs_getlbns(struct inode *ip, daddr_t bn, struct indir *ap, int *nump) argument
75 if (nump)
76 *nump = 0;
134 if (nump)
135 *nump = numlevels;
/freebsd-current/sys/fs/ext2fs/
H A Dext2_bmap.c220 int *nump; local
237 nump = #
238 error = ext2_getlbns(vp, bn, ap, nump);
242 num = *nump;
426 ext2_getlbns(struct vnode *vp, daddr_t bn, struct indir *ap, int *nump) argument
435 if (nump)
436 *nump = 0;
497 if (nump)
498 *nump = numlevels;
/freebsd-current/sys/ufs/ufs/
H A Dufs_bmap.c170 int *nump; local
187 nump = #
188 error = ufs_getlbns(vp, bn, ap, nump);
192 num = *nump;
456 int *nump)
464 if (nump)
465 *nump = 0;
520 if (nump)
521 *nump = numlevels;
453 ufs_getlbns(struct vnode *vp, ufs2_daddr_t bn, struct indir *ap, int *nump) argument
/freebsd-current/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c78 numfromstr(const char *str, intmax_t minnum, intmax_t maxnum, intmax_t *nump) argument
97 *nump = num;
/freebsd-current/sbin/hastd/
H A Dproto_tcp.c72 numfromstr(const char *str, intmax_t minnum, intmax_t maxnum, intmax_t *nump) argument
91 *nump = num;
/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c390 int nump; member in struct:m_pool
524 ++mp->nump;
532 --mp->nump;
607 ++mp->nump;
633 --mp->nump;
699 if (mp && !mp->nump)
717 if (mp && !mp->nump)
/freebsd-current/contrib/tzcode/
H A Dlocaltime.c912 getnum(register const char *strp, int *const nump, const int min, const int max) argument
928 *nump = num;
/freebsd-current/contrib/libxo/libxo/
H A Dlibxo.c1317 unsigned *nump UNUSED)
1431 xo_retain_find (const char *fmt, xo_field_info_t **valp, unsigned *nump) argument
1443 *nump = xrep->xre_num_fields;

Completed in 296 milliseconds