Home
last modified time | relevance | path

Searched +defs:ioctl +defs:c (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/bhnd/
H A Dbhnd.h770 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 Dgeom.h111 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 Dfbreg.h46 #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 Dnetmap_user.h532 #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 Dvmm_dev.c201 int error, off, c, prot; in vmmdev_rw() local
431 const struct vmmdev_ioctl *ioctl; in vmmdev_ioctl() local