Searched refs:n_size (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/prstat/
H A Dprtable.c95 if (tbl->n_size == tbl->n_nent) { /* reallocation */
96 if ((tbl->n_size *= 2) == 0)
97 tbl->n_size = 4; /* first time */
98 tbl->n_list = Realloc(tbl->n_list, tbl->n_size*sizeof (uid_t));
H A Dprtable.h51 size_t n_size; member in struct:__anon1280
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c832 size_t offset, n_offset, n_size; local
855 n_size = DID_NAMSIZ((struct did_min_name *)n);
860 n_size = NAMSIZ((struct nm_name *)n);
868 n = (caddr_t)get_next_entry(this_nh, n, n_size, &offset);
906 size_t offset, n_offset, n_size; local
929 n_size = DID_NAMSIZ((struct did_min_name *)n);
933 n_size = NAMSIZ((struct nm_name *)n);
937 return (rem_entry(this_nh, recid, (char *)n, n_size,
940 n = (caddr_t)get_next_entry(this_nh, n, n_size, &offset);
1114 size_t offset, n_offset, n_size; local
1528 size_t offset, n_offset, n_size; local
4179 size_t n_size; local
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_validate.c1447 int n_size = dlist_length(submirs_with_size); local
1451 if ((n_size != 0) && (n_comp != 0)) {
1458 n_size, n_comp);

Completed in 60 milliseconds