Lines Matching defs:lp_count
234 uint16_t lp_count = 0;
248 uint16_t array_index = lp_count;
250 ++lp_count;
265 *lp_count_out = lp_count;
417 uint16_t lp_count = 0;
446 spmd_fill_lp_info_array(&partitions, target_uuid, &lp_count);
448 if (lp_count == 0) {
453 if (start_index >= lp_count) {
454 VERBOSE("start_index = %d, lp_count = %d (start index must be"
456 start_index, lp_count);
461 max_idx = lp_count - 1;