Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dndi_impldefs.h68 int ddi_prop_fm_encode_bytes(prop_handle_t *, void *data, uint_t);
70 int ddi_prop_fm_encode_ints(prop_handle_t *, void *data, uint_t);
72 int ddi_prop_fm_encode_int64(prop_handle_t *, void *data, uint_t);
74 int ddi_prop_int64_op(prop_handle_t *, uint_t, int64_t *);
77 int (*)(prop_handle_t *, void *, uint_t));
80 uint_t *, int (*)(prop_handle_t *, void *, uint_t *));
85 int ddi_prop_fm_encode_string(prop_handle_t *, void *, uint_t);
87 int ddi_prop_fm_encode_strings(prop_handle_t *, void *, uint_t);
88 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);
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_prop_decode.c80 di_prop_reset_pos(prop_handle_t *ph) in di_prop_reset_pos()
91 di_prop_save_pos(prop_handle_t *ph) in di_prop_save_pos()
100 di_prop_restore_pos(prop_handle_t *ph) in di_prop_restore_pos()
113 di_prop_fm_decode_ints(prop_handle_t *ph, void *data, uint_t *nelements) in di_prop_fm_decode_ints()
189 di_prop_fm_decode_strings(prop_handle_t *ph, void *data, uint_t *nelements) in di_prop_fm_decode_strings()
269 di_prop_fm_decode_bytes(prop_handle_t *ph, void *data, uint_t *nelements) in di_prop_fm_decode_bytes()
369 di_prop_1275_int(prop_handle_t *ph, uint_t cmd, int *data) in di_prop_1275_int()
484 di_prop_int64_op(prop_handle_t *ph, uint_t cmd, int64_t *data) in di_prop_int64_op()
587 di_prop_1275_string(prop_handle_t *ph, uint_t cmd, char *data) in di_prop_1275_string()
724 di_prop_1275_bytes(prop_handle_t *ph, uint_t cmd, uchar_t *data, in di_prop_1275_bytes()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dsunddi.c1727 ddi_prop_encode_alloc(prop_handle_t *ph, size_t size) in ddi_prop_encode_alloc()
1820 ddi_prop_reset_pos(prop_handle_t *ph) in ddi_prop_reset_pos()
1831 ddi_prop_save_pos(prop_handle_t *ph) in ddi_prop_save_pos()
1840 ddi_prop_restore_pos(prop_handle_t *ph) in ddi_prop_restore_pos()
1853 ddi_prop_fm_decode_int(prop_handle_t *ph, void *data, uint_t *nelements) in ddi_prop_fm_decode_int()
1888 ddi_prop_fm_decode_int64(prop_handle_t *ph, void *data, uint_t *nelements) in ddi_prop_fm_decode_int64()
1923 ddi_prop_fm_decode_ints(prop_handle_t *ph, void *data, uint_t *nelements) in ddi_prop_fm_decode_ints()
1997 ddi_prop_fm_decode_int64_array(prop_handle_t *ph, void *data, uint_t *nelements) in ddi_prop_fm_decode_int64_array()
2071 ddi_prop_fm_encode_ints(prop_handle_t *ph, void *data, uint_t nelements) in ddi_prop_fm_encode_ints()
2131 ddi_prop_fm_encode_int64(prop_handle_t *ph, void *data, uint_t nelements) in ddi_prop_fm_encode_int64()
[all …]