Home
last modified time | relevance | path

Searched refs:oldproc (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/top/dist/machine/
H A Dm_irix5.c201 struct oldproc struct
208 static struct oldproc *oldbase; argument
215 struct oldproc *op, *endbase;
250 oldbase = (struct oldproc *) malloc (2 * nproc * sizeof (struct oldproc));
254 oldbase == (struct oldproc *)NULL) {
623 struct oldproc *op;
630 struct oldproc *endbase;
H A Dm_irixsgi.c102 struct oldproc { struct
108 static struct oldproc *oldbase; argument
193 static struct oldproc *oldbase;
328 oldbase = (struct oldproc *) in allocate_proc_tables()
329 malloc (oldprocs * sizeof(struct oldproc)); in allocate_proc_tables()
342 struct oldproc *op, *endbase; in machine_init()
952 struct oldproc *op, *endbase; in getptable()
H A Dm_sunos5.c216 struct oldproc struct
1906 struct oldproc *op; in getptable()
1958 op = (struct oldproc *)hash_lookup_pid(prochash, pid); in getptable()
1962 op = (struct oldproc *)malloc(sizeof(struct oldproc)); in getptable()
2096 op = (struct oldproc *)hash_lookup_pidthr(threadhash, pidthr); in getptable()
2100 op = (struct oldproc *)malloc(sizeof(struct oldproc)); in getptable()
2171 op = (struct oldproc *)(hi->value); in getptable()
2196 op = (struct oldproc *)(hip->value); in getptable()
2227 struct oldproc *op; in proc_owner()
2230 op = (struct oldproc *)hash_lookup_pid(prochash, (pid_t)pid); in proc_owner()
H A Dm_svr5.c1088 struct oldproc *op, *endbase; in reallocproc()