Searched refs:mwo (Results 1 – 1 of 1) sorted by relevance
2076 mdb_whereopen_t *mwo = arg; in whereopen_fwalk() local2078 if ((uintptr_t)f->f_vnode == mwo->mwo_target) { in whereopen_fwalk()2079 if ((mwo->mwo_flags & DCMD_PIPE_OUT) == 0 && in whereopen_fwalk()2080 !mwo->mwo_found) { in whereopen_fwalk()2083 mwo->mwo_found = B_TRUE; in whereopen_fwalk()2093 mdb_whereopen_t *mwo = arg; in whereopen_pwalk() local2095 mwo->mwo_found = B_FALSE; in whereopen_pwalk()2096 if (mdb_pwalk("file", whereopen_fwalk, mwo, addr) == -1) { in whereopen_pwalk()2101 if (mwo->mwo_found) { in whereopen_pwalk()2112 mdb_whereopen_t mwo; in whereopen() local[all …]