Lines Matching defs:clabel2
3335 RF_ComponentLabel_t *clabel1, *clabel2;
3347 (clabel1->mod_counter == clabel2->mod_counter) &&
3363 clabel2 = ac->clabel;
3364 if ((clabel1->version == clabel2->version) &&
3365 (clabel1->serial_number == clabel2->serial_number) &&
3366 (clabel1->num_rows == clabel2->num_rows) &&
3367 (clabel1->num_columns == clabel2->num_columns) &&
3368 (clabel1->sectPerSU == clabel2->sectPerSU) &&
3369 (clabel1->SUsPerPU == clabel2->SUsPerPU) &&
3370 (clabel1->SUsPerRU == clabel2->SUsPerRU) &&
3371 (clabel1->parityConfig == clabel2->parityConfig) &&
3372 (clabel1->maxOutstanding == clabel2->maxOutstanding) &&
3373 (clabel1->blockSize == clabel2->blockSize) &&
3375 rf_component_label_numblocks(clabel2) &&
3376 (clabel1->autoconfigure == clabel2->autoconfigure) &&
3377 (clabel1->root_partition == clabel2->root_partition) &&
3378 (clabel1->last_unit == clabel2->last_unit) &&
3379 (clabel1->config_order == clabel2->config_order)) {