Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/compat/freebsd32/
Dfreebsd32_ioctl.h45 struct ioc_read_toc_entry32 { struct
117 #define CDIOREADTOCENTRYS_32 _IOWR('c', 5, struct ioc_read_toc_entry32)
Dfreebsd32_ioctl.c60 CTASSERT(sizeof(struct ioc_read_toc_entry32) == 8);
165 struct ioc_read_toc_entry32 toce32; in freebsd32_ioctl_ioc_read_toc()