Searched refs:i_nvp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dnvpair_impl.h46 typedef struct i_nvp i_nvp_t;
48 struct i_nvp { struct
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfm.c158 i_nvp_t *nvcur, i_nvp; local
187 for (nvcur = nvpriv.nvp_list; nvcur != NULL; nvcur = i_nvp.nvi_next) {
194 if (mdb_vread(&i_nvp, sizeof (i_nvp), (uintptr_t)nvcur) == -1) {
195 mdb_warn("failed to read i_nvp at %p", nvcur);
199 nvp = &i_nvp.nvi_nvp;
H A Dnvpair.c75 i_nvp_t i_nvp, *tmp; local
80 if (mdb_vread(&i_nvp, sizeof (i_nvp), wsp->walk_addr) == -1) {
81 mdb_warn("failed to read i_nvp at %p", wsp->walk_addr);
88 tmp = i_nvp.nvi_next;

Completed in 72 milliseconds