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

/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf_priv.h390 * pv_ptr - where to store the data read, or a pointer to the data to
392 * 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,
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
403 * strings - (scf_read_propvec) pv_ptr i
416 void *pv_ptr; member in struct:__anon167
[all...]

Completed in 54 milliseconds