Searched refs:mdb_vnode2path (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ks.h | 48 extern int mdb_vnode2path(uintptr_t, char *, size_t);
|
/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/ |
H A D | ufs.c | 286 if (mdb_vnode2path((uintptr_t)inode.i_vnode, path, 307 if (mdb_vnode2path((uintptr_t)inode.i_vnode, path,
|
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ks/ |
H A D | mdb_ks.c | 485 mdb_vnode2path(uintptr_t addr, char *buf, size_t buflen) function 1318 if (mdb_vnode2path((uintptr_t)svd.vp, map.map_name,
|
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | vfs.c | 474 * mdb_vnode2path, which is very slow. 509 * mdb_vnode2path will print an error for us as needed, but not 512 (void) mdb_vnode2path(vp, path, MAXPATHLEN);
|
H A D | memory.c | 1016 mdb_vnode2path((uintptr_t)svn.vp, buf, sizeof (buf));
|
H A D | genunix.c | 1768 if (mdb_vnode2path(addr, buf, sizeof (buf)) == -1) 1918 mdb_vnode2path((uintptr_t)ld->l_vnode, buf,
|
Completed in 81 milliseconds