Home
last modified time | relevance | path

Searched refs:prop_handle_t (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Dndi_impldefs.h70 int ddi_prop_fm_encode_bytes(prop_handle_t *, void *data, uint_t);
72 int ddi_prop_fm_encode_ints(prop_handle_t *, void *data, uint_t);
74 int ddi_prop_fm_encode_int64(prop_handle_t *, void *data, uint_t);
76 int ddi_prop_int64_op(prop_handle_t *, uint_t, int64_t *);
79 int (*)(prop_handle_t *, void *, uint_t));
82 uint_t *, int (*)(prop_handle_t *, void *, uint_t *));
87 int ddi_prop_fm_encode_string(prop_handle_t *, void *, uint_t);
89 int ddi_prop_fm_encode_strings(prop_handle_t *, void *, uint_t);
90 int ddi_prop_fm_decode_strings(prop_handle_t *, void *, uint_t *);
H A Dddipropdefs.h83 } prop_handle_t; typedef
89 int (*op_prop_int)(prop_handle_t *ph, uint_t cmd, int *data);
90 int (*op_prop_str)(prop_handle_t *ph, uint_t cmd, char *data);
91 int (*op_prop_bytes)(prop_handle_t *ph, uint_t cmd,
93 int (*op_prop_int64)(prop_handle_t *ph, uint_t cmd, int64_t *data);
/titanic_50/usr/src/lib/libdevinfo/
H A Ddevinfo_prop_decode.c82 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()
[all …]
/titanic_50/usr/src/uts/common/os/
H A Dsunddi.c1796 ddi_prop_encode_alloc(prop_handle_t *ph, size_t size) in ddi_prop_encode_alloc()
1889 ddi_prop_reset_pos(prop_handle_t *ph) in ddi_prop_reset_pos()
1900 ddi_prop_save_pos(prop_handle_t *ph) in ddi_prop_save_pos()
1909 ddi_prop_restore_pos(prop_handle_t *ph) in ddi_prop_restore_pos()
1922 ddi_prop_fm_decode_int(prop_handle_t *ph, void *data, uint_t *nelements) in ddi_prop_fm_decode_int()
1957 ddi_prop_fm_decode_int64(prop_handle_t *ph, void *data, uint_t *nelements) in ddi_prop_fm_decode_int64()
1992 ddi_prop_fm_decode_ints(prop_handle_t *ph, void *data, uint_t *nelements) in ddi_prop_fm_decode_ints()
2066 ddi_prop_fm_decode_int64_array(prop_handle_t *ph, void *data, uint_t *nelements) in ddi_prop_fm_decode_int64_array()
2140 ddi_prop_fm_encode_ints(prop_handle_t *ph, void *data, uint_t nelements) in ddi_prop_fm_encode_ints()
2200 ddi_prop_fm_encode_int64(prop_handle_t *ph, void *data, uint_t nelements) in ddi_prop_fm_encode_int64()
[all …]