Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_cd.c3851 struct dvd_layer *outlayer; in cdreaddvdstructure() local
3857 outlayer = (struct dvd_layer *)&dvdstruct->data; in cdreaddvdstructure()
3861 outlayer->book_type = (inlayer->book_type_version & in cdreaddvdstructure()
3863 outlayer->book_version = (inlayer->book_type_version & in cdreaddvdstructure()
3865 outlayer->disc_size = (inlayer->disc_size_max_rate & in cdreaddvdstructure()
3867 outlayer->max_rate = (inlayer->disc_size_max_rate & in cdreaddvdstructure()
3869 outlayer->nlayers = (inlayer->layer_info & in cdreaddvdstructure()
3871 outlayer->track_path = (inlayer->layer_info & in cdreaddvdstructure()
3873 outlayer->layer_type = (inlayer->layer_info & in cdreaddvdstructure()
3875 outlayer->linear_density = (inlayer->density & in cdreaddvdstructure()
[all …]