/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_module_load.c | 58 (void) mdb_iob_snprintf(buf, sizeof (buf), "%s", in mdb_module_load() 112 (void) mdb_iob_snprintf(buf, sizeof (buf), in mdb_module_load() 133 (void) mdb_iob_snprintf(buf, sizeof (buf), "%s/%s.so", in mdb_module_load()
|
H A D | mdb_fdio.c | 132 (void) mdb_iob_snprintf(buf, MAXPATHLEN, "%s/%s", in mdb_fdio_create_path() 307 (void) mdb_iob_snprintf(fdp->fd_name, MAXPATHLEN, "fd %d", fd); in mdb_fdio_create()
|
H A D | mdb_debug.c | 183 (void) mdb_iob_snprintf(buf, sizeof (buf), "ERR#%d", err); in mdb_err2str()
|
H A D | mdb_err.c | 143 (void) mdb_iob_snprintf(buf, sizeof (buf), str, in mdb_strerror()
|
H A D | mdb_io.h | 127 extern size_t mdb_iob_snprintf(char *, size_t, const char *, ...);
|
H A D | mdb_main.c | 819 (void) mdb_iob_snprintf(object, MAXPATHLEN, in main() 822 (void) mdb_iob_snprintf(object, MAXPATHLEN, in main() 1097 (void) mdb_iob_snprintf(rcpath, MAXPATHLEN, "%s/.mdbrc", p); in main()
|
H A D | mdb_umem.c | 94 (void) mdb_iob_snprintf(buf, sizeof (buf), in mdb_umem_handler()
|
H A D | mdb_proc.c | 881 (void) mdb_iob_snprintf(execname, sizeof (execname), in pt_exec() 2894 n = mdb_iob_snprintf(buf, nbytes, "PLT="); in pt_lookup_by_addr() 2905 (void) mdb_iob_snprintf(buf, nbytes, "PLT:%s", pltsym); in pt_lookup_by_addr() 2982 (void) mdb_iob_snprintf(buf, nbytes, "LM%lr`%s`%s", in pt_lookup_by_addr() 2985 (void) mdb_iob_snprintf(buf, nbytes, "%s`%s", in pt_lookup_by_addr() 3114 (void) mdb_iob_snprintf(mp->map_name, MDB_TGT_MAPSZ, in pt_prmap_to_mdbmap() 3772 (void) mdb_iob_snprintf(buf, nbytes, "stop on entry to %s", name); in pt_sysenter_info() 3832 (void) mdb_iob_snprintf(buf, nbytes, "stop on exit from %s", name); in pt_sysexit_info() 3892 (void) mdb_iob_snprintf(buf, nbytes, "stop on %s", name); in pt_signal_info() 3955 (void) mdb_iob_snprintf(buf, nbytes, "stop on %s", name); in pt_fault_info() [all …]
|
H A D | mdb_rawfile.c | 234 (void) mdb_iob_snprintf(map.map_name, MDB_TGT_MAPSZ, in rf_print_map()
|
H A D | mdb_nm.c | 178 (void) mdb_iob_snprintf(buf, sizeof (buf), "%hu", shndx); in nm_sect2str()
|
H A D | mdb_fmt.c | 139 (void) mdb_iob_snprintf(buf, sizeof (buf), in fmt_dot()
|
H A D | mdb_kvm.c | 1109 (void) mdb_iob_snprintf(map.map_name, MDB_TGT_MAPSZ, in kt_mapping_walk()
|
H A D | mdb_io.c | 1797 mdb_iob_snprintf(char *buf, size_t nbytes, const char *format, ...) in mdb_iob_snprintf() function
|
/illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_kvm.c | 1143 (void) mdb_iob_snprintf(map.map_name, MDB_TGT_MAPSZ, in kmt_mapping_walk() 1707 (void) mdb_iob_snprintf(buf, nbytes, "stop at %s", in kmt_brkpt_info() 1710 (void) mdb_iob_snprintf(buf, nbytes, "stop at %a", in kmt_brkpt_info() 1717 (void) mdb_iob_snprintf(buf, nbytes, "stop at %a", addr); in kmt_brkpt_info() 1956 (void) mdb_iob_snprintf(buf, nbytes, fmt, desc + 1, wp->wp_addr, in kmt_wapt_info() 2112 (void) mdb_iob_snprintf(buf, nbytes, "single-step stop on %s", name); in kmt_trap_info()
|