Searched refs:msf (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/partitioning_systems/session/
H A Dscsi-mmc.h56 msf:1, //!< addressing format: 0 == LBA, 1 == MSF; try lba first, then msf if that fails member in struct:__anon9
76 - Each msf frame corresponds to one logical block.
77 - Each msf second corresponds to 75 msf frames
78 - Each msf minute corresponds to 60 msf seconds
79 - Logical block 0 is at msf address 00:02:00
106 /*! \brief Converts the given msf address to lba format
111 msf_to_lba(msf_address msf) argument
[all...]
H A DDisc.cpp138 TRACE((" msf = %d\n", scsi_command->msf));
237 uint16 buffer_length, bool msf)
257 scsi_command.msf = 1;
538 // Attempt to read the table of contents, first in lba mode, then in msf
543 TRACE(("%s: lba read_toc failed, trying msf instead\n",
236 read_table_of_contents(int deviceFD, uint32 first_session, uchar* buffer, uint16 buffer_length, bool msf) argument

Completed in 21 milliseconds