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

/opensolaris-onvv-gate/usr/src/cmd/news/
H A Dnews.c81 int n_count; /* number of items in NEWS directory */ variable
191 n_count = 0;
201 if (n_count++ > 0)
206 * n_count));
211 n_count));
216 n_list[n_count-1].n_time = sbuf.st_mtime;
217 strncpy (n_list[n_count-1].n_name,
224 for (i=1; i<n_count; i++)
254 for (i=0; i<n_count; i++)
375 for (i=0; i<n_count
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/lvm/
H A Dmd_names.h94 uint32_t n_count; /* reference count */ member in struct:nm_rec::nm_name
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/md/
H A Ddumpnamespace.c178 mdb_printf("n_count: %u\n", nm.n_count);
/opensolaris-onvv-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c2005 n->n_count++;
2050 n->n_count = 1;
2161 new_did_n->min_count = n->n_count;
3156 uint_t *cnt) /* n_count returns here */
3191 *cnt = n->n_count;
3354 ent_count = n->n_count;
3421 n->n_count = ent_count;
3636 n->n_count--;
3637 if (n->n_count) {

Completed in 110 milliseconds