HomeSort by relevance Sort by last modified time
    Searched refs:z_nent (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/prstat/
prtable.c 176 if (tbl->z_size == tbl->z_nent) { /* reallocation */
183 entp = &tbl->z_list[tbl->z_nent++];
196 if (tbl->z_nent) { /* do linear search if table is not empty */
197 for (i = 0; i < tbl->z_nent; i++)
217 for (i = 0; i < tbl->z_nent; i++) {
prtable.h 61 size_t z_nent; member in struct:__anon4

Completed in 180 milliseconds