Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c2079 mdb_whereopen_t *mwo = arg; in whereopen_fwalk() local
2081 if ((uintptr_t)f->f_vnode == mwo->mwo_target) { in whereopen_fwalk()
2082 if ((mwo->mwo_flags & DCMD_PIPE_OUT) == 0 && in whereopen_fwalk()
2083 !mwo->mwo_found) { in whereopen_fwalk()
2086 mwo->mwo_found = B_TRUE; in whereopen_fwalk()
2096 mdb_whereopen_t *mwo = arg; in whereopen_pwalk() local
2098 mwo->mwo_found = B_FALSE; in whereopen_pwalk()
2099 if (mdb_pwalk("file", whereopen_fwalk, mwo, addr) == -1) { in whereopen_pwalk()
2104 if (mwo->mwo_found) { in whereopen_pwalk()
2115 mdb_whereopen_t mwo; in whereopen() local
[all …]