Searched refs:gdt_ucmd_t (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/dev/iir/
H A Diir_ctrl.c195 gdt_ucmd_t *ucmd;
198 ucmd = (gdt_ucmd_t *)cmdarg;
H A Diir.h158 #define GDT_IOCTL_GENERAL _IOWR('J', 0, gdt_ucmd_t) /* general IOCTL */
443 } gdt_ucmd_t; typedef in typeref:struct:gdt_ucmd
684 gdt_ucmd_t *gc_ucmd;
H A Diir.c173 gdt_ucmd_t *ucmd);
691 gdt_ucmd_t *ucmd;
934 gdt_ioctl_cmd(struct gdt_softc *gdt, gdt_ucmd_t *ucmd)
1415 gdt_ucmd_t *ucmd;
1425 ucmd = malloc(sizeof(gdt_ucmd_t), M_GDTBUF, M_NOWAIT);
1432 bzero(ucmd, sizeof(gdt_ucmd_t));
1475 gdt_ucmd_t *ucmd;

Completed in 84 milliseconds