Searched refs:psdo (Results 1 – 1 of 1) sorted by relevance
3262 int pgo, psd_cnt, psdo; in partition_tape() local3277 psdo = pgo + PART_PAGE_FIXED_LENGTH; in partition_tape()3279 bp[psdo] = bp[psdo + 1] = 0xff; /* Rest of the tape */ in partition_tape()3280 psdo += 2; in partition_tape()3282 memset(bp + psdo, 0, bp[pgo + PP_OFF_NBR_ADD_PARTS] * 2); in partition_tape()3295 bp[psdo] = (size >> 8) & 0xff; in partition_tape()3296 bp[psdo + 1] = size & 0xff; in partition_tape()