Searched defs:Vuid_state (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvuid_state.h45 typedef caddr_t Vuid_state; typedef
46 #define VUID_STATE_NULL ((Vuid_state)0)
48 void vuid_set_value(); /* (Vuid_state *state, Firm_event *event) */
51 int vuid_get_value(); /* (Vuid_state state, ushort_t id) */
52 void vuid_destroy_state(); /* (Vuid_state state) Don't call in critical */
54 Vuid_state vuid_copy_state(); /* (Vuid_state state) Don't call in critical */

Completed in 69 milliseconds