Searched defs:fmtstr (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/ipmi/
H A Dipmi_methods.c41 char *fmtstr; local
53 if ((ret = nvlist_lookup_string(args, "format", &fmtstr)) != 0) {
59 return (fmtstr);
130 char *fmtstr, buf[BUFSZ]; local
147 if ((fmtstr = get_fmtstr(mod, in)) == NULL) {
154 (void) snprintf(buf, BUFSZ, fmtstr,
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_label.c45 char *fmtstr; local
57 if ((ret = nvlist_lookup_string(args, "format", &fmtstr)) != 0) {
63 return (fmtstr);
115 char *fmtstr, buf[BUFSZ]; local
132 if ((fmtstr = get_fmtstr(mod, in)) == NULL) {
139 (void) snprintf(buf, BUFSZ, fmtstr,
176 char *fmtstr, *order, buf[BUFSZ]; local
205 if ((fmtstr = get_fmtstr(mod, in)) == NULL) {
216 (void) snprintf(buf, BUFSZ, fmtstr, topo_node_instance(chip),
220 (void) snprintf(buf, BUFSZ, fmtstr, topo_node_instanc
262 char *fmtstr, *order, buf[BUFSZ]; local
340 char *fmtstr, buf[BUFSZ]; local
397 char *fmtstr, buf[BUFSZ]; local
448 char *fmtstr, buf[BUFSZ], slot_id; local
591 char *fmtstr, buf[BUFSZ]; local
670 char *fmtstr, buf[BUFSZ]; local
717 char *fmtstr, *chip_lbl, buf[BUFSZ]; local
791 char *fmtstr, buf[BUFSZ], chan; local
[all...]
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsysioerr.c553 char *fmtstr = "!SBus%d CE Primary Error from PIO: " local
557 fmtstr++;
559 cmn_err(CE_CONT, fmtstr, inst, (uint32_t)(t_afsr>>32),
564 char *fmtstr = "!SBus%d CE Primary Error DMA read: " local
569 fmtstr++;
571 cmn_err(CE_CONT, fmtstr, inst, (uint32_t)(t_afsr>>32),
576 char *fmtstr = "!SBus%d CE Primary Error DMA write: " local
580 fmtstr++;
582 cmn_err(CE_CONT, fmtstr, inst, (uint32_t)(t_afsr>>32),
588 char *fmtstr local
599 char *fmtstr = "!SBus%d CE Secondary Error DMA read: " local
611 char *fmtstr = "!SBus%d CE Secondary Error DMA write: " local
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c332 char buf[ 256 ], *p, *fmtstr; local
340 fmtstr = "prldap_try_one_address(): Trying %s:%d...\n";
343 fmtstr = "prldap_try_one_address(): Trying [%s]:%d...\n";
345 fprintf( stderr, fmtstr, p, PR_ntohs( addrp->ipv6.port ));
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk2.c893 * described in fmtstr. This routine is used by xprintf() to allow
899 * fmtstr = format string to check
903 adjust_buf(wchar_t **bp, int *len, wchar_t **offset, char *fmtstr, size_t slen) argument
910 fmtstr++;
911 } while (strchr("-+ 0", *fmtstr) != (char *)0 || *fmtstr == ('#'));
912 if (*fmtstr != '*') {
913 if (isdigit(*fmtstr)) {
914 width = *fmtstr-'0';
915 while (isdigit(*++fmtstr))
[all...]
/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dsgsmsg.c604 const char *fmtstr; local
616 fmtstr = (const char *)"static const";
618 fmtstr = (const char *)"const";
621 fmtstr, interface, stbufsize) < 0) {
649 fmtstr = "\n\t0x%.2x };\n";
651 fmtstr = " 0x%.2x };\n";
653 if (fprintf(fddata, fmtstr, (unsigned char)stbuf[stbufsize - 1]) < 0) {
/illumos-gate/usr/src/lib/libdisasm/common/
H A Ddis_sparc_fmt.c2226 const char *fmtstr = NULL; local
2234 fmtstr = (octal != 0) ? "- 0%lo" : "- 0x%lx";
2236 fmtstr = (octal != 0) ? "+ 0%lo" : "+ 0x%lx";
2243 fmtstr = (octal != 0) ? "-0%lo" : "-0x%lx";
2249 fmtstr = (octal != 0) ? "0%lo" : "0x%lx";
2252 bprintf(dhp, fmtstr, sv);

Completed in 59 milliseconds