Symbol: _IOC_NEWTYPE
sys/cam/scsi/scsi_cd.c
236
_IOC_NEWTYPE(CDIOREADTOCENTRYS, struct ioc_read_toc_entry32)
sys/compat/freebsd32/freebsd32_ioctl.c
73
com = _IOC_NEWTYPE(uap->com, struct mem_range_op);
sys/dev/hid/hidraw.c
141
_IOC_NEWTYPE(HIDRAW_GET_REPORT_DESC, struct hidraw_gen_descriptor32)
sys/dev/hid/hidraw.c
143
_IOC_NEWTYPE(HIDRAW_GET_REPORT, struct hidraw_gen_descriptor32)
sys/dev/hid/hidraw.c
145
_IOC_NEWTYPE(HIDRAW_SET_REPORT_DESC, struct hidraw_gen_descriptor32)
sys/dev/hid/hidraw.c
147
_IOC_NEWTYPE(HIDRAW_SET_REPORT, struct hidraw_gen_descriptor32)
sys/dev/hid/hidraw.c
599
cmd = _IOC_NEWTYPE(cmd, struct hidraw_gen_descriptor);
sys/dev/hid/u2f.c
430
cmd = _IOC_NEWTYPE(cmd, struct usb_gen_descriptor);
sys/dev/md/md.c
157
#define MDIOCATTACH_32 _IOC_NEWTYPE(MDIOCATTACH, struct md_ioctl32)
sys/dev/md/md.c
158
#define MDIOCDETACH_32 _IOC_NEWTYPE(MDIOCDETACH, struct md_ioctl32)
sys/dev/md/md.c
159
#define MDIOCQUERY_32 _IOC_NEWTYPE(MDIOCQUERY, struct md_ioctl32)
sys/dev/md/md.c
160
#define MDIOCRESIZE_32 _IOC_NEWTYPE(MDIOCRESIZE, struct md_ioctl32)
sys/dev/pci/pci_user.c
111
#define PCIOCGETCONF32 _IOC_NEWTYPE(PCIOCGETCONF, struct pci_conf_io32)
sys/dev/pci/pci_user.c
547
_IOC_NEWTYPE(PCIOCGETCONF_FREEBSD14, struct pci_conf_io32)
sys/dev/sound/pcm/dsp.c
663
#define AIOGFMT32 _IOC_NEWTYPE(AIOGFMT, snd_chan_param32)
sys/dev/sound/pcm/dsp.c
664
#define AIOSFMT32 _IOC_NEWTYPE(AIOSFMT, snd_chan_param32)
sys/dev/sound/pcm/dsp.c
674
#define AIOGCAP32 _IOC_NEWTYPE(AIOGCAP, snd_capabilities32)
sys/dev/sound/pcm/dsp.c
690
#define SNDCTL_DSP_GETERROR32 _IOC_NEWTYPE(SNDCTL_DSP_GETERROR, audio_errinfo32)
sys/dev/usb/input/uhid.c
571
cmd = _IOC_NEWTYPE(cmd, struct usb_gen_descriptor);
sys/dev/usb/input/uhid_snes.c
298
cmd = _IOC_NEWTYPE(cmd, struct usb_gen_descriptor);
sys/dev/usb/usb_ioctl.h
327
_IOC_NEWTYPE(USB_READ_DIR, struct usb_read_dir32)
sys/dev/usb/usb_ioctl.h
336
#define USB_REQUEST32 _IOC_NEWTYPE(USB_REQUEST, struct usb_ctl_request32)
sys/dev/usb/usb_ioctl.h
337
#define USB_DO_REQUEST32 _IOC_NEWTYPE(USB_DO_REQUEST, struct usb_ctl_request32)
sys/dev/usb/usb_ioctl.h
355
_IOC_NEWTYPE(USB_GET_REPORT_DESC, struct usb_gen_descriptor32)
sys/dev/usb/usb_ioctl.h
357
_IOC_NEWTYPE(USB_GET_REPORT, struct usb_gen_descriptor32)
sys/dev/usb/usb_ioctl.h
359
_IOC_NEWTYPE(USB_SET_REPORT, struct usb_gen_descriptor32)
sys/dev/usb/usb_ioctl.h
361
_IOC_NEWTYPE(USB_GET_FULL_DESC, struct usb_gen_descriptor32)
sys/dev/usb/usb_ioctl.h
363
_IOC_NEWTYPE(USB_GET_STRING_DESC, struct usb_gen_descriptor32)
sys/dev/usb/usb_ioctl.h
365
_IOC_NEWTYPE(USB_GET_IFACE_DRIVER, struct usb_gen_descriptor32)
sys/dev/usb/usb_ioctl.h
388
#define USB_FS_INIT32 _IOC_NEWTYPE(USB_FS_INIT, struct usb_fs_init32)
sys/net/if.c
172
#define SIOCSDRVSPEC32 _IOC_NEWTYPE(SIOCSDRVSPEC, struct ifdrv32)
sys/net/if.c
173
#define SIOCGDRVSPEC32 _IOC_NEWTYPE(SIOCGDRVSPEC, struct ifdrv32)
sys/net/if.c
183
#define SIOCAIFGROUP32 _IOC_NEWTYPE(SIOCAIFGROUP, struct ifgroupreq32)
sys/net/if.c
184
#define SIOCGIFGROUP32 _IOC_NEWTYPE(SIOCGIFGROUP, struct ifgroupreq32)
sys/net/if.c
185
#define SIOCDIFGROUP32 _IOC_NEWTYPE(SIOCDIFGROUP, struct ifgroupreq32)
sys/net/if.c
186
#define SIOCGIFGMEMB32 _IOC_NEWTYPE(SIOCGIFGMEMB, struct ifgroupreq32)
sys/net/if.c
197
#define SIOCGIFMEDIA32 _IOC_NEWTYPE(SIOCGIFMEDIA, struct ifmediareq32)
sys/net/if.c
198
#define SIOCGIFXMEDIA32 _IOC_NEWTYPE(SIOCGIFXMEDIA, struct ifmediareq32)
sys/net/if.c
2829
cmd = _IOC_NEWTYPE(cmd, struct ifdrv);
sys/net/if.c
2851
cmd = _IOC_NEWTYPE(cmd, struct ifgroupreq);
sys/net/if.c
2865
cmd = _IOC_NEWTYPE(cmd, struct ifmediareq);
sys/sys/filio.h
80
#define FIODGNAME_32 _IOC_NEWTYPE(FIODGNAME, struct fiodgname_arg32)
sys/sys/sndstat.h
135
_IOC_NEWTYPE(SNDSTIOC_GET_DEVS, struct sndstioc_nv_arg32)
sys/sys/sndstat.h
137
_IOC_NEWTYPE(SNDSTIOC_ADD_USER_DEVS, struct sndstioc_nv_arg32)