Lines Matching defs:vrs
1138 struct vrs_desc *vrs;
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,
2931 pwarn("internal error: can't write iso966 VRS in new session!\n");
4262 /* get both VRS areas */