Home
last modified time | relevance | path

Searched refs:mdb_read_refstr (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ks.h59 extern ssize_t mdb_read_refstr(uintptr_t, char *, size_t);
/titanic_41/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile-extern145 mdb_read_refstr { FLAGS = EXTERN };
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c215 if ((len = mdb_read_refstr((uintptr_t)vfs.vfs_mntpt, buf, in fsinfo()
237 if (mdb_read_refstr((uintptr_t)vfs.vfs_resource, buf, in fsinfo()
/titanic_41/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c1606 mdb_read_refstr(uintptr_t refstr_addr, char *str, size_t nbytes) in mdb_read_refstr() function