Home
last modified time | relevance | path

Searched refs:endbase (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/top/dist/machine/
H A Dm_irix5.c215 struct oldproc *op, *endbase; local
260 endbase = oldbase + oldprocs;
261 for (op = oldbase; op < endbase; op++) {
630 struct oldproc *endbase; local
663 endbase = oldbase + oldprocs;
703 if (op == endbase) /* table wrapped around */
738 endbase = oldbase + oldprocs;
739 for (op = oldbase; op < endbase; op++)
752 if (op == endbase)
H A Dm_irixsgi.c342 struct oldproc *op, *endbase; in machine_init() local
382 endbase = oldbase + oldprocs; in machine_init()
383 for (op = oldbase; op < endbase; op++) { in machine_init()
952 struct oldproc *op, *endbase; in getptable() local
998 endbase = oldbase + oldprocs; in getptable()
1038 if (op == endbase) /* table wrap around */ in getptable()
1087 endbase = oldbase + oldprocs; in getptable()
1089 for (op = oldbase; op < endbase; op++) in getptable()
1100 if (op == endbase) in getptable()
H A Dm_svr5.c1088 struct oldproc *op, *endbase; in reallocproc() local