Home
last modified time | relevance | path

Searched refs:numprocs (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/bsd/top/dist/machine/
H A Dm_svr4.c629 int numprocs = 0; in getptable() local
639 currproc = &baseptr[numprocs]; in getptable()
646 numprocs++; in getptable()
650 if (nproc != numprocs) in getptable()
651 nproc = numprocs; in getptable()
H A Dm_irix5.c620 int numprocs = 0; local
674 currproc = &baseptr[numprocs];
725 numprocs++;
729 if (nproc != numprocs)
730 nproc = numprocs;
H A Dm_irixsgi.c950 int i, numprocs; in getptable() local
1001 for (numprocs = 0, rewinddir(procdir); direntp = readdir(procdir);) { in getptable()
1007 currproc = baseptr + numprocs; in getptable()
1060 numprocs++; in getptable()
1072 if (numprocs >= ptable_size) { in getptable()
1079 nproc = numprocs; in getptable()
H A Dm_svr5.c942 int numprocs = 0; in getptable() local
962 numprocs++; in getptable()
968 if (numprocs >= maxprocs) in getptable()
970 reallocproc(2 * numprocs); in getptable()
972 ((char *)baseptr + sizeof(psinfo_t) * numprocs); in getptable()
977 if (nproc != numprocs) in getptable()
978 nproc = numprocs; in getptable()
H A Dm_sunos5.c1904 int numprocs = 0; in getptable() local
2118 numprocs++; in getptable()
2156 numprocs++; in getptable()
2165 dprintf("getptable saw %d procs\n", numprocs); in getptable()
2212 return numprocs; in getptable()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-iq2000.c85 static int numprocs; variable
944 numprocs++; in s_iq2000_ent()
H A Dtc-mips.c19690 static int numprocs; variable
19995 ++numprocs; in s_mips_ent()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-iq2000.c85 static int numprocs; variable
933 numprocs++; in s_iq2000_ent()
H A Dtc-mips.c19691 static int numprocs; variable
19996 ++numprocs; in s_mips_ent()