Lines Matching defs:ph
82 di_prop_reset_pos(prop_handle_t *ph) in di_prop_reset_pos()
93 di_prop_save_pos(prop_handle_t *ph) in di_prop_save_pos()
102 di_prop_restore_pos(prop_handle_t *ph) in di_prop_restore_pos()
115 di_prop_fm_decode_ints(prop_handle_t *ph, void *data, uint_t *nelements) in di_prop_fm_decode_ints()
191 di_prop_fm_decode_strings(prop_handle_t *ph, void *data, uint_t *nelements) in di_prop_fm_decode_strings()
271 di_prop_fm_decode_bytes(prop_handle_t *ph, void *data, uint_t *nelements) in di_prop_fm_decode_bytes()
371 di_prop_1275_int(prop_handle_t *ph, uint_t cmd, int *data) in di_prop_1275_int()
486 di_prop_int64_op(prop_handle_t *ph, uint_t cmd, int64_t *data) in di_prop_int64_op()
589 di_prop_1275_string(prop_handle_t *ph, uint_t cmd, char *data) in di_prop_1275_string()
726 di_prop_1275_bytes(prop_handle_t *ph, uint_t cmd, uchar_t *data, in di_prop_1275_bytes()
831 prop_handle_t ph; in di_prop_decode_common() local