Home
last modified time | relevance | path

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 */ in add_zone()
200 entp = &tbl->z_list[tbl->z_nent++]; in add_zone()
213 if (tbl->z_nent) { /* do linear search if table is not empty */ in has_zone()
214 for (i = 0; i < tbl->z_nent; i++) in has_zone()
234 for (i = 0; i < tbl->z_nent; i++) { in convert_zone()
H A Dprtable.h63 size_t z_nent; member