Lines Matching refs:indent

271 	my ($indent, $toporef, $set, @indices) = @_;
277 $indent, "", $type, 0, $level->{count} - 1);
278 $indent += 2;
291 printf("%*s<node instance='%d'>\n", $indent, "", $i);
293 $indent += 2;
298 $indent, "");
306 "provider='fac_prov_ipmi' >\n", $indent+2, "");
309 $indent+4, "");
311 "value='0' />\n", $indent+6, "");
314 $indent+6, "");
317 $indent+8, "");
320 printf("%*s<argitem value='", $indent+10, "");
325 printf("%*s</argval>\n", $indent+8, "");
327 "value='0' />\n", $indent+8, "");
329 "value='%d' />\n", $indent+8, "",
331 printf("%*s</propmethod>\n", $indent+6, "");
334 "mutable='1' >\n", $indent+6, "");
335 printf("%*s</propmethod>\n", $indent+6, "");
336 printf("%*s</propgroup>\n", $indent+4, "");
337 printf("%*s</facility>\n", $indent+2, "");
341 "provider='fac_prov_ipmi' >\n", $indent+2, "");
344 $indent+4, "");
346 "value='2' />\n", $indent+6, "");
349 $indent+6, "");
352 $indent+8, "");
355 printf("%*s<argitem value='", $indent+10, "");
359 printf("%*s</argval>\n", $indent+8, "");
361 "value='0' />\n", $indent+8, "");
363 "value='%d' />\n", $indent+8, "",
365 printf("%*s</propmethod>\n", $indent+6, "");
368 $indent+6, "");
369 printf("%*s</propmethod>\n", $indent+6, "");
370 printf("%*s</propgroup>\n", $indent+4, "");
371 printf("%*s</facility>\n", $indent+2, "");
377 $indent, "");
379 $indent += 2;
383 "value='", $indent, "");
390 $indent, "");
392 "value='%s' />\n", $indent + 2, "", $level->{fru});
393 printf("%*s</propmethod>\n", $indent, "");
395 $indent -= 2;
397 printf("%*s</propgroup>\n", $indent, "");
406 "data-stability='Private' >\n", $indent, "");
409 "type='string_array'>\n", $indent + 2, "");
412 printf("%*s<propitem value='", $indent+4, "");
416 printf("%*s</propval>\n", $indent+2, "");
417 printf("%*s</propgroup>\n", $indent, "");
423 "data-stability='Private' >\n", $indent, "");
426 "type='string_array'>\n", $indent + 2, "");
429 printf("%*s<propitem value='", $indent+4, "");
433 printf("%*s</propval>\n", $indent+4, "");
434 printf("%*s</propgroup>\n", $indent, "");
441 "/>\n", $indent, "");
448 $indent, "");
449 process_topology($indent + 2, \@topo, $set, @indices);
450 printf("%*s</dependents>\n", $indent, "");
453 $indent -= 2;
455 printf("%*s</node>\n", $indent, "");
459 $indent -= 2;
460 printf("%*s</range>\n", $indent, "");
469 my $indent = 2;
471 printf("%*s<set type='product' setlist='%s'>\n", $indent, "",
474 process_topology($indent + 2, $desc->{topology}, $desc->{set});
476 printf("%*s</set>\n", $indent, "");