Home
last modified time | relevance | path

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

/trueos/sys/fs/nandfs/
HDbmap.c74 int num, *nump; in bmap_lookup() local
80 nump = # in bmap_lookup()
82 error = bmap_getlbns(node, lblk, ap, nump); in bmap_lookup()
138 int num, *nump; in bmap_dirty_meta() local
143 nump = # in bmap_dirty_meta()
145 error = bmap_getlbns(node, lblk, ap, nump); in bmap_dirty_meta()
186 int num, *nump, i; in bmap_insert_block() local
194 nump = # in bmap_insert_block()
196 error = bmap_getlbns(node, lblk, ap, nump); in bmap_insert_block()
409 int num, *nump; in bmap_truncate_mapping() local
[all …]
/trueos/usr.sbin/makefs/ffs/
HDufs_bmap.c69 ufs_getlbns(struct inode *ip, daddr_t bn, struct indir *ap, int *nump) in ufs_getlbns() argument
78 if (nump) in ufs_getlbns()
79 *nump = 0; in ufs_getlbns()
137 if (nump) in ufs_getlbns()
138 *nump = numlevels; in ufs_getlbns()
/trueos/sys/ufs/ufs/
HDufs_bmap.c121 int *nump; local
139 nump = #
140 error = ufs_getlbns(vp, bn, ap, nump);
144 num = *nump;
306 ufs_getlbns(vp, bn, ap, nump) in ufs_getlbns() argument
310 int *nump;
318 if (nump)
319 *nump = 0;
373 if (nump)
374 *nump = numlevels;
/trueos/sys/fs/ext2fs/
HDext2_bmap.c152 int *nump; in ext2_bmaparray() local
172 nump = # in ext2_bmaparray()
173 error = ext2_getlbns(vp, bn, ap, nump); in ext2_bmaparray()
177 num = *nump; in ext2_bmaparray()
289 ext2_getlbns(struct vnode *vp, daddr_t bn, struct indir *ap, int *nump) in ext2_getlbns() argument
298 if (nump) in ext2_getlbns()
299 *nump = 0; in ext2_getlbns()
359 if (nump) in ext2_getlbns()
360 *nump = numlevels; in ext2_getlbns()
/trueos/sys/contrib/octeon-sdk/
HDcvmx-helper-npi.c166 config.s.nump = CVMX_HELPER_NPI_MAX_PIPES; in __cvmx_helper_npi_enable()
168 config.s.nump = num_ports; in __cvmx_helper_npi_enable()
HDcvmx-helper-util.c528 config.s.nump = __cvmx_helper_cfg_pko_port_num(interface, index); in __cvmx_helper_setup_gmx()
HDcvmx-ilk-defs.h3477 uint64_t nump : 8; /**< Number of pipes assigned to this Tx Link */ member
3492 uint64_t nump : 8;
HDcvmx-ilk.c255 ilk_txx_pipe.s.nump = pipe_len; in cvmx_ilk_set_pipe()
HDcvmx-sli-defs.h6080 uint64_t nump : 8; /**< Number of pipes the the SLI/DPI supports. member
6101 uint64_t nump : 8;
HDcvmx-gmxx-defs.h8374 uint64_t nump : 5; /**< Number of pipes this port|channel supports. member
8396 uint64_t nump : 5;
/trueos/sbin/hastd/
HDproto_tcp.c73 numfromstr(const char *str, intmax_t minnum, intmax_t maxnum, intmax_t *nump) in numfromstr() argument
92 *nump = num; in numfromstr()
/trueos/contrib/openbsm/bin/auditdistd/
HDproto_tcp.c80 numfromstr(const char *str, intmax_t minnum, intmax_t maxnum, intmax_t *nump) in numfromstr() argument
99 *nump = num; in numfromstr()
/trueos/contrib/tzcode/stdtime/
HDlocaltime.c178 static const char * getnum(const char * strp, int * nump, int min,
732 getnum(strp, nump, min, max) in getnum() argument
734 int * const nump;
752 *nump = num;
/trueos/contrib/gcclibs/libcpp/
HDdirectives.c818 strtoul_for_line (const uchar *str, unsigned int len, long unsigned int *nump) in strtoul_for_line() argument
830 *nump = reg; in strtoul_for_line()
/trueos/sys/dev/sym/
HDsym_hipd.c395 int nump; member
529 ++mp->nump; in ___mp0_getp()
537 --mp->nump; in ___mp0_freep()
612 ++mp->nump; in ___dma_getp()
644 --mp->nump; in ___dma_freep()
710 if (mp && !mp->nump) in __sym_calloc_dma()
728 if (mp && !mp->nump) in __sym_mfree_dma()