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

  /src/sys/kern/
subr_disk_mbr.c 259 uint64_t vrs; local in function:scan_iso_vrs_session
267 vrs = ((32*1024 + sector_size - 1) / sector_size)
270 /* read first vrs sector */
271 if (read_sector(a, vrs, 1))
281 vrs += inc;
282 if (read_sector(a, vrs, 1))
293 vrs += inc;
294 if (read_sector(a, vrs, 1))
subr_disk_mbr.c 259 uint64_t vrs; local in function:scan_iso_vrs_session
267 vrs = ((32*1024 + sector_size - 1) / sector_size)
270 /* read first vrs sector */
271 if (read_sector(a, vrs, 1))
281 vrs += inc;
282 if (read_sector(a, vrs, 1))
293 vrs += inc;
294 if (read_sector(a, vrs, 1))
  /src/sbin/fsck_udf/
main.c 1138 struct vrs_desc *vrs; local in function:udf_check_vrs9660
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) {
2908 * location of iso9660 vrs is defined as first sector AFTER 32kb
    [all...]
main.c 1138 struct vrs_desc *vrs; local in function:udf_check_vrs9660
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) {
2908 * location of iso9660 vrs is defined as first sector AFTER 32kb
    [all...]
  /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 in function:udf_validate_session_start
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...]
udf_subr.c 524 * three tracks can be open: a reserved track for delayed ISO VRS
3536 struct vrs_desc *vrs; local in function:udf_validate_session_start
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...]

Completed in 32 milliseconds