Home
last modified time | relevance | path

Searched refs:mdb_snprintf (Results 1 – 25 of 86) sorted by relevance

1234

/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_x86util.c62 p += mdb_snprintf(p, (size_t)(end - p), "|IM"); in fpcw2str()
64 p += mdb_snprintf(p, (size_t)(end - p), "|DM"); in fpcw2str()
66 p += mdb_snprintf(p, (size_t)(end - p), "|ZM"); in fpcw2str()
68 p += mdb_snprintf(p, (size_t)(end - p), "|OM"); in fpcw2str()
70 p += mdb_snprintf(p, (size_t)(end - p), "|UM"); in fpcw2str()
72 p += mdb_snprintf(p, (size_t)(end - p), "|PM"); in fpcw2str()
80 p += mdb_snprintf(p, (size_t)(end - p), "|SIG24"); in fpcw2str()
84 p += mdb_snprintf(p, (size_t)(end - p), "|SIG53"); in fpcw2str()
88 p += mdb_snprintf(p, (size_t)(end - p), "|SIG64"); in fpcw2str()
104 p += mdb_snprintf(p, (size_t)(end - p), "|RTN"); in fpcw2str()
[all …]
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/common/
H A Dintr_common.c236 (void) mdb_snprintf(ioapic_iline, 10, "- "); in apic_interrupt_dump()
240 (void) mdb_snprintf(ioapic_iline, 10, in apic_interrupt_dump()
244 (void) mdb_snprintf(ioapic_iline, 10, "- "); in apic_interrupt_dump()
246 (void) mdb_snprintf(ioapic_iline, 10, " "); in apic_interrupt_dump()
248 (void) mdb_snprintf(ioapic_iline, 10, "0x%x/0x%x", in apic_interrupt_dump()
254 (void) mdb_snprintf(evtchn, 8, "%-7hd", *evtchnp); in apic_interrupt_dump()
262 (void) mdb_snprintf(cpu_assigned, 4, "all"); in apic_interrupt_dump()
263 (void) mdb_snprintf(ipl, 3, "%d", avp->avh_hi_pri); in apic_interrupt_dump()
265 (void) mdb_snprintf(cpu_assigned, 4, "%d", assigned_cpu); in apic_interrupt_dump()
266 (void) mdb_snprintf(ipl, 3, "%d", irqp->airq_ipl); in apic_interrupt_dump()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/emlxs/
H A Demlxs.c112 mdb_snprintf(buffer, sizeof (buffer), "%s_device", DRIVER_NAME); in emlxs_msgbuf()
114 mdb_snprintf(buffer2, sizeof (buffer2), in emlxs_msgbuf()
118 mdb_snprintf(buffer2, sizeof (buffer2), in emlxs_msgbuf()
125 mdb_snprintf(buffer, sizeof (buffer), "%s_instance", DRIVER_NAME); in emlxs_msgbuf()
127 mdb_snprintf(buffer2, sizeof (buffer2), "%s not found.\n", in emlxs_msgbuf()
131 mdb_snprintf(buffer2, sizeof (buffer2), in emlxs_msgbuf()
138 mdb_snprintf(buffer, sizeof (buffer), "%s_instance_count", DRIVER_NAME); in emlxs_msgbuf()
140 mdb_snprintf(buffer2, sizeof (buffer2), "%s not found.\n", in emlxs_msgbuf()
144 mdb_snprintf(buffer2, sizeof (buffer2), in emlxs_msgbuf()
244 mdb_snprintf(driver, sizeof (driver), "%s%d", in emlxs_msgbuf()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dcommon.c92 sz = 1 + mdb_snprintf(NULL, 0, fmt, lp->m_spin.m_spinlock, in common_mutex()
95 (void) mdb_snprintf(s, sz, fmt, lp->m_spin.m_spinlock, in common_mutex()
107 sz = 1 + mdb_snprintf(NULL, 0, fmt, MUTEX_OWNER(lp), in common_mutex()
110 (void) mdb_snprintf(s, sz, fmt, MUTEX_OWNER(lp), in common_mutex()
130 sz = 1 + mdb_snprintf(NULL, 0, "owner %p%s%s%s", o, hw, ww, wl); in common_rwlock()
132 (void) mdb_snprintf(s, sz, "owner %p%s%s%s", o, hw, ww, wl); in common_rwlock()
158 sz = 1 + mdb_snprintf(NULL, 0, "%I:%d", in->sin_addr.s_addr, in common_netbuf_str()
161 (void) mdb_snprintf(s, sz, "%I:%d", in->sin_addr.s_addr, in common_netbuf_str()
174 sz = 1 + mdb_snprintf(NULL, 0, "[%N]:%d", in common_netbuf_str()
177 (void) mdb_snprintf(s, sz, "[%N]:%d", in6->sin6_addr.s6_addr, in common_netbuf_str()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c83 (void) mdb_snprintf(uuid, sizeof (uuid), "<%p>", th.th_uuid); in topo_handle()
86 (void) mdb_snprintf(root, sizeof (root), "<%p>", th.th_rootdir); in topo_handle()
89 (void) mdb_snprintf(plat, sizeof (plat), "<%p>", in topo_handle()
93 (void) mdb_snprintf(isa, sizeof (isa), "<%p>", th.th_isa); in topo_handle()
98 (void) mdb_snprintf(machine, sizeof (machine), "<%p>", in topo_handle()
104 (void) mdb_snprintf(product, sizeof (product), "<%p>", in topo_handle()
169 (void) mdb_snprintf(name, sizeof (name), "<%p>", tm.tm_name); in topo_module()
172 (void) mdb_snprintf(path, sizeof (path), "<%p>", tm.tm_path); in topo_module()
175 (void) mdb_snprintf(root, sizeof (root), "<%p>", tm.tm_rootdir); in topo_module()
266 (void) mdb_snprintf(name, sizeof (name), "<%p>", tn.tn_name); in topo_node()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/s1394/
H A Ds1394.c155 (void) mdb_snprintf(tmp, sizeof (tmp), " %2d ", i); in print_node_info()
163 (void) mdb_snprintf(tmp, sizeof (tmp), "----"); in print_node_info()
178 (void) mdb_snprintf(str, sizeof (str), " %2d |", i); in print_node_info()
181 (void) mdb_snprintf(tmp, sizeof (tmp), " %3d", in print_node_info()
193 (void) mdb_snprintf(tmp, sizeof (tmp), in print_node_info()
/illumos-gate/usr/src/cmd/mdb/common/modules/svc.configd/
H A Dconfigd.c54 mdb_snprintf(out, size, "? (%d)", val); in enum_lookup()
253 mdb_snprintf(durstr, sizeof (durstr), in request_log()
257 mdb_snprintf(durstr, sizeof (durstr), in request_log()
261 mdb_snprintf(durstr, sizeof (durstr), in request_log()
274 mdb_snprintf(stampstr, sizeof (stampstr), in request_log()
277 mdb_snprintf(stampstr, sizeof (stampstr), in request_log()
281 mdb_snprintf(stampstr, sizeof (stampstr), in request_log()
285 mdb_snprintf(stampstr, sizeof (stampstr), in request_log()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_create.c72 len = mdb_snprintf(buf, sizeof (buf), "%s/usr/lib/mdb/disasm/%s", in mdb_create_loadable_disasms()
75 len = mdb_snprintf(buf, sizeof (buf), "%s/usr/lib/mdb/disasm", in mdb_create_loadable_disasms()
90 (void) mdb_snprintf(p, sizeof (buf) - len, "/%s", dp->d_name); in mdb_create_loadable_disasms()
H A Dmdb_string.c738 (void) mdb_snprintf(tempbuf, sizeof (tempbuf), "%x:", in convert2ascii()
760 (void) mdb_snprintf(buf, buflen, "%d.%d.%d.%d", in mdb_inet_ntop()
769 (void) mdb_snprintf(buf, buflen, "::ffff:%d.%d.%d.%d", in mdb_inet_ntop()
774 (void) mdb_snprintf(buf, buflen, "::%d.%d.%d.%d", in mdb_inet_ntop()
778 (void) mdb_snprintf(buf, buflen, "::"); in mdb_inet_ntop()
H A Dmdb_nm.c198 n = mdb_snprintf(buf, len, "%s (*)(", arg); in nm_func_signature()
200 n = mdb_snprintf(buf, len, "<%ld> (*)(", f.ctc_return); in nm_func_signature()
212 n = mdb_snprintf(buf, len, "%s%s", sep, arg); in nm_func_signature()
214 n = mdb_snprintf(buf, len, "%s<%ld>", sep, argv[i]); in nm_func_signature()
226 n = mdb_snprintf(buf, len, "%s...", sep); in nm_func_signature()
232 n = mdb_snprintf(buf, len, "void"); in nm_func_signature()
239 (void) mdb_snprintf(buf, len, ")"); in nm_func_signature()
H A Dmdb_modapi.c77 return (mdb_snprintf(buf, len, "%u.%0*u", whole, frac_digits, frac)); in mdb_snprintfrac()
95 (void) mdb_snprintf(buf, MDB_NICENUM_BUFLEN, "%llu", in mdb_nicenum()
106 (void) mdb_snprintf(buf, MDB_NICENUM_BUFLEN, "%llu%s", in mdb_nicenum()
122 (void) mdb_snprintf(buf, buflen, "0ns"); in mdb_nicetime()
136 (void) mdb_snprintf(buf, buflen, "t%s%lld%cs", in mdb_nicetime()
158 (void) mdb_snprintf(daybuf, sizeof (daybuf), "%llud ", days); in mdb_nicetime()
161 (void) mdb_snprintf(fracbuf, sizeof (fracbuf), ".%llu", frac); in mdb_nicetime()
163 (void) mdb_snprintf(buf, buflen, "t%s%s%02llu:%02llu:%02llu%s", in mdb_nicetime()
389 mdb_snprintf(char *buf, size_t nbytes, const char *format, ...) in mdb_snprintf() function
H A Dmdb_disasm.c227 (void) mdb_snprintf(buf, sizeof (buf), "dt=%#x", in libdisasm_lookup()
234 (void) mdb_snprintf(buf, sizeof (buf), "dt=%#x", in libdisasm_lookup()
240 (void) mdb_snprintf(buf, buflen, "%a", (uintptr_t)addr); in libdisasm_lookup()
331 (void) mdb_snprintf(buf, len, in libdisasm_ins2str()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c270 (void) mdb_snprintf(name, sizeof (name), "0x%p", addr); in leaky_modctl()
697 (void) mdb_snprintf(sz, sizeof (sz), "%ld", min); in leaky_subr_dump()
699 (void) mdb_snprintf(sz, sizeof (sz), "%ld-%ld", in leaky_subr_dump()
707 (void) mdb_snprintf(c, sizeof (c), in leaky_subr_dump()
710 (void) mdb_snprintf(c, sizeof (c), in leaky_subr_dump()
762 (void) mdb_snprintf(c, sizeof (c), "%a", caller); in leaky_subr_dump()
764 (void) mdb_snprintf(c, sizeof (c), in leaky_subr_dump()
814 (void) mdb_snprintf(c, sizeof (c), in leaky_subr_dump()
817 (void) mdb_snprintf(c, sizeof (c), in leaky_subr_dump()
H A Dthread.c338 mdb_snprintf(out, out_sz, "%s", tsp->ts_name); in thread_state_to_text()
342 mdb_snprintf(out, out_sz, "inval/%02x", state); in thread_state_to_text()
518 (void) mdb_snprintf(stbuf, 20, "%a", t.t_sobj_ops); in thread()
602 (void) mdb_snprintf(buf, bufsize, "tq:%s", tq.tq_name); in thread_getdesc()
604 mdb_snprintf(buf, bufsize, "%a()", t.t_startpc); in thread_getdesc()
632 (void) mdb_snprintf(buf, bufsize, "%s/%u [%s]", in thread_getdesc()
635 (void) mdb_snprintf(buf, bufsize, "%u [%s]", in thread_getdesc()
640 (void) mdb_snprintf(buf, bufsize, "%s/%u", in thread_getdesc()
643 (void) mdb_snprintf(buf, bufsize, "%u", t.t_tid); in thread_getdesc()
720 mdb_snprintf(cmd, sizeof (cmd), "<.$c%d", count); in threadlist()
H A Dirm.c150 mdb_snprintf(devname, sizeof (devname), "%s#%d", driver, in irmpools_dcmd()
153 mdb_snprintf(devname, sizeof (devname), "%s", driver); in irmpools_dcmd()
227 mdb_snprintf(devname, sizeof (devname), "%s#%d", driver, in irmreq_dcmd()
H A Dsobj.c60 mdb_snprintf(out, sz, "<none>"); in sobj_type_to_text()
67 mdb_snprintf(out, sz, "%s", in sobj_type_to_text()
72 mdb_snprintf(out, sz, "<unk:%02x>", type); in sobj_type_to_text()
81 mdb_snprintf(out, sz, "<none>"); in sobj_ops_to_text()
85 mdb_snprintf(out, sz, "??", ops.sobj_type); in sobj_ops_to_text()
523 mdb_snprintf(c, 20, "READERS=%ld", count); in rwlock()
H A Ddist.c219 (void) mdb_snprintf(range, sizeof (range), "%d", bb); in dist_print_bucket()
221 (void) mdb_snprintf(range, sizeof (range), "%d-%d", bb, be); in dist_print_bucket()
H A Dmodhash.c493 (void) mdb_snprintf(tbuf, sizeof (tbuf), "%p", in modhash()
521 (void) mdb_snprintf(keystr, keystrlen, "%?p ", key); in format_strhash()
531 (void) mdb_snprintf(keystr, keystrlen, "%?p ", key); in format_ptrhash()
540 (void) mdb_snprintf(keystr, keystrlen, "%?x", (uint_t)(uintptr_t)key); in format_idhash()
546 (void) mdb_snprintf(keystr, keystrlen, "%?p", key); in format_default()
/illumos-gate/usr/src/cmd/mdb/intel/modules/sata/
H A Dsata.c150 (void) mdb_snprintf(merge, sizeof (merge), in sata_dmsg_dump()
160 (void) mdb_snprintf(merge, sizeof (merge), in sata_dmsg_dump()
178 (void) mdb_snprintf(merge, sizeof (merge), in sata_dmsg_dump()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_mdb.c427 (void) mdb_snprintf(name, sizeof (name), "<%p>", in module_ustat()
468 (void) mdb_snprintf(name, sizeof (name), "<%p>", in module_stat()
578 (void) mdb_snprintf(buf, sizeof (buf), "<%p>", in fmd_stat()
644 (void) mdb_snprintf(type, sizeof (type), "%u", ev.ev_type); in fmd_event()
661 (void) mdb_snprintf(name, sizeof (name), "%u", ev.ev_state); in fmd_event()
784 (void) mdb_snprintf(name, sizeof (name), "<%p>", mod.mod_name); in fmd_module()
873 (void) mdb_snprintf(uuid, sizeof (uuid), "<%p>", ci.ci_uuid); in fmd_case()
895 (void) mdb_snprintf(name, sizeof (name), "%u", ci.ci_state); in fmd_case()
939 (void) mdb_snprintf(name, sizeof (name), "<%p>", b.buf_name); in fmd_buf()
1004 (void) mdb_snprintf(name, sizeof (name), "<%p>", sg.sg_name); in fmd_serd()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/logindmux/
H A Dlogindmux.c54 (void) mdb_snprintf(buf, nbytes, "peer rq : %p\nlower wq : %p", in logdmux_uqinfo()
67 (void) mdb_snprintf(buf, nbytes, "peer wq : %p\nupper rq : %p", in logdmux_lqinfo()
/illumos-gate/usr/src/cmd/mdb/common/modules/disk_label/
H A Ddisk_label.c182 mdb_snprintf(typestr, sizeof (typestr), "%s:%#lx", in print_fdisk_part()
185 mdb_snprintf(typestr, sizeof (typestr), "%#lx", ip->systid); in print_fdisk_part()
188 mdb_snprintf(begchs, sizeof (begchs), "%hu/%hu/%hu", in print_fdisk_part()
191 mdb_snprintf(endchs, sizeof (endchs), "%hu/%hu/%hu", in print_fdisk_part()
963 w = mdb_snprintf(NULL, 0, "%u - %u", start, end); in cmd_vtoc()
1021 mdb_snprintf(cyls, sizeof (cyls), "%-*u", in cmd_vtoc()
1024 mdb_snprintf(cyls, sizeof (cyls), "%u - %u", in cmd_vtoc()
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c1010 (void) mdb_snprintf(name, sizeof (name), "%s:%s", in dtrace_dcmdprobe()
1019 (void) mdb_snprintf(name, sizeof (name), "%*s%s%s:%s", in dtrace_dcmdprobe()
1023 (void) mdb_snprintf(name, sizeof (name), "%*s%s%s", in dtrace_dcmdprobe()
1447 (void) mdb_snprintf(where, sizeof (where), "predicate"); in dtrace_helptrace()
1451 (void) mdb_snprintf(where, sizeof (where), "next"); in dtrace_helptrace()
1455 (void) mdb_snprintf(where, sizeof (where), "done"); in dtrace_helptrace()
1459 (void) mdb_snprintf(where, sizeof (where), "err"); in dtrace_helptrace()
1463 (void) mdb_snprintf(where, sizeof (where), in dtrace_helptrace()
2487 (void) mdb_snprintf(buf, len, "%llu", (u_longlong_t)n); in dtrace_options_numtostr()
2489 (void) mdb_snprintf(buf, len, "%.2f%c", in dtrace_options_numtostr()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/libc/
H A Dlibc.c52 (void) mdb_snprintf(buf, sizeof (buf), " 0x%x", sp->ss_flags); in stack_flags()
431 (void) mdb_snprintf(buf, sizeof (buffer[0]), "0x%016lx", addr); in prt_addr()
435 (void) mdb_snprintf(buf, sizeof (buffer[0]), "0x%08lx", addr); in prt_addr()
1241 mdb_snprintf(buff, sizeof (buff), in psinfo_raw()
1252 mdb_snprintf(buff, sizeof (buff), in psinfo_raw()
1292 mdb_snprintf(buff, sizeof (buff), "0x%lx", (ulong_t)psinfo.pr_envp); in psinfo_raw()
1347 mdb_snprintf(buff, sizeof (buff), "%ld.%d seconds", in psinfo_sum()
1358 mdb_snprintf(buff, sizeof (buff), "%ld.%d seconds", in psinfo_sum()
1365 mdb_snprintf(buff, sizeof (buff), "%s", psinfo.pr_fname); in psinfo_sum()
1468 mdb_snprintf(buf, sizeof (buf), "0x%p", addr); in d_mutex_walk()
[all …]
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deft_mdb.c235 (void) mdb_snprintf(buf, (size_t)sizeof (buf), "<%p>", in ipath_node()
298 (void) mdb_snprintf(buf, (size_t)sizeof (buf), "<%p>", in eft_count()
387 (void) mdb_snprintf(buf, (size_t)sizeof (buf), "<%p>", in eft_node()
399 (void) mdb_snprintf(buf, (size_t)sizeof (buf), "<%p>", in eft_node()
439 (void) mdb_snprintf(buf, (size_t)sizeof (buf), "<%p>", in eft_node()
500 (void) mdb_snprintf(buf, (size_t)sizeof (buf), "<%p>", in eft_node()
508 (void) mdb_snprintf(buf, (size_t)sizeof (buf), "<%p>", in eft_node()

1234