i_nvp
i_nvp_t *nvcur, i_nvp;
for (nvcur = nvpriv.nvp_list; nvcur != NULL; nvcur = i_nvp.nvi_next) {
if (mdb_vread(&i_nvp, sizeof (i_nvp), (uintptr_t)nvcur) == -1) {
nvp = &i_nvp.nvi_nvp;
i_nvp_t i_nvp, *tmp;
if (mdb_vread(&i_nvp, sizeof (i_nvp), wsp->walk_addr) == -1) {
tmp = i_nvp.nvi_next;
typedef struct i_nvp i_nvp_t;