Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c78 struct psent { struct
151 struct psent *psent; in ucbmain() local
343 psent = malloc(entsize * sizeof (struct psent)); in ucbmain()
344 if (psent == NULL) { in ucbmain()
499 psent = (struct psent *)realloc((char *)psent, in ucbmain()
500 entsize * sizeof (struct psent)); in ucbmain()
501 if (psent == NULL) { in ucbmain()
506 if ((psent[nent].psinfo = malloc(sizeof (psinfo_t))) in ucbmain()
511 *psent[nent].psinfo = info; in ucbmain()
513 psent[nent].psargs = NULL; in ucbmain()
[all …]