Searched refs:ddi_prop_fm_encode_bytes (Results 1 – 4 of 4) sorted by relevance
| /titanic_53/usr/src/uts/common/sys/ |
| H A D | ndi_impldefs.h | 70 int ddi_prop_fm_encode_bytes(prop_handle_t *, void *data, uint_t);
|
| /titanic_53/usr/src/uts/sun4/io/efcode/ |
| H A D | fc_ddi.c | 171 name, data, nelements, ddi_prop_fm_encode_bytes)); in fc_ndi_prop_update()
|
| /titanic_53/usr/src/uts/common/os/ |
| H A D | sunddi.c | 2639 ddi_prop_fm_encode_bytes(prop_handle_t *ph, void *data, uint_t nelements) in ddi_prop_fm_encode_bytes() function 3533 value, length, ddi_prop_fm_encode_bytes)); in ddi_prop_create() 3544 name, value, length, ddi_prop_fm_encode_bytes)); in e_ddi_prop_create() 3568 value, length, ddi_prop_fm_encode_bytes)); in ddi_prop_modify() 3591 name, value, length, ddi_prop_fm_encode_bytes)); in e_ddi_prop_modify() 4059 name, data, nelements, ddi_prop_fm_encode_bytes)); in ddi_prop_update_byte_array() 4072 name, data, nelements, ddi_prop_fm_encode_bytes)); in e_ddi_prop_update_byte_array() 4222 name, NULL, 0, ddi_prop_fm_encode_bytes)); in ddi_prop_undefine() 4233 name, NULL, 0, ddi_prop_fm_encode_bytes)); in e_ddi_prop_undefine()
|
| H A D | sunndi.c | 103 name, NULL, 0, ddi_prop_fm_encode_bytes)); in ndi_prop_create_boolean() 152 name, data, nelements, ddi_prop_fm_encode_bytes)); in ndi_prop_update_byte_array()
|