Lines Matching refs:pv_ptr
417 * pv_mval - multi valued property - if set pv_ptr points to
420 * pv_ptr - where to store the data read, or a pointer to the data to
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,
429 * if pv_mval is set, the pv_ptr of scf_propvec_mval_t is always
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
435 * strings - (scf_read_propvec) pv_ptr is a pointer to a char *
436 * (scf_write_propvec) pv_ptr is a pointer to an array of char
449 void *pv_ptr;
454 void *pv_ptr;