Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cdrw/
H A Dmmc.h143 int read_cd(int fd, uint32_t start_blk, uint16_t nblk, uchar_t sector_type,
H A Dmmc.c398 read_cd(int fd, uint32_t start_blk, uint16_t nblk, uchar_t sector_type, in read_cd() argument
407 scmd->uscsi_cdb[1] = (sector_type & 0x7) << 2; in read_cd()