HomeSort by: relevance | last modified time | path
    Searched defs:oldproc (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/top/dist/machine/
m_irix5.c 201 struct oldproc struct
208 static struct oldproc *oldbase;
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;
m_irix5.c 201 struct oldproc struct
208 static struct oldproc *oldbase;
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;
m_irixsgi.c 102 struct oldproc { struct
108 static struct oldproc *oldbase;
193 static struct oldproc *oldbase;
328 oldbase = (struct oldproc *)
329 malloc (oldprocs * sizeof(struct oldproc));
342 struct oldproc *op, *endbase;
952 struct oldproc *op, *endbase;
m_irixsgi.c 102 struct oldproc { struct
108 static struct oldproc *oldbase;
193 static struct oldproc *oldbase;
328 oldbase = (struct oldproc *)
329 malloc (oldprocs * sizeof(struct oldproc));
342 struct oldproc *op, *endbase;
952 struct oldproc *op, *endbase;
m_sunos5.c 216 struct oldproc struct
1906 struct oldproc *op;
1958 op = (struct oldproc *)hash_lookup_pid(prochash, pid);
1962 op = (struct oldproc *)malloc(sizeof(struct oldproc));
2096 op = (struct oldproc *)hash_lookup_pidthr(threadhash, pidthr);
2100 op = (struct oldproc *)malloc(sizeof(struct oldproc));
2171 op = (struct oldproc *)(hi->value);
2196 op = (struct oldproc *)(hip->value)
    [all...]
m_sunos5.c 216 struct oldproc struct
1906 struct oldproc *op;
1958 op = (struct oldproc *)hash_lookup_pid(prochash, pid);
1962 op = (struct oldproc *)malloc(sizeof(struct oldproc));
2096 op = (struct oldproc *)hash_lookup_pidthr(threadhash, pidthr);
2100 op = (struct oldproc *)malloc(sizeof(struct oldproc));
2171 op = (struct oldproc *)(hi->value);
2196 op = (struct oldproc *)(hip->value)
    [all...]

Completed in 90 milliseconds