Lines Matching defs:s
281 * and searching for the appropriate decimal to fill the one's place.)
444 * this scheme -- it's a heuristic.)
453 * If we're going to unindent this, it's more difficult to see if
529 return (dt_printf(dtp, fp, "\n%*s %41s %-9s\n",
558 if (dt_printf(dtp, fp, "\n%*s %*s .",
567 return (dt_printf(dtp, fp, ". %*s | count\n", -maxwidth, "max"));
618 return (dt_printf(dtp, fp, "%s %-9lld\n", spaces + i,
651 return (dt_printf(dtp, fp, "|%s%s %-9lld\n", ats + len - depth,
659 return (dt_printf(dtp, fp, "%s%s| %-9lld\n", spaces + depth,
678 return (dt_printf(dtp, fp, "%s%s|%*s %-9lld\n", spaces + depth,
681 return (dt_printf(dtp, fp, "%20s|%s%s %-9lld\n", "",
902 if (dt_printf(dtp, fp, "\n%16s %41s %-9s\n", "value",
912 err = dt_printf(dtp, fp, "%16s ", c);
916 err = dt_printf(dtp, fp, "%16s ", c);
961 err = dt_printf(dtp, fp, "%8s :", c);
980 return (dt_printf(dtp, fp, ": %-8s | %lld\n", c, (long long)count));
1043 if (dt_printf(dtp, fp, "\n%16s %41s %-9s\n", "value",
1056 if (dt_printf(dtp, fp, "%16s ", c) < 0)
1091 if (dt_printf(dtp, fp, "%16s ", c) < 0)
1130 * assume that it's something else and just print the bytes.
1165 * it's a binary stream that just happens to look like
1177 return (dt_printf(dtp, fp, "%s", c));
1179 return (dt_printf(dtp, fp, " %s%*s",
1190 * no trailing nul byte. We'll assume that it's a string and
1193 char *s = alloca(nbytes + 1);
1194 bcopy(c, s, nbytes);
1195 s[nbytes] = '\0';
1196 return (dt_printf(dtp, fp, " %-*s", width, s));
1200 if (dt_printf(dtp, fp, "\n%*s ", margin, "") < 0)
1212 if (dt_printf(dtp, fp, "%*s%5x:", margin, "", i) < 0)
1255 format = "%s";
1283 if (dt_printf(dtp, fp, "%*s", indent, "") < 0)
1288 (void) snprintf(c, sizeof (c), "%s`%s+0x%llx",
1292 (void) snprintf(c, sizeof (c), "%s`%s",
1302 (void) snprintf(c, sizeof (c), "%s`0x%llx",
1346 format = "%s";
1369 if ((err = dt_printf(dtp, fp, "%*s", indent, "")) < 0)
1378 "%s`%s+0x%llx", dt_basename(objname), name,
1382 "%s`%s", dt_basename(objname), name);
1403 (void) snprintf(c, sizeof (c), "%s", str);
1407 (void) snprintf(c, sizeof (c), "%s`0x%llx",
1428 if ((err = dt_printf(dtp, fp, "%*s", indent, "")) < 0)
1431 (void) snprintf(c, sizeof (c), " [ %s ]", &str[1]);
1462 const char *format = " %-50s";
1463 char *s;
1485 s = alloca(n);
1486 } while ((len = dtrace_uaddr2str(dtp, pid, pc, s, n)) > n);
1488 return (dt_printf(dtp, fp, format, s));
1504 format = " %-50s";
1519 (void) snprintf(c, sizeof (c), "%s", dt_basename(objname));
1544 format = " %-50s";
1547 (void) snprintf(c, sizeof (c), "%s`%s",
1556 (void) snprintf(c, sizeof (c), "%s`0x%llx",
1579 format = " %-50s";
1582 (void) snprintf(c, sizeof (c), "%s", dts.dts_object);
2077 (void) snprintf(msg, len, "couldn't set option \"%s\" to \"%s\": %s\n",
2545 * Reduce memory usage by shrinking the buffer if it's no more than half full.
2731 * There's this idea that the BEGIN probe should be processed before
2741 * even more complicated (!) is the library's ERROR enabling. Because
2743 * back, any ERROR firing would result in the library's ERROR enabling
2905 * we will consume all of the data from each CPU's buffer in
2968 * dtbd_timestamp. The first buffer's timestamp tells us the