Searched refs:dvdstruct (Results 1 – 1 of 1) sorted by relevance
298 struct dvd_struct *dvdstruct);2582 struct dvd_struct *dvdstruct; in cdioctl() local2584 dvdstruct = (struct dvd_struct *)addr; in cdioctl()2586 error = cdreaddvdstructure(periph, dvdstruct); in cdioctl()3749 cdreaddvdstructure(struct cam_periph *periph, struct dvd_struct *dvdstruct) in cdreaddvdstructure() argument3762 switch(dvdstruct->format) { in cdreaddvdstructure()3834 /* layer_number */ dvdstruct->layer_num, in cdreaddvdstructure()3835 /* key_format */ dvdstruct->format, in cdreaddvdstructure()3836 /* agid */ dvdstruct->agid, in cdreaddvdstructure()3848 switch(dvdstruct->format) { in cdreaddvdstructure()[all …]