Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ps/
H A Ducbps.c78 struct psent { struct
151 struct psent *psent; in ucbmain() local
344 psent = malloc(entsize * sizeof (struct psent)); in ucbmain()
345 if (psent == NULL) { in ucbmain()
497 psent = (struct psent *)realloc((char *)psent, in ucbmain()
498 entsize * sizeof (struct psent)); in ucbmain()
499 if (psent == NULL) { in ucbmain()
504 if ((psent[nent].psinfo = malloc(sizeof (psinfo_t))) in ucbmain()
509 *psent[nent].psinfo = info; in ucbmain()
511 psent[nent].psargs = NULL; in ucbmain()
[all …]