Lines Matching full:decode
27 * This file contains kernel property decode routines adopted from
106 * Property encode/decode functions
110 * Decode an array of integers property
139 * If we cannot skip through the data, we cannot decode it in di_prop_fm_decode_ints()
158 * Decode each elemente and place it in the space we just allocated in di_prop_fm_decode_ints()
186 * Decode an array of strings.
223 * If we cannot skip through the data, we cannot decode it in di_prop_fm_decode_strings()
236 * Finally, we can decode each string in di_prop_fm_decode_strings()
266 * Decode an array of bytes.
304 * Decode each element and place it in the space we just allocated in di_prop_fm_decode_bytes()
333 * DDI_PROP_RESULT_ERROR: cannot decode the data
899 * The data came from prom, use the 1275 OBP decode/encode routines. in di_prop_decode_common()