Home
last modified time | relevance | path

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

/netbsd/sys/ufs/lfs/
H A Dulfs_bmap.c152 KASSERTMSG(((ap == NULL) == (nump == NULL)), in ulfs_bmaparray()
167 if (nump != NULL) in ulfs_bmaparray()
168 *nump = 0; in ulfs_bmaparray()
218 if (!nump) in ulfs_bmaparray()
219 nump = # in ulfs_bmaparray()
220 if ((error = ulfs_getlbns(vp, bn, xap, nump)) != 0) in ulfs_bmaparray()
223 num = *nump; in ulfs_bmaparray()
363 if (nump) in ulfs_getlbns()
364 *nump = 0; in ulfs_getlbns()
419 if (nump) in ulfs_getlbns()
[all …]
/netbsd/sys/ufs/ufs/
H A Dufs_bmap.c130 KASSERTMSG(((ap == NULL) == (nump == NULL)), in ufs_bmaparray()
145 if (nump != NULL) in ufs_bmaparray()
146 *nump = 0; in ufs_bmaparray()
203 if (!nump) in ufs_bmaparray()
204 nump = # in ufs_bmaparray()
205 if ((error = ufs_getlbns(vp, bn, xap, nump)) != 0) in ufs_bmaparray()
208 num = *nump; in ufs_bmaparray()
345 if (nump) in ufs_getlbns()
346 *nump = 0; in ufs_getlbns()
401 if (nump) in ufs_getlbns()
[all …]
/netbsd/usr.sbin/makefs/ffs/
H A Dufs_bmap.c75 ufs_getlbns(struct inode *ip, daddr_t bn, struct indir *ap, int *nump) in ufs_getlbns() argument
84 if (nump) in ufs_getlbns()
85 *nump = 0; in ufs_getlbns()
142 if (nump) in ufs_getlbns()
143 *nump = numlevels; in ufs_getlbns()
/netbsd/sys/ufs/ext2fs/
H A Dext2fs_bmap.c204 int *nump, int *runp) in ext2fs_bmaparray() argument
219 if ((ap != NULL && nump == NULL) || (ap == NULL && nump != NULL)) in ext2fs_bmaparray()
249 if (!nump) in ext2fs_bmaparray()
250 nump = # in ext2fs_bmaparray()
251 if ((error = ufs_getlbns(vp, bn, xap, nump)) != 0) in ext2fs_bmaparray()
254 num = *nump; in ext2fs_bmaparray()
/netbsd/sbin/fsck_lfs/
H A Dlfs.c167 if (nump != NULL) in ulfs_bmaparray()
168 *nump = 0; in ulfs_bmaparray()
175 if (!nump) in ulfs_bmaparray()
176 nump = # in ulfs_bmaparray()
177 if ((error = ulfs_getlbns(fs, vp, bn, xap, nump)) != 0) in ulfs_bmaparray()
180 num = *nump; in ulfs_bmaparray()
228 ulfs_getlbns(struct lfs * fs, struct uvnode * vp, daddr_t bn, struct indir * ap, int *nump) in ulfs_getlbns() argument
238 if (nump) in ulfs_getlbns()
239 *nump = 0; in ulfs_getlbns()
294 if (nump) in ulfs_getlbns()
[all …]
/netbsd/sys/arch/alpha/stand/standtest/
H A Dtest.c49 const char *cvt_number(const char *buf, u_int64_t *nump);
142 cvt_number(const char *buf, u_int64_t *nump) in cvt_number() argument
148 *nump = 0; in cvt_number()
/netbsd/sys/rump/librump/rumpkern/
H A Dscheduler.c131 rump_cpus_bootstrap(int *nump) in rump_cpus_bootstrap() argument
133 int num = *nump; in rump_cpus_bootstrap()
148 *nump = num; in rump_cpus_bootstrap()
/netbsd/external/bsd/pcc/dist/pcc/f77/fcom/
H A Dio.c543 register struct bigblock *unitp, *nump; in startrw() local
571 nump = cpexpr(np->b_name.vdim->nelt); in startrw()
575 nump = MKICON(1); in startrw()
580 nump = MKICON(1); in startrw()
583 ioset(TYIOINT, XRNUM, nump); in startrw()
/netbsd/bin/ksh/
H A Dvar.c436 getint(vp, nump) in getint() argument
438 long *nump;
452 *nump = vp->val.i;
494 *nump = num;
/netbsd/sys/arch/i386/pnpbios/
H A Dpnpbios.c520 pnpbios_getnumnodes(int *nump, size_t *sizep) in pnpbios_getnumnodes() argument
536 *nump = *(short *)(pnpbios_scratchbuf + 0); in pnpbios_getnumnodes()
/netbsd/external/bsd/openldap/dist/servers/slapd/overlays/
H A Ddds.c1679 int *nump = (int *)op->o_callback->sc_private; in dds_count_cb() local
1683 (*nump)++; in dds_count_cb()
/netbsd/external/bsd/unbound/dist/testcode/
H A Dtestpkts.c999 uint16_t i, j, numq=0, nump=0; in match_noloc_section() local
1006 plines[nump++] = *p; in match_noloc_section()
/netbsd/lib/libc/time/
H A Dlocaltime.c936 getnum(register const char *strp, int *const nump, const int min, const int max) in getnum() argument
958 *nump = num; in getnum()
/netbsd/external/gpl3/gcc/dist/libcpp/
H A Ddirectives.c919 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() argument
937 *nump = reg; in strtolinenum()
H A Ddirectives.cc936 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() argument
961 *nump = reg; in strtolinenum()
/netbsd/external/gpl3/gcc.old/dist/libcpp/
H A Ddirectives.c919 strtolinenum (const uchar *str, size_t len, linenum_type *nump, bool *wrapped) in strtolinenum() argument
937 *nump = reg; in strtolinenum()
/netbsd/external/gpl3/gdb/dist/sim/ppc/
H A DChangeLog4168 * psim.c (psim_create): Dump device tree if enabled. If nump
/netbsd/external/gpl3/gdb.old/dist/sim/ppc/
H A DChangeLog4168 * psim.c (psim_create): Dump device tree if enabled. If nump