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

/freebsd-11-stable/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-11-stable/sys/ufs/ufs/
H A Dufs_bmap.c122 int *nump; local
140 nump = #
141 error = ufs_getlbns(vp, bn, ap, nump);
145 num = *nump;
314 ufs_getlbns(vp, bn, ap, nump)
318 int *nump;
326 if (nump)
327 *nump = 0;
381 if (nump)
382 *nump
[all...]
/freebsd-11-stable/sys/fs/ext2fs/
H A Dext2_bmap.c170 int *nump; local
188 nump = #
189 error = ext2_getlbns(vp, bn, ap, nump);
193 num = *nump;
312 ext2_getlbns(struct vnode *vp, daddr_t bn, struct indir *ap, int *nump) argument
321 if (nump)
322 *nump = 0;
382 if (nump)
383 *nump = numlevels;
/freebsd-11-stable/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
540 bmap_getlbns(struct nandfs_node *node, nandfs_lbn_t bn, struct nandfs_indir *ap, int *nump) argument
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/sbin/hastd/
H A Dproto_tcp.c75 numfromstr(const char *str, intmax_t minnum, intmax_t maxnum, intmax_t *nump) argument
94 *nump = num;
/freebsd-11-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c179 static const char * getnum(const char * strp, int * nump, int min,
730 getnum(strp, nump, min, max)
732 int * const nump;
750 *nump = num;
/freebsd-11-stable/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-11-stable/sys/dev/sym/
H A Dsym_hipd.c397 int nump; member in struct:m_pool
531 ++mp->nump;
539 --mp->nump;
614 ++mp->nump;
642 --mp->nump;
708 if (mp && !mp->nump)
726 if (mp && !mp->nump)
/freebsd-11-stable/contrib/libxo/libxo/
H A Dlibxo.c1341 unsigned *nump UNUSED)
1455 xo_retain_find (const char *fmt, xo_field_info_t **valp, unsigned *nump) argument
1467 *nump = xrep->xre_num_fields;

Completed in 489 milliseconds