Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_hash.c37 uintmax_t v_uvalue; member
60 v->v_uvalue = value; in inj_var_alloc()
132 return (v->v_uvalue); in inj_hash_get_value()
138 return ((void *)(uintptr_t)v->v_uvalue); in inj_hash_get_cookie()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_nv.h90 uintmax_t v_uvalue; /* Value as unsigned integral type */ member
101 #define MDB_NV_VALUE(v) ((v)->v_uvalue)
102 #define MDB_NV_COOKIE(v) ((void *)(uintptr_t)((v)->v_uvalue))
H A Dmdb_nv.c96 v->v_uvalue = value; in nv_var_alloc()
302 v->v_uvalue = value; in mdb_nv_insert()
500 return (v->v_uvalue); in mdb_nv_get_value()
514 v->v_uvalue = l; in mdb_nv_set_value()