Searched refs:oldproc (Results 1 – 4 of 4) sorted by relevance
201 struct oldproc struct208 static struct oldproc *oldbase; argument215 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;
102 struct oldproc { struct108 static struct oldproc *oldbase; argument193 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()
216 struct oldproc struct1906 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()
1088 struct oldproc *op, *endbase; in reallocproc()