gdt_ucmd_t
gdt_ucmd_t *ucmd;
ucmd = kmalloc(sizeof(gdt_ucmd_t), M_GDTBUF, M_INTWAIT | M_ZERO);
gdt_ucmd_t *ucmd;
static struct gdt_ccb *gdt_ioctl_cmd(struct gdt_softc *gdt, gdt_ucmd_t *ucmd);
gdt_ucmd_t *ucmd;
gdt_ioctl_cmd(struct gdt_softc *gdt, gdt_ucmd_t *ucmd)
#define GDT_IOCTL_GENERAL _IOWR('J', 0, gdt_ucmd_t) /* general IOCTL */
gdt_ucmd_t *gc_ucmd;
gdt_ucmd_t *ucmd;
ucmd = (gdt_ucmd_t *)ap->a_data;