Searched defs:scsipi_play_msf (Results 1 – 1 of 1) sorted by relevance
52 struct scsipi_play_msf { struct53 u_int8_t opcode;54 u_int8_t byte2;55 u_int8_t unused;56 u_int8_t start_m;57 u_int8_t start_s;58 u_int8_t start_f;59 u_int8_t end_m;60 u_int8_t end_s;61 u_int8_t end_f;[all …]