Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dicp_ioctl.h188 } __packed gdt_rescan_t; typedef
189 #define GDT_IOCTL_RESCAN _IOWR('J', 11, gdt_rescan_t)
H A Dicp_ioctl.c276 gdt_rescan_t *rsc = (void *) data; in icpioctl()