Searched defs:entsz (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c902 size_t entsz; local
956 entsz = header.pr_entsize * nent;
957 ptr = buf = Malloc(entsz);
959 entsz, sizeof (struct prheader)) != entsz) {
1030 entsz = header.pr_entsize * nent;
1031 buf = Malloc(entsz);
1033 entsz, sizeof (struct prheader)) != entsz) {

Completed in 222 milliseconds