/freebsd/sys/dev/bhnd/ |
H A D | bhnd.h | 770 bhnd_read_ioctl(device_t dev, uint16_t *ioctl) in bhnd_read_ioctl() 848 bhnd_reset_hw(device_t dev, uint16_t ioctl, uint16_t reset_ioctl) in bhnd_reset_hw() 868 bhnd_suspend_hw(device_t dev, uint16_t ioctl) in bhnd_suspend_hw() 1502 #define bhnd_bus_read_multi_1(r, o, d, c) \ argument 1508 #define bhnd_bus_read_region_1(r, o, d, c) \ argument 1520 #define bhnd_bus_write_multi_1(r, o, d, c) \ argument 1526 #define bhnd_bus_write_region_1(r, o, d, c) \ argument 1538 #define bhnd_bus_read_multi_stream_1(r, o, d, c) \ argument 1544 #define bhnd_bus_read_region_stream_1(r, o, d, c) \ argument 1556 #define bhnd_bus_write_multi_stream_1(r, o, d, c) \ argument [all …]
|
/freebsd/sys/geom/ |
H A D | geom.h | 111 g_ioctl_t *ioctl; member 144 g_ioctl_t *ioctl; member 285 #define g_getattr(a, c, v) g_getattr__((a), (c), (v), sizeof(*(v))) argument
|
/freebsd/sys/dev/fb/ |
H A D | fbreg.h | 46 #define bcopy_io(s, d, c) copyw((void*)(s), (void*)(d), (c)) argument 47 #define bcopy_toio(s, d, c) copyw((void*)(s), (void*)(d), (c)) argument 48 #define bcopy_fromio(s, d, c) copyw((void*)(s), (void*)(d), (c)) argument 49 #define bzero_io(d, c) bzero((void *)(d), (c)) argument 50 #define fill_io(p, d, c) fill((p), (void *)(d), (c)) argument 51 #define fillw_io(p, d, c) fillw((p), (void *)(d), (c)) argument 54 #define bcopy_io(s, d, c) ofwfb_bcopy((void *)(s), (void *)(d), (c)) argument 55 #define bcopy_toio(s, d, c) ofwfb_bcopy((void *)(s), (void *)(d), (c)) argument 56 #define bcopy_fromio(s, d, c) ofwfb_bcopy((void *)(s), (void *)(d), (c)) argument 57 #define bzero_io(d, c) ofwfb_bzero((void *)(d), (c)) argument [all …]
|
/freebsd/sys/net/ |
H A D | netmap_user.h | 532 #define ioctl win_nm_ioctl /* from now on, within this file ... */ macro 1043 u_int c, n = d->last_tx_ring - d->first_tx_ring + 1, in nm_inject() local 1091 int c, got = 0, ri = d->cur_rx_ring; in nm_dispatch() local
|
/freebsd/sys/dev/vmm/ |
H A D | vmm_dev.c | 201 int error, off, c, prot; in vmmdev_rw() local 431 const struct vmmdev_ioctl *ioctl; in vmmdev_ioctl() local
|