Searched refs:dvdstruct (Results 1 – 1 of 1) sorted by relevance
264 struct dvd_struct *dvdstruct);2137 struct dvd_struct *dvdstruct; in cdioctl() local2139 dvdstruct = (struct dvd_struct *)addr; in cdioctl()2141 error = cdreaddvdstructure(periph, dvdstruct); in cdioctl()3453 cdreaddvdstructure(struct cam_periph *periph, struct dvd_struct *dvdstruct) in cdreaddvdstructure() argument3466 switch(dvdstruct->format) { in cdreaddvdstructure()3538 /* layer_number */ dvdstruct->layer_num, in cdreaddvdstructure()3539 /* key_format */ dvdstruct->format, in cdreaddvdstructure()3540 /* agid */ dvdstruct->agid, in cdreaddvdstructure()3552 switch(dvdstruct->format) { in cdreaddvdstructure()[all …]