Home
last modified time | relevance | path

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

/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() function
2102 if (ddi_prop_encode_alloc(ph, size * nelements) != in ddi_prop_fm_encode_ints()
2162 if (ddi_prop_encode_alloc(ph, size * nelements) != in ddi_prop_fm_encode_int64()
2414 if (ddi_prop_encode_alloc(ph, size) != DDI_PROP_SUCCESS) in ddi_prop_fm_encode_string()
2478 if (ddi_prop_encode_alloc(ph, total_size) != DDI_PROP_SUCCESS) in ddi_prop_fm_encode_strings()
2579 (void) ddi_prop_encode_alloc(ph, 0); in ddi_prop_fm_encode_bytes()
2601 if (ddi_prop_encode_alloc(ph, (uint_t)size) != DDI_PROP_SUCCESS) in ddi_prop_fm_encode_bytes()