Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dicp_ioctl.h161 } __packed gdt_event_t; typedef
162 #define GDT_IOCTL_EVENT _IOWR('J', 7, gdt_event_t)
H A Dicp_ioctl.c216 gdt_event_t *evt = (void *) data; in icpioctl()