Lines Matching refs:pv_aux
419 * 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 is unused
437 * (both) pv_aux is unused
450 uint64_t pv_aux;