Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dnvpair_impl.h46 typedef struct i_nvp i_nvp_t; typedef
52 i_nvp_t *_nvi_next; /* pointer to next nvpair */
53 i_nvp_t *_nvi_prev; /* pointer to prev nvpair */
62 i_nvp_t *nvp_list; /* linked list of nvpairs */
63 i_nvp_t *nvp_last; /* last nvpair */
64 i_nvp_t *nvp_curr; /* current walker nvpair */
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dnvpair.c48 i_nvp_t *tmp; in nvpair_walk_init()
65 tmp = (i_nvp_t *)nvpriv.nvp_list; in nvpair_walk_init()
75 i_nvp_t i_nvp, *tmp; in nvpair_walk_step()
85 nvpair = &((i_nvp_t *)wsp->walk_addr)->nvi_nvp; in nvpair_walk_step()
H A Dfm.c158 i_nvp_t *nvcur, i_nvp; in ereport()
/titanic_44/usr/src/common/nvpair/
H A Dnvpair.c138 ((i_nvp_t *)((size_t)(nvp) - offsetof(i_nvp_t, nvi_nvp)))
308 i_nvp_t *buf; in nvp_buf_alloc()
315 nvsize = len + offsetof(i_nvp_t, nvi_nvp); in nvp_buf_alloc()
333 size_t nvsize = nvp->nvp_size + offsetof(i_nvp_t, nvi_nvp); in nvp_buf_free()
345 i_nvp_t *curr = NVPAIR2I_NVP(nvp); in nvp_buf_link()
364 i_nvp_t *curr = NVPAIR2I_NVP(nvp); in nvp_buf_unlink()
509 i_nvp_t *curr; in nvlist_copy_pairs()
557 i_nvp_t *curr; in nvlist_free()
587 i_nvp_t *curr; in nvlist_contains_nvp()
641 i_nvp_t *curr; in nvlist_remove_all()
[all …]