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

/illumos-gate/usr/src/cmd/mdb/common/modules/md/
H A Ddumpmirror.c36 int first_set = -1; local
42 if (first_set == -1) {
43 first_set = i;
46 if (first_set != -1) {
47 if (first_set != (i-1)) {
50 first_set, (i-1));
53 (need_comma ? "," : ""), first_set);
56 first_set = -1;
60 if (first_set != -1) {
61 mdb_printf("%s%u-%u", (need_comma ? "," : ""), first_set,
[all...]
/illumos-gate/usr/src/cmd/gencat/
H A Dgencat.c105 struct cat_set *first_set; /* the pointer to the first set */ variable in typeref:struct:cat_set
197 if (first_set == NULL) {
198 current_set = first_set = new_set(no);
201 current_set = first_set;
207 if (first_set->set_no > no) {
210 current_set->next = first_set;
211 first_set->prev = current_set;
212 first_set = current_set;
215 current_set = first_set;
239 first_set
[all...]

Completed in 312 milliseconds