Searched refs:dvdstruct (Results 1 – 1 of 1) sorted by relevance
298 struct dvd_struct *dvdstruct);2576 struct dvd_struct *dvdstruct; in cdioctl() local2578 dvdstruct = (struct dvd_struct *)addr; in cdioctl()2580 error = cdreaddvdstructure(periph, dvdstruct); in cdioctl()3743 cdreaddvdstructure(struct cam_periph *periph, struct dvd_struct *dvdstruct) in cdreaddvdstructure() argument3756 switch(dvdstruct->format) { in cdreaddvdstructure()3828 /* layer_number */ dvdstruct->layer_num, in cdreaddvdstructure()3829 /* key_format */ dvdstruct->format, in cdreaddvdstructure()3830 /* agid */ dvdstruct->agid, in cdreaddvdstructure()3842 switch(dvdstruct->format) { in cdreaddvdstructure()[all …]