Lines Matching defs:sz_max
200 * @sz_max: maximum number of array elements to read, if zero there is no
212 * if the property data is smaller than sz_min or longer than sz_max.
218 size_t sz_min, size_t sz_max)
223 (sz_max * sizeof(*out_values)),
229 if (!sz_max)
250 * @sz_max: maximum number of array elements to read, if zero there is no
262 * if the property data is smaller than sz_min or longer than sz_max.
268 size_t sz_min, size_t sz_max)
273 (sz_max * sizeof(*out_values)),
279 if (!sz_max)
300 * @sz_max: maximum number of array elements to read, if zero there is no
309 * if the property data is smaller than sz_min or longer than sz_max.
315 size_t sz_min, size_t sz_max)
320 (sz_max * sizeof(*out_values)),
326 if (!sz_max)
378 * @sz_max: maximum number of array elements to read, if zero there is no
387 * if the property data is smaller than sz_min or longer than sz_max.
393 size_t sz_min, size_t sz_max)
398 (sz_max * sizeof(*out_values)),
404 if (!sz_max)