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

/osnet-11/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h419 * pv_aux in scf_propvec_mval_t has no meaning.
422 * pv_aux - additional data influencing the interpretation of pv_ptr
424 * The meaning of pv_ptr and pv_aux depends on the type of property. For:
426 * boolean - if pv_aux is 0, pv_ptr is a pointer to a boolean_t
427 * if pv_aux is non-0, pv_ptr is a pointer to a uint64_t,
428 * where pv_aux indicates the bit holding the truth/false value.
431 * count - pv_ptr is a pointer to a uint64_t; pv_aux is unused
432 * integer - pv_ptr is a pointer to an int64_t; pv_aux is unused
433 * time - pv_ptr is a pointer to an scf_time_t; pv_aux is unused
434 * opaque - pv_ptr is a pointer to an scf_opaque_t; pv_aux i
450 uint64_t pv_aux; member in struct:__anon2485
[all...]
/osnet-11/usr/src/lib/libscf/common/
H A Dmidlevel.c2853 if (prop->pv_aux != 0) {
2855 *bits = b ? (*bits | prop->pv_aux) :
2856 (*bits & ~prop->pv_aux);
3091 boolean_t b = (prop->pv_aux != 0) ?
3092 (*(uint64_t *)prop->pv_ptr & prop->pv_aux) != 0 :

Completed in 21 milliseconds