Searched refs:_IOWR (Results 26 - 39 of 39) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/
H A Dioccom.h80 #define _IOWR(x, y, t) \ macro
H A Dagpgart.h98 #define AGPIOC_ALLOCATE _IOWR(AGPIOC_BASE, 4, agp_allocate_t)
H A Daudioio.h255 #define AUDIO_SETINFO _IOWR('A', 2, audio_info_t)
/illumos-gate/usr/src/boot/sys/sys/
H A Dioccom.h61 #define _IOWR(g,n,t) _IOC(IOC_INOUT, (g), (n), sizeof(t)) macro
/illumos-gate/usr/src/cmd/lms/heci/
H A DHECIUnix.cpp73 _IOWR(HECI_IOCTL_TYPE, 0x0, heci_ioctl_data_t)
75 _IOWR(HECI_IOCTL_TYPE, 0x01, heci_ioctl_data_t)
77 _IOWR(HECI_IOCTL_TYPE, 0x02, heci_ioctl_data_t)
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpf.h127 #define BIOCSBLEN _IOWR('B', 102, uint_t)
145 #define BIOCGDLTLIST _IOWR('B', 119, struct bpf_dltlist)
153 #define BIOCGDLTLIST32 _IOWR('B', 119, struct bpf_dltlist32)
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dbpf-ipf.h114 #define BIOCSBLEN _IOWR(B,102, u_int)
130 #define BIOCSBLEN _IOWR('B',102, u_int)
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h23 #define SIOCGNATS _IOWR('r', 62, struct ipfobj)
24 #define SIOCGNATL _IOWR('r', 63, struct ipfobj)
28 #define SIOCGNATS _IOWR(r, 62, struct ipfobj)
29 #define SIOCGNATL _IOWR(r, 63, struct ipfobj)
H A Dip_proxy.h22 #define SIOCPROXY _IOWR('r', 64, struct ap_control)
24 #define SIOCPROXY _IOWR(r, 64, struct ap_control)
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dioctl.c82 #define WINGETEXPOSEDRL _IOWR('g',31,struct winclip)
83 #define WINGETDAMAGEDRL _IOWR('g',32,struct winclip)
/illumos-gate/usr/src/uts/sun4u/mpxu/io/
H A Dtsalarm.c40 #define LOMIOCALSTATE_OLD _IOWR('a', 5, ts_aldata_t)
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm.h141 #define _IOWR(type, nr, size) _IOC(_IOC_READ|_IOC_WRITE, \ macro
791 #define DRM_IOWR(nr,type) _IOWR(DRM_IOCTL_BASE,nr,type)
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c521 #define NTWDTIOCSTATE _IOWR('a', 0xa, ntwdt_data_t)
/illumos-gate/usr/src/uts/sun4v/ontario/io/
H A Dtsalarm.c62 #define LOMIOCALSTATE_OLD _IOWR('a', 5, ts_aldata_t)

Completed in 89 milliseconds

12