Lines Matching refs:of_index
182 uint_t i, j, of_index;
235 of_index = 0;
262 of[of_index].of_name = strdup(template[j].of_name);
263 if (of[of_index].of_name == NULL)
266 int n = strlen(of[of_index].of_name);
270 of[of_index].of_width = template[j].of_width;
271 of[of_index].of_id = template[j].of_id;
272 of[of_index].of_cb = template[j].of_cb;
273 of_index++;
276 if (of_index == 0) /* all values in str are bogus */
278 os->os_nfields = of_index; /* actual number of fields printed */