Lines Matching refs:indent
387 my ($indent, $toporef, $set, @indices) = @_;
393 $indent, "", $type, 0, $level->{count} - 1);
394 $indent += 2;
415 printf("%*s<node instance='%d'>\n", $indent, "", $i);
417 $indent += 2;
422 $indent, "");
430 "provider='fac_prov_ipmi' >\n", $indent+2, "");
433 $indent+4, "");
435 "value='0' />\n", $indent+6, "");
438 $indent+6, "");
441 $indent+8, "");
444 printf("%*s<argitem value='", $indent+10, "");
449 printf("%*s</argval>\n", $indent+8, "");
451 "value='0' />\n", $indent+8, "");
453 "value='%d' />\n", $indent+8, "",
455 printf("%*s</propmethod>\n", $indent+6, "");
458 "mutable='1' >\n", $indent+6, "");
459 printf("%*s</propmethod>\n", $indent+6, "");
460 printf("%*s</propgroup>\n", $indent+4, "");
461 printf("%*s</facility>\n", $indent+2, "");
465 "provider='fac_prov_ipmi' >\n", $indent+2, "");
468 $indent+4, "");
470 "value='2' />\n", $indent+6, "");
473 $indent+6, "");
476 $indent+8, "");
479 printf("%*s<argitem value='", $indent+10, "");
483 printf("%*s</argval>\n", $indent+8, "");
485 "value='0' />\n", $indent+8, "");
487 "value='%d' />\n", $indent+8, "",
489 printf("%*s</propmethod>\n", $indent+6, "");
492 $indent+6, "");
493 printf("%*s</propmethod>\n", $indent+6, "");
494 printf("%*s</propgroup>\n", $indent+4, "");
495 printf("%*s</facility>\n", $indent+2, "");
501 $indent, "");
503 $indent += 2;
507 "value='", $indent, "");
514 $indent, "");
516 "value='%s' />\n", $indent + 2, "", $level->{fru});
517 printf("%*s</propmethod>\n", $indent, "");
519 $indent -= 2;
521 printf("%*s</propgroup>\n", $indent, "");
530 "data-stability='Private' >\n", $indent, "");
533 "type='string_array'>\n", $indent + 2, "");
536 printf("%*s<propitem value='", $indent+4, "");
540 printf("%*s</propval>\n", $indent+2, "");
541 printf("%*s</propgroup>\n", $indent, "");
547 "data-stability='Private' >\n", $indent, "");
550 "type='string_array'>\n", $indent + 2, "");
553 printf("%*s<propitem value='", $indent+4, "");
557 printf("%*s</propval>\n", $indent+4, "");
558 printf("%*s</propgroup>\n", $indent, "");
565 "/>\n", $indent, "");
572 $indent, "");
573 process_topology($indent + 2, \@topo, $set, @indices);
574 printf("%*s</dependents>\n", $indent, "");
577 $indent -= 2;
579 printf("%*s</node>\n", $indent, "");
583 $indent -= 2;
584 printf("%*s</range>\n", $indent, "");
593 my $indent = 2;
595 printf("%*s<set type='product' setlist='%s'>\n", $indent, "",
598 process_topology($indent + 2, $desc->{topology}, $desc->{set});
600 printf("%*s</set>\n", $indent, "");