Searched refs:z_nent (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/prstat/
H A Dprtable.c193 if (tbl->z_size == tbl->z_nent) { /* reallocation */
200 entp = &tbl->z_list[tbl->z_nent++];
213 if (tbl->z_nent) { /* do linear search if table is not empty */
214 for (i = 0; i < tbl->z_nent; i++)
234 for (i = 0; i < tbl->z_nent; i++) {
H A Dprtable.h63 size_t z_nent; member in struct:__anon1282

Completed in 60 milliseconds