Lines Matching refs:data
75 * @param data The string to check
79 bool util_is_printable_string(const void *data, int len);
94 * @param len If non-NULL, the amount of data we managed to read
106 * @param len If non-NULL, the amount of data we managed to read
133 * Decode a data type string. The purpose of this string
168 * Print property data in a readable format to stdout
171 * the data will be displayed either as cells (if len is a multiple of 4
176 * @param data Pointers to property data
177 * @param len Length of property data
179 void utilfdt_print_data(const char *data, int len);