Searched refs:stream_valid (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c301 char stream_valid; member in struct:cab
1436 if (cab->stream_valid)
1448 cab->stream_valid = 1;
2029 if (cab->stream_valid)
H A Darchive_read_support_format_iso9660.c245 int stream_valid; member in struct:zisofs
1571 if (zisofs->stream_valid)
1580 zisofs->stream_valid = 1;
1731 if (iso9660->entry_zisofs.stream_valid) {
H A Darchive_write_set_format_iso9660.c783 int stream_valid; member in struct:iso9660::__anon2095
1127 iso9660->zisofs.stream_valid = 0;
7382 if (iso9660->zisofs.stream_valid)
7387 iso9660->zisofs.stream_valid = 1;
7787 if (iso9660->zisofs.stream_valid &&
7794 iso9660->zisofs.stream_valid = 0;
7814 int stream_valid; member in struct:zisofs_extract
7952 if (zisofs->stream_valid)
7961 zisofs->stream_valid = 1;
8114 if (zext.stream_valid
[all...]
H A Darchive_read_support_format_7zip.c279 int stream_valid; member in struct:_7zip
1207 if (zip->stream_valid)
1217 zip->stream_valid = 1;
1620 if (zip->stream_valid) {
1627 zip->stream_valid = 0;
H A Darchive_read_support_format_xar.c330 int stream_valid; member in struct:xar
1461 if (xar->stream_valid)
1470 xar->stream_valid = 1;
1724 if (xar->stream_valid) {
H A Darchive_read_support_format_zip.c180 char stream_valid; member in struct:zip
2309 if (zip->stream_valid)
2320 zip->stream_valid = 1;
2995 if (zip->stream_valid)
H A Darchive_write_disk_posix.c308 int stream_valid; member in struct:archive_write_disk
1195 if (a->stream_valid)
1205 a->stream_valid = 1;
2540 if (a->stream_valid) {
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_sa.c3376 int error_code, sense_key, asc, ascq, error, aqvalid, stream_valid; local
3392 stream_valid = 1;
3394 stream_valid = 0;
3437 (stream_valid) ? stream_bits : 0, (intmax_t)resid,
3496 } else if ((stream_valid != 0) && (stream_bits & SSD_EOM)) {
3515 } else if ((stream_valid != 0) && (stream_bits & SSD_FILEMARK)){
3535 if (error == 0 && (stream_valid != 0) && (stream_bits & SSD_ILI)) {
3550 if ((stream_valid == 0) ||

Completed in 221 milliseconds