Searched refs:psdo (Results 1 – 1 of 1) sorted by relevance
3293 int pgo, psd_cnt, psdo; in partition_tape() local3308 psdo = pgo + PART_PAGE_FIXED_LENGTH; in partition_tape()3310 bp[psdo] = bp[psdo + 1] = 0xff; /* Rest of the tape */ in partition_tape()3311 psdo += 2; in partition_tape()3313 memset(bp + psdo, 0, bp[pgo + PP_OFF_NBR_ADD_PARTS] * 2); in partition_tape()3325 bp[psdo] = (size >> 8) & 0xff; in partition_tape()3326 bp[psdo + 1] = size & 0xff; in partition_tape()