Home
last modified time | relevance | path

Searched refs:mdb_iob_snprintf (Results 1 – 15 of 15) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_module_load.c57 (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 Dmdb_fdio.c134 (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 Dmdb_debug.c187 (void) mdb_iob_snprintf(buf, sizeof (buf), "ERR#%d", err); in mdb_err2str()
H A Dmdb_err.c143 (void) mdb_iob_snprintf(buf, sizeof (buf), str, in mdb_strerror()
H A Dmdb_io.h127 extern size_t mdb_iob_snprintf(char *, size_t, const char *, ...);
H A Dmdb_umem.c96 (void) mdb_iob_snprintf(buf, sizeof (buf), in mdb_umem_handler()
H A Dmdb_main.c798 (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 Dmdb_proc.c879 (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 Dmdb_rawfile.c229 (void) mdb_iob_snprintf(map.map_name, MDB_TGT_MAPSZ, in rf_print_map()
H A Dmdb_nm.c174 (void) mdb_iob_snprintf(buf, sizeof (buf), "%hu", shndx); in nm_sect2str()
H A Dmdb_fmt.c135 (void) mdb_iob_snprintf(buf, sizeof (buf), in fmt_dot()
H A Dmdb_kvm.c1095 (void) mdb_iob_snprintf(map.map_name, MDB_TGT_MAPSZ, in kt_mapping_walk()
H A Dmdb_io.c1750 mdb_iob_snprintf(char *buf, size_t nbytes, const char *format, ...) in mdb_iob_snprintf() function
/titanic_41/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c1145 (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_41/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c525 (void) mdb_iob_snprintf(name, sizeof (name), "%c%u", pref, rnam); in pt_addfpreg()