Searched refs:maxcnt (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/usr.bin/split/
H A Dsplit.c177 split1(off_t bytecnt, int maxcnt) argument
197 if (!maxcnt || (nfiles < maxcnt)) {
212 if (!maxcnt || (nfiles < maxcnt)) {
222 if (!maxcnt || (nfiles < maxcnt)) {
/netbsd-current/lib/libkvm/
H A Dkvm_proc.c327 * at most maxcnt procs.
331 struct kinfo_proc *bp, int maxcnt)
342 for (; cnt < maxcnt && p != NULL; p = proc.p_list.le_next) {
375 if (cnt >= maxcnt) {
461 * Return number of procs read. maxcnt is the max we will read.
465 u_long a_zombproc, int maxcnt)
475 acnt = kvm_proclist(kd, what, arg, p, bp, maxcnt);
484 maxcnt - acnt);
910 * environment strings. Read at most maxcnt characters of strings.
914 int maxcnt)
330 kvm_proclist(kvm_t *kd, int what, int arg, struct proc *p, struct kinfo_proc *bp, int maxcnt) argument
464 kvm_deadprocs(kvm_t *kd, int what, int arg, u_long a_allproc, u_long a_zombproc, int maxcnt) argument
913 kvm_argv(kvm_t *kd, const struct miniproc *p, u_long addr, int narg, int maxcnt) argument
[all...]
/netbsd-current/sys/fs/nfs/server/
H A Dnfs_nfsdstate.c827 nfsrv_dumpclients(struct nfsd_dumpclients *dumpp, int maxcnt) argument
843 while (i < nfsrv_clienthashsize && cnt < maxcnt) {
845 while (clp != NULL && cnt < maxcnt) {
852 if (cnt < maxcnt)
919 nfsrv_dumplocks(vnode_t vp, struct nfsd_dumplocks *ldumpp, int maxcnt, argument
956 while (stp != NULL && cnt < maxcnt) {
987 while (lop != NULL && cnt < maxcnt) {
1019 while (stp != NULL && cnt < maxcnt) {
1046 if (cnt < maxcnt)

Completed in 289 milliseconds