Lines Matching refs:itp
85 maketag(struct tag *itp, struct tag *otp) in maketag() argument
90 if (itp != otp) { in maketag()
91 bcopy((unsigned char *)(itp + 1), (unsigned char *)(otp + 1), in maketag()
92 itp->tag_crc_len); in maketag()
96 switch (itp->tag_id) { in maketag()
151 otp->tag_id = SWAP16(itp->tag_id); in maketag()
152 otp->tag_desc_ver = SWAP16(itp->tag_desc_ver); in maketag()
154 otp->tag_sno = SWAP16(itp->tag_sno); in maketag()
156 itp->tag_crc_len, 0)); in maketag()
157 otp->tag_crc_len = SWAP16(itp->tag_crc_len); in maketag()
158 otp->tag_loc = SWAP32(itp->tag_loc); in maketag()