Home
last modified time | relevance | path

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

/src/sys/dev/bhnd/
H A Dbhnd.h767 bhnd_read_ioctl(device_t dev, uint16_t *ioctl) in bhnd_read_ioctl()
845 bhnd_reset_hw(device_t dev, uint16_t ioctl, uint16_t reset_ioctl) in bhnd_reset_hw()
865 bhnd_suspend_hw(device_t dev, uint16_t ioctl) in bhnd_suspend_hw()
1487 #define bhnd_bus_read_multi_1(r, o, d, c) \ argument
1493 #define bhnd_bus_read_region_1(r, o, d, c) \ argument
1505 #define bhnd_bus_write_multi_1(r, o, d, c) \ argument
1511 #define bhnd_bus_write_region_1(r, o, d, c) \ argument
1523 #define bhnd_bus_read_multi_stream_1(r, o, d, c) \ argument
1529 #define bhnd_bus_read_region_stream_1(r, o, d, c) \ argument
1541 #define bhnd_bus_write_multi_stream_1(r, o, d, c) \ argument
[all …]
/src/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
/src/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 …]
/src/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
/src/sys/dev/vmm/
H A Dvmm_dev.c208 int error, off, c, prot; in vmmdev_rw() local
438 const struct vmmdev_ioctl *ioctl; in vmmdev_ioctl() local