Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c321 next_realvp(uintptr_t invp, struct vnode *outvn, uintptr_t *outvp) in next_realvp() argument
326 if (mdb_vread(outvn, sizeof (struct vnode), invp) == -1) { in next_realvp()
331 if (read_fsname((uintptr_t)outvn->v_vfsp, fsname) == -1) in next_realvp()
345 (uintptr_t)outvn->v_data) == -1) { in next_realvp()
354 (uintptr_t)outvn->v_data) == -1) { in next_realvp()
360 } else if (outvn->v_type == VSOCK && outvn->v_stream != NULL) { in next_realvp()
369 (uintptr_t)outvn->v_stream) == -1) { in next_realvp()