Searched refs:XCOPY_TARGET_DESC_LEN (Results 1 – 2 of 2) sorted by relevance
208 int offset = tdll % XCOPY_TARGET_DESC_LEN, rc; in target_xcopy_parse_target_descriptors()216 " multiple of %d\n", XCOPY_TARGET_DESC_LEN); in target_xcopy_parse_target_descriptors()220 if (tdll > RCR_OP_MAX_TARGET_DESC_COUNT * XCOPY_TARGET_DESC_LEN) { in target_xcopy_parse_target_descriptors()246 start += XCOPY_TARGET_DESC_LEN; in target_xcopy_parse_target_descriptors()247 desc += XCOPY_TARGET_DESC_LEN; in target_xcopy_parse_target_descriptors()864 rc * XCOPY_TARGET_DESC_LEN); in target_parse_xcopy_cmd()
5 #define XCOPY_TARGET_DESC_LEN 32 macro