/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_module_load.c | 57 (void) mdb_iob_snprintf(buf, sizeof (buf), "%s", in mdb_module_load() 110 (void) mdb_iob_snprintf(buf, sizeof (buf), in mdb_module_load() 131 (void) mdb_iob_snprintf(buf, sizeof (buf), "%s/%s.so", in mdb_module_load()
|
H A D | mdb_fdio.c | 134 (void) mdb_iob_snprintf(buf, MAXPATHLEN, "%s/%s", in mdb_fdio_create_path() 291 (void) mdb_iob_snprintf(fdp->fd_name, MAXPATHLEN, "fd %d", fd); in mdb_fdio_create()
|
H A D | mdb_debug.c | 187 (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_umem.c | 96 (void) mdb_iob_snprintf(buf, sizeof (buf), in mdb_umem_handler()
|
H A D | mdb_main.c | 798 (void) mdb_iob_snprintf(object, MAXPATHLEN, in main() 801 (void) mdb_iob_snprintf(object, MAXPATHLEN, in main() 1067 (void) mdb_iob_snprintf(rcpath, MAXPATHLEN, "%s/.mdbrc", p); in main()
|
H A D | mdb_proc.c | 879 (void) mdb_iob_snprintf(execname, sizeof (execname), in pt_exec() 2823 n = mdb_iob_snprintf(buf, nbytes, "PLT="); in pt_lookup_by_addr() 2834 (void) mdb_iob_snprintf(buf, nbytes, "PLT:%s", pltsym); in pt_lookup_by_addr() 2911 (void) mdb_iob_snprintf(buf, nbytes, "LM%lr`%s`%s", in pt_lookup_by_addr() 2914 (void) mdb_iob_snprintf(buf, nbytes, "%s`%s", in pt_lookup_by_addr() 3043 (void) mdb_iob_snprintf(mp->map_name, MDB_TGT_MAPSZ, in pt_prmap_to_mdbmap() 3701 (void) mdb_iob_snprintf(buf, nbytes, "stop on entry to %s", name); in pt_sysenter_info() 3761 (void) mdb_iob_snprintf(buf, nbytes, "stop on exit from %s", name); in pt_sysexit_info() 3821 (void) mdb_iob_snprintf(buf, nbytes, "stop on %s", name); in pt_signal_info() 3884 (void) mdb_iob_snprintf(buf, nbytes, "stop on %s", name); in pt_fault_info() [all …]
|
H A D | mdb_rawfile.c | 229 (void) mdb_iob_snprintf(map.map_name, MDB_TGT_MAPSZ, in rf_print_map()
|
H A D | mdb_fmt.c | 135 (void) mdb_iob_snprintf(buf, sizeof (buf), in fmt_dot()
|
H A D | mdb_nm.c | 174 (void) mdb_iob_snprintf(buf, sizeof (buf), "%hu", shndx); in nm_sect2str()
|
H A D | mdb_kvm.c | 1095 (void) mdb_iob_snprintf(map.map_name, MDB_TGT_MAPSZ, in kt_mapping_walk()
|
H A D | mdb_io.c | 1750 mdb_iob_snprintf(char *buf, size_t nbytes, const char *format, ...) in mdb_iob_snprintf() function
|
/titanic_44/usr/src/cmd/mdb/common/kmdb/ |
H A D | kmdb_kvm.c | 1145 (void) mdb_iob_snprintf(map.map_name, MDB_TGT_MAPSZ, in kmt_mapping_walk() 1709 (void) mdb_iob_snprintf(buf, nbytes, "stop at %s", in kmt_brkpt_info() 1712 (void) mdb_iob_snprintf(buf, nbytes, "stop at %a", in kmt_brkpt_info() 1719 (void) mdb_iob_snprintf(buf, nbytes, "stop at %a", addr); in kmt_brkpt_info() 1954 (void) mdb_iob_snprintf(buf, nbytes, fmt, desc + 1, wp->wp_addr, in kmt_wapt_info() 2110 (void) mdb_iob_snprintf(buf, nbytes, "single-step stop on %s", name); in kmt_trap_info()
|
/titanic_44/usr/src/cmd/mdb/sparc/mdb/ |
H A D | proc_isadep.c | 525 (void) mdb_iob_snprintf(name, sizeof (name), "%c%u", pref, rnam); in pt_addfpreg()
|