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

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h392 * pv_aux - additional data influencing the interpretation of pv_ptr
394 * The meaning of pv_ptr and pv_aux depends on the type of property. For:
396 * boolean - if pv_aux is 0, pv_ptr is a pointer to a boolean_t
397 * if pv_aux is non-0, pv_ptr is a pointer to a uint64_t,
398 * where pv_aux indicates the bit holding the truth value.
399 * count - pv_ptr is a pointer to a uint64_t; pv_aux is unused
400 * integer - pv_ptr is a pointer to an int64_t; pv_aux is unused
401 * time - pv_ptr is a pointer to an scf_time_t; pv_aux is unused
402 * opaque - pv_ptr is a pointer to an scf_opaque_t; pv_aux is unused
405 * (both) pv_aux i
417 uint64_t pv_aux; member in struct:__anon167
[all...]

Completed in 104 milliseconds