Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dfm.c158 i_nvp_t *nvcur, i_nvp; in ereport() local
187 for (nvcur = nvpriv.nvp_list; nvcur != NULL; nvcur = i_nvp.nvi_next) { in ereport()
194 if (mdb_vread(&i_nvp, sizeof (i_nvp), (uintptr_t)nvcur) == -1) { in ereport()
195 mdb_warn("failed to read i_nvp at %p", nvcur); in ereport()
208 if (mdb_vread(nvpair, size, (uintptr_t)&nvcur->nvi_nvp) == -1) { in ereport()