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

/freebsd-10.0-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-10.0-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-10.0-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-10.0-release/sys/fs/nandfs/
H A Dbmap.c74 int num, *nump; local
80 nump = #
82 error = bmap_getlbns(node, lblk, ap, nump);
138 int num, *nump; local
143 nump = #
145 error = bmap_getlbns(node, lblk, ap, nump);
186 int num, *nump, i; local
194 nump = #
196 error = bmap_getlbns(node, lblk, ap, nump);
409 int num, *nump; local
539 bmap_getlbns(struct nandfs_node *node, nandfs_lbn_t bn, struct nandfs_indir *ap, int *nump) argument
[all...]
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-helper-npi.c166 config.s.nump = CVMX_HELPER_NPI_MAX_PIPES;
168 config.s.nump = num_ports;
H A Dcvmx-helper-util.c528 config.s.nump = __cvmx_helper_cfg_pko_port_num(interface, index);
H A Dcvmx-ilk.c255 ilk_txx_pipe.s.nump = pipe_len;
H A Dcvmx-ilk-defs.h3477 uint64_t nump : 8; /**< Number of pipes assigned to this Tx Link */ member in struct:cvmx_ilk_txx_pipe::cvmx_ilk_txx_pipe_s
3492 uint64_t nump : 8;
H A Dcvmx-sli-defs.h6080 uint64_t nump : 8; /**< Number of pipes the the SLI/DPI supports. member in struct:cvmx_sli_tx_pipe::cvmx_sli_tx_pipe_s
6101 uint64_t nump : 8;
H A Dcvmx-gmxx-defs.h8374 uint64_t nump : 5; /**< Number of pipes this port|channel supports. member in struct:cvmx_gmxx_txx_pipe::cvmx_gmxx_txx_pipe_s
8396 uint64_t nump : 5;
/freebsd-10.0-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-10.0-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-10.0-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-10.0-release/contrib/gcclibs/libcpp/
H A Ddirectives.c813 strtoul_for_line (const uchar *str, unsigned int len, long unsigned int *nump) argument
825 *nump = reg;
/freebsd-10.0-release/sys/dev/sym/
H A Dsym_hipd.c416 int nump; member in struct:m_pool
550 ++mp->nump;
558 --mp->nump;
633 ++mp->nump;
665 --mp->nump;
731 if (mp && !mp->nump)
749 if (mp && !mp->nump)

Completed in 400 milliseconds