Searched refs:dvd_struct (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/sys/ |
H A D | cdio.h | 244 #define DVD_READ_STRUCT _IOWR('d', 0, union dvd_struct) 245 #define DVD_WRITE_STRUCT _IOWR('d', 1, union dvd_struct) 313 union dvd_struct { union
|
/openbsd/sys/scsi/ |
H A D | cd.c | 138 int dvd_read_physical(struct cd_softc *, union dvd_struct *); 139 int dvd_read_copyright(struct cd_softc *, union dvd_struct *); 140 int dvd_read_disckey(struct cd_softc *, union dvd_struct *); 141 int dvd_read_bca(struct cd_softc *, union dvd_struct *); 142 int dvd_read_manufact(struct cd_softc *, union dvd_struct *); 143 int dvd_read_struct(struct cd_softc *, union dvd_struct *); 1086 error = dvd_read_struct(sc, (union dvd_struct *)addr); in cdioctl() 1822 dvd_read_physical(struct cd_softc *sc, union dvd_struct *s) in dvd_read_physical() 1921 dvd_read_disckey(struct cd_softc *sc, union dvd_struct *s) in dvd_read_disckey() 1961 dvd_read_bca(struct cd_softc *sc, union dvd_struct *s) in dvd_read_bca() [all …]
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 1114 unsigned union_dvd_struct_sz = sizeof(dvd_struct);
|