Home
last modified time | relevance | path

Searched refs:indent (Results 1 – 25 of 70) sorted by relevance

123

/titanic_50/usr/src/lib/fm/topo/maps/i86pc/
H A Dfan-hc-topology.xmlgen271 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, "");
[all …]
/titanic_50/usr/src/cmd/rpcgen/
H A Drpc_cout.c175 print_ifopen(int indent, char *name) in print_ifopen() argument
177 tabify(fout, indent); in print_ifopen()
194 print_ifsizeof(int indent, char *prefix, char *type) in print_ifsizeof() argument
196 if (indent) { in print_ifsizeof()
198 tabify(fout, indent); in print_ifsizeof()
214 print_ifclose(int indent) in print_ifclose() argument
217 tabify(fout, indent); in print_ifclose()
222 print_ifstat(int indent, char *prefix, char *type, relation rel, in print_ifstat() argument
229 print_ifopen(indent, "pointer"); in print_ifstat()
240 print_ifopen(indent, alt); in print_ifstat()
[all …]
/titanic_50/usr/src/cmd/mandoc/
H A Dtree.c54 print_mdoc(const struct mdoc_node *n, int indent) in print_mdoc() argument
145 print_span(n->span, indent); in print_mdoc()
147 for (i = 0; i < indent; i++) in print_mdoc()
169 print_box(n->eqn->root->first, indent + 4); in print_mdoc()
171 print_mdoc(n->child, indent + in print_mdoc()
174 print_mdoc(n->next, indent); in print_mdoc()
178 print_man(const struct man_node *n, int indent) in print_man() argument
245 print_span(n->span, indent); in print_man()
247 for (i = 0; i < indent; i++) in print_man()
256 print_box(n->eqn->root->first, indent + 4); in print_man()
[all …]
/titanic_50/usr/src/cmd/prtfru/
H A Dprtfru.c147 const char *parent_path, int indent);
700 const char *parent_path, int indent) in print_element() argument
708 indent = (xml) ? (indent + INDENT) : (2*INDENT); in print_element()
710 Fault_Install_DataR_flag = indent; in print_element()
711 Power_On_DataR_flag = indent; in print_element()
750 indent = Fault_Install_DataR_flag; in print_element()
766 output("%*s<%s>\n", indent, "", path); in print_element()
767 indent = Fault_Install_DataR_flag + INDENT; in print_element()
769 output("%*s<%s value=\"", indent, "", path); in print_element()
773 output("%*s<%s value=\"", indent, "", path); in print_element()
[all …]
/titanic_50/usr/src/lib/sun_fc/common/
H A DTrace.cc49 vector<string> Trace::indent; member in Trace
114 indent[tid].c_str(), in message()
142 indent.resize(tid+1); in Trace()
143 indent[tid] = ""; in Trace()
147 indent[tid] += " "; in Trace()
154 string::size_type len = indent[tid].size(); in ~Trace()
156 indent[tid].resize(len - 1); in ~Trace()
/titanic_50/usr/src/grub/grub-0.97/docs/
H A Dhelp2man340 my $indent = $1;
344 while (s/^$indent\Q$prefix\E(\S.*)\n*//)
363 my $indent = 0;
370 $indent = length ($4 || "$1$3");
375 $indent = length $& if /^ {20,}/;
384 $indent = 80; # not continued
391 $indent = length $1;
399 $indent = length $1;
413 while (s/^ {$indent}(\S.*)\n//)
/titanic_50/usr/src/cmd/mdb/common/modules/usba/
H A Dprtusb.c1028 ulong_t indent = 0; in prt_usb_desc() local
1049 indent = 4; in prt_usb_desc()
1050 mdb_inc_indent(indent); in prt_usb_desc()
1053 mdb_dec_indent(indent); in prt_usb_desc()
1062 indent = 8; in prt_usb_desc()
1063 mdb_inc_indent(indent); in prt_usb_desc()
1066 mdb_dec_indent(indent); in prt_usb_desc()
1071 indent = 8; in prt_usb_desc()
1072 mdb_inc_indent(indent); in prt_usb_desc()
1075 mdb_dec_indent(indent); in prt_usb_desc()
[all …]
/titanic_50/usr/src/lib/libexacct/demo/
H A Dexdump.c163 static void disp_obj(ea_object_t *o, int indent);
233 disp_embedded_group(ea_object_t *eo, int indent) in disp_embedded_group() argument
236 disp_obj(eo, indent + 1); in disp_embedded_group()
238 disp_embedded_group(eo->eo_group.eg_objs, indent + 1); in disp_embedded_group()
247 disp_obj(ea_object_t *o, int indent) in disp_obj() argument
252 if (indent > MAX_DEPTH) { in disp_obj()
254 indent = 1; in disp_obj()
258 (void) snprintf(objname + indent, 30 - indent, "%-s", in disp_obj()
457 disp_embedded_group(eo, indent); in disp_obj()
460 disp_obj(op, indent); in disp_obj()
[all …]
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dnvtree.c537 int indent; member
543 void nv_outnode(Namval_t *np, Sfio_t* out, int indent, int special) in nv_outnode() argument
554 if(indent>=0) in nv_outnode()
576 sfnputc(out,'\t',++indent); in nv_outnode()
587 nv_outnode(mp, out, indent+(indent>=0),0); in nv_outnode()
588 if(indent>0) in nv_outnode()
589 sfnputc(out,'\t',indent); in nv_outnode()
591 sfputc(out,indent>=0?'\n':' '); in nv_outnode()
628 if(indent<0) in nv_outnode()
641 if(indent>0 && !(mp && special && nv_isvtree(mp))) in nv_outnode()
[all …]
/titanic_50/usr/src/lib/libzpool/common/
H A Dutil.c40 show_vdev_stats(const char *desc, const char *ctype, nvlist_t *nv, int indent) in show_vdev_stats() argument
52 if (indent == 0 && desc != NULL) { in show_vdev_stats()
84 indent, "", in show_vdev_stats()
86 indent + strlen(prefix) - 25 - (vs->vs_space ? 0 : 12), in show_vdev_stats()
107 show_vdev_stats(tname, ctype, cnv, indent + 2); in show_vdev_stats()
/titanic_50/usr/src/cmd/ipf/tools/
H A Dipfcomp.c26 static void indent __P((FILE *, int));
255 static void indent(fp, in) in indent() function
463 indent(fp, sin);
484 indent(fp, sin);
722 indent(fp, j);
739 indent(fp, in);
748 indent(fp, in);
756 indent(fp, in);
766 indent(fp, in);
774 indent(fp, in);
[all …]
/titanic_50/usr/src/lib/libnvpair/
H A Dlibnvpair.c155 indent(nvlist_prtctl_t pctl, int onemore) in indent() function
197 indent(pctl, 1); \
233 indent(pctl, 1); \
264 indent(pctl, 1); in nvprint_nvlist()
271 indent(pctl, 1); in nvprint_nvlist()
285 indent(pctl, 1); in nvaprint_nvlist_array()
289 indent(pctl, 1); in nvaprint_nvlist_array()
296 indent(pctl, 1); in nvaprint_nvlist_array()
345 indent(pctl, onemore); in nvlist_prtctl_doindent()
575 indent(pctl, 0); in nvlist_print_with_indent()
[all …]
/titanic_50/usr/src/cmd/sgs/link_audit/common/
H A Dtruss.c43 static uint_t indent = 1; variable
114 indent = 0; in la_version()
118 indent = 0; in la_version()
268 if (indent && ((*sb_flags & LA_SYMB_NOPLTEXIT) == 0)) in la_sparcv9_pltenter()
297 if (indent) in la_pltexit64()
/titanic_50/usr/src/lib/libcmd/common/
H A Dfmt.c62 int indent; member
107 n = fp->indent; in outline()
128 fp->indent += fp->nextdent; in outline()
263 fp->indent = roundof(b, INDENT); in dofmt()
453 if (fp->endbuf > (fp->outbuf + fp->indent + 2*INDENT)) in dofmt()
462 if (fp->indent && (b || *(cp - 2) != 'f')) in dofmt()
466 fp->indent -= 2*INDENT; in dofmt()
577 fmt.indent = 0; in b_fmt()
/titanic_50/usr/src/cmd/lp/filter/postscript/dpost/
H A Dpictures.c93 int indent; /* indent */ in picture() local
148 if ( sscanf(buf, "%d:%d:%d:%d:%[^:]:%[^:]:%[^:]", &poffset, &indent, in picture()
174 frame[1] = length - indent; in picture()
176 frame[3] += poffset + indent; /* real x offset */ in picture()
/titanic_50/usr/src/cmd/nvmeadm/
H A Dnvmeadm_print.c165 nvme_print(int indent, char *name, int index, const char *fmt, ...) in nvme_print() argument
167 int align = NVME_PRINT_ALIGN - (indent + strlen(name) + 1); in nvme_print()
178 (void) printf("%*s%s", indent, "", name); in nvme_print()
211 nvme_print_str(int indent, char *name, int index, const char *value, int len) in nvme_print_str() argument
216 nvme_print(indent, name, index, "%.*s", nvme_strlen(value, len), value); in nvme_print_str()
224 nvme_print_double(int indent, char *name, double value, int places, char *unit) in nvme_print_double() argument
229 nvme_print(indent, name, -1, "%.*g%s", places, value, unit); in nvme_print_double()
237 nvme_print_uint64(int indent, char *name, uint64_t value, const char *fmt, in nvme_print_uint64() argument
251 nvme_print(indent, name, -1, tmp_fmt, value, unit); in nvme_print_uint64()
261 nvme_print_uint128(int indent, char *name, nvme_uint128_t value, char *unit, in nvme_print_uint128() argument
[all …]
/titanic_50/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_ops.c443 int indent; in ndo_fmt() local
462 for (indent = 0, p = ref; p; p = p->enclosing) in ndo_fmt()
463 indent++; in ndo_fmt()
467 indent--; in ndo_fmt()
478 m_op_c, dir_c, indent, in ndo_fmt()
480 20 - indent, ref_name, note); in ndo_fmt()
/titanic_50/usr/src/cmd/ptools/ptree/
H A Dptree.c360 int n, indent; in printone() local
363 indent = level * 2; in printone()
364 if ((n = columns - PIDWIDTH - indent - 2) < 0) in printone()
367 (void) printf("%*.*s%-*d %.*s\n", indent, indent, " ", in printone()
372 indent, indent, " ", (int)p->ctid); in printone()
/titanic_50/usr/src/cmd/mdb/sun4v/modules/mdesc/
H A Dmdesc.c219 mdformat(uintptr_t addr, int size, int indent) in mdformat() argument
221 mdb_inc_indent(indent); in mdformat()
226 mdb_dec_indent(indent); in mdformat()
229 mdb_dec_indent(indent); in mdformat()
/titanic_50/usr/src/cmd/vi/port/
H A Dex_subr.c177 fixindent(int indent) in fixindent() argument
184 if (*cp == 0 && i == indent && linebuf[0] == 0) { in fixindent()
203 genindent(indent) in genindent() argument
204 int indent; in genindent()
208 for (cp = genbuf; indent >= value(vi_TABSTOP); indent -= value(vi_TABSTOP))
210 for (; indent > 0; indent--)
H A Dex_vops2.c185 vappend(int ch, int cnt, int indent) in vappend() argument
227 vaifirst = indent == 0; in vappend()
246 if (value(vi_AUTOINDENT) && indent != 0) { in vappend()
248 gcursor = genindent(indent); in vappend()
477 i = fixindent(indent); in vappend()
479 indent = i; in vappend()
581 indent = lindent(dot + 1); in vappend()
584 indent = whitecnt(linebuf); in vappend()
587 gcursor = genindent(indent); in vappend()
/titanic_50/usr/src/cmd/profiles/
H A Dprofiles.c108 char *indent = ""; in show_profs_callback() local
115 indent = " "; in show_profs_callback()
118 (void) printf("%s%s", indent, prof); in show_profs_callback()
/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c260 static void genvalue(Sfio_t *out, Shclass_t *sp, int indent, Namval_t *npar) in genvalue() argument
268 indent++; in genvalue()
288 sfnputc(out,'\t',indent); in genvalue()
295 sfnputc(out,'\t',++indent); in genvalue()
310 sfnputc(out,'\t',indent); in genvalue()
314 sfnputc(out,'\t',--indent); in genvalue()
321 if(indent>1) in genvalue()
322 sfnputc(out,'\t',indent-1); in genvalue()
/titanic_50/usr/src/cmd/fm/modules/common/eversholt/
H A Dfme.c1891 indent(void) in indent() function
3502 static void indent(void);
3520 indent(); in checkconstraints()
3531 indent(); in checkconstraints()
3550 indent(); in checkconstraints()
3559 indent(); in checkconstraints()
3569 indent(); in checkconstraints()
3642 indent(); in mark_arrows()
3650 indent(); in mark_arrows()
3658 indent(); in mark_arrows()
[all …]
/titanic_50/usr/src/cmd/raidctl/
H A Draidctl.c167 static int snapshot_raidsystem(uint8_t recursive, uint8_t indent,
170 uint8_t indent, uint8_t is_snapshot);
172 uint8_t indent, uint8_t is_sub, uint8_t is_snapshot);
174 uint8_t indent, uint8_t is_snapshot);
185 static void print_indent(uint8_t indent);
1440 snapshot_raidsystem(uint8_t recursive, uint8_t indent, uint8_t is_snapshot) in snapshot_raidsystem() argument
1449 if (snapshot_ctl(ctl_handle, recursive, indent, in snapshot_raidsystem()
1466 snapshot_ctl(raid_obj_handle_t ctl_handle, uint8_t recursive, uint8_t indent, in snapshot_ctl() argument
1483 print_indent(indent); in snapshot_ctl()
1497 indent + 1, FALSE, is_snapshot) == FAILURE) { in snapshot_ctl()
[all …]

123