HomeSort by: relevance | last modified time | path
    Searched refs:vrs (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
subr_disk_mbr.c 262 uint64_t vrs; local
270 vrs = ((32*1024 + sector_size - 1) / sector_size)
273 /* read first vrs sector */
274 if (read_sector(a, vrs, 1))
284 vrs += inc;
285 if (read_sector(a, vrs, 1))
296 vrs += inc;
297 if (read_sector(a, vrs, 1))
  /src/sys/fs/udf/
udf_subr.c 524 * three tracks can be open: a reserved track for delayed ISO VRS
3536 struct vrs_desc *vrs; local
3570 /* we have to copy the ISO VRS from a former session */
3572 "blank or reserved track, copying VRS\n"));
3595 DPRINTF(VOLUMES, ("found possible former ISO VRS at\n"));
3599 * location of iso9660 vrs is defined as first sector AFTER 32kb,
3618 vrs = (struct vrs_desc *) pos;
3619 DPRINTF(VOLUMES, ("got VRS id `%4s`\n", vrs->identifier));
3620 if (strncmp(vrs->identifier, VRS_CD001, 5) == 0
    [all...]
  /src/sbin/fsck_udf/
main.c 1138 struct vrs_desc *vrs; local
1149 * location of iso9660 VRS is defined as first sector AFTER 32kb,
1161 pwarn("Error reading in ISO9660 VRS\n");
1165 pwarn("Short read in ISO9660 VRS\n");
1173 vrs = (struct vrs_desc *) pos;
1174 if (strncmp((const char *) vrs->identifier, VRS_BEA01, 5) == 0)
1176 if (strncmp((const char *) vrs->identifier, VRS_NSR02, 5) == 0)
1178 if (strncmp((const char *) vrs->identifier, VRS_NSR03, 5) == 0)
1180 if (strncmp((const char *) vrs->identifier, VRS_TEA01, 5) == 0) {
2907 * location of iso9660 vrs is defined as first sector AFTER 32kb
    [all...]

Completed in 21 milliseconds