Home
last modified time | relevance | path

Searched refs:mdb_vnode2path (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ks.h48 extern int mdb_vnode2path(uintptr_t, char *, size_t);
/titanic_41/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c286 if (mdb_vnode2path((uintptr_t)inode.i_vnode, path, in inode()
307 if (mdb_vnode2path((uintptr_t)inode.i_vnode, path, in inode()
/titanic_41/usr/src/cmd/mdb/common/modules/conf/
H A Dmapfile-extern156 mdb_vnode2path { FLAGS = EXTERN };
/titanic_41/usr/src/cmd/mdb/common/modules/mdb_ks/
H A Dmdb_ks.c485 mdb_vnode2path(uintptr_t addr, char *buf, size_t buflen) in mdb_vnode2path() function
1318 if (mdb_vnode2path((uintptr_t)svd.vp, map.map_name, in asmap_step()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c512 (void) mdb_vnode2path(vp, path, MAXPATHLEN); in pfiles_dig_pathname()
H A Dmemory.c1004 mdb_vnode2path((uintptr_t)svn.vp, buf, sizeof (buf)); in pmap_walk_seg()
H A Dgenunix.c1685 if (mdb_vnode2path(addr, buf, sizeof (buf)) == -1) in vnode2path()
1835 mdb_vnode2path((uintptr_t)ld->l_vnode, buf, in lminfo_cb()