Searched refs:XCOPY_TARGET_DESC_LEN (Results 1 – 2 of 2) sorted by relevance
194 int offset = tdll % XCOPY_TARGET_DESC_LEN, rc, ret = 0; in target_xcopy_parse_target_descriptors()200 " multiple of %d\n", XCOPY_TARGET_DESC_LEN); in target_xcopy_parse_target_descriptors()233 start += XCOPY_TARGET_DESC_LEN; in target_xcopy_parse_target_descriptors()234 desc += XCOPY_TARGET_DESC_LEN; in target_xcopy_parse_target_descriptors()916 rc * XCOPY_TARGET_DESC_LEN); in target_do_xcopy()918 seg_desc += (rc * XCOPY_TARGET_DESC_LEN); in target_do_xcopy()
1 #define XCOPY_TARGET_DESC_LEN 32 macro