Lines Matching defs:anchor
853 DPRINTF(VOLUMES, ("Not an anchor\n"));
936 DPRINTF(VOLUMES, ("Read anchor %d at sector %d\n", anch,
1120 struct anchor_vdp *anchor, *anchor2;
1130 * check if 2nd anchor is different from 1st; if so, go for 2nd. This
1135 anchor = ump->anchors[0];
1137 assert(anchor);
1141 if (memcmp(&anchor->main_vds_ex, &anchor2->main_vds_ex, size))
1142 anchor = anchor2;
1146 main_loc = udf_rw32(anchor->main_vds_ex.loc);
1147 main_len = udf_rw32(anchor->main_vds_ex.len);
1149 reserve_loc = udf_rw32(anchor->reserve_vds_ex.loc);
1150 reserve_len = udf_rw32(anchor->reserve_vds_ex.len);
1897 /* we need at least an anchor (trivial, but for safety) */
3692 /* fill upto the first anchor at S+256 */
3701 /* write out anchor; write at ABSOLUTE place! */
3705 printf("writeout of anchor failed!\n");
3850 printf("writeout of anchor failed!\n");
4117 /* CRC length for an anchor is 512 - tag length; defined in Ecma 167 */