Home
last modified time | relevance | path

Searched refs:maxcnt (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/usr.bin/split/
H A Dsplit.c177 split1(off_t bytecnt, int maxcnt) in split1() argument
197 if (!maxcnt || (nfiles < maxcnt)) { in split1()
212 if (!maxcnt || (nfiles < maxcnt)) { in split1()
222 if (!maxcnt || (nfiles < maxcnt)) { in split1()
/netbsd-src/lib/libkvm/
H A Dkvm_proc.c297 * at most maxcnt procs. in _kvm_convertcred()
301 struct kinfo_proc *bp, int maxcnt) in _kvm_convertcred()
312 for (; cnt < maxcnt && p != NULL; p = proc.p_list.le_next) { in _kvm_convertcred()
345 if (cnt >= maxcnt) { in kvm_proclist()
431 * Return number of procs read. maxcnt is the max we will read. in kvm_proclist()
435 u_long a_zombproc, int maxcnt) in kvm_proclist()
445 acnt = kvm_proclist(kd, what, arg, p, bp, maxcnt); in kvm_proclist()
454 maxcnt - acnt); in kvm_proclist()
880 * environment strings. Read at most maxcnt characters of strings. in kvm_getprocs()
884 int maxcnt) in kvm_getprocs()
331 kvm_proclist(kvm_t * kd,int what,int arg,struct proc * p,struct kinfo_proc * bp,int maxcnt) kvm_proclist() argument
465 kvm_deadprocs(kvm_t * kd,int what,int arg,u_long a_allproc,u_long a_zombproc,int maxcnt) kvm_deadprocs() argument
914 kvm_argv(kvm_t * kd,const struct miniproc * p,u_long addr,int narg,int maxcnt) kvm_argv() argument
[all...]
/netbsd-src/sys/fs/nfs/server/
H A Dnfs_nfsdstate.c827 nfsrv_dumpclients(struct nfsd_dumpclients *dumpp, int maxcnt) in nfsrv_dumpclients() argument
843 while (i < nfsrv_clienthashsize && cnt < maxcnt) { in nfsrv_dumpclients()
845 while (clp != NULL && cnt < maxcnt) { in nfsrv_dumpclients()
852 if (cnt < maxcnt) in nfsrv_dumpclients()
919 nfsrv_dumplocks(vnode_t vp, struct nfsd_dumplocks *ldumpp, int maxcnt, in nfsrv_dumplocks() argument
956 while (stp != NULL && cnt < maxcnt) { in nfsrv_dumplocks()
987 while (lop != NULL && cnt < maxcnt) { in nfsrv_dumplocks()
1019 while (stp != NULL && cnt < maxcnt) { in nfsrv_dumplocks()
1046 if (cnt < maxcnt) in nfsrv_dumplocks()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DChangeLog-2006355 * elfxx-mips.c (mips_elf_merge_gots): Always use maxcnt.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-2006355 * elfxx-mips.c (mips_elf_merge_gots): Always use maxcnt.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DChangeLog-2006355 * elfxx-mips.c (mips_elf_merge_gots): Always use maxcnt.
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-2006355 * elfxx-mips.c (mips_elf_merge_gots): Always use maxcnt.