Home
last modified time | relevance | path

Searched refs:do_rr (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/core/fs/iso9660/
Dsusp_rr.c64 int do_rr; /* 1 = try to process Rock Ridge info , 0 = do not */ member
326 if (!sbi->do_rr) in susp_rr_get_entries()
443 sbi->do_rr = 1; /* provisory for the time of examination */ in susp_rr_check_signatures()
510 sbi->do_rr = 1 + rrip_112; in susp_rr_check_signatures()
525 sbi->do_rr = 0; in susp_rr_check_signatures()
Diso9660_fs.h41 int do_rr; /* 1 , 2 = try to process Rock Ridge info , 0 = do not. member