Searched refs:_IOW (Results 1 - 11 of 11) sorted by relevance

/haiku/headers/os/drivers/pcmcia/
H A Dmemory.h39 #define MEMERASE _IOW('M', 2, erase_info_t)
H A Dds.h86 #undef _IOW macro
95 #define _IOW(tag,num,type) _IOC(1,tag,num,sizeof(type)) macro
124 #define DS_UNBIND_REQUEST _IOW ('d', 63, bind_info_t)
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dioccom.h9 #define _IOW(g,n,t) SIOCEND + n macro
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_ioctl.h144 #define SIOCS80211NWKEY _IOW('i', 232, struct ieee80211_nwkey)
153 #define SIOCS80211POWER _IOW('i', 234, struct ieee80211_power)
190 #define SIOCS80211CHANNEL _IOW('i', 238, struct ieee80211chanreq)
200 #define SIOCS80211BSSID _IOW('i', 240, struct ieee80211_bssid)
210 #define SIOCS80211TXPOWER _IOW('i', 243, struct ieee80211_txpower)
222 #define SIOCS80211WPAPSK _IOW('i', 245, struct ieee80211_wpapsk)
250 #define SIOCS80211WPAPARMS _IOW('i', 247, struct ieee80211_wpaparams)
265 #define SIOCS80211KEYAVAIL _IOW('i', 251, struct ieee80211_keyavail)
266 #define SIOCS80211KEYRUN _IOW('i', 252, struct ieee80211_keyrun)
271 #define SIOCS80211SCAN _IOW('
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwldiag.h109 #define SIOCGMVRESET _IOW('i', 139, struct mwl_diag)
/haiku/headers/compatibility/bsd/sys/
H A Dioccom.h76 /** @def _IOW(g,n,t) ioctl() that writes value of type t, group g, number n */
77 #define _IOW(g,n,t) _IOC(IOC_IN , (g), (n), sizeof(t)) macro
/haiku/headers/private/firewire/
H A Dfirewire.h447 #define FW_SDEUI64 _IOW('S', 20, struct fw_eui64)
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.c98 # define BLKBSZSET _IOW(0x12,113,size_t) /* Set device block size in bytes. */
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dufs2.h814 #define UFSSUSPEND _IOW('U', 1, fsid_t)
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_ioctl.h609 #define SIOCS80211 _IOW('i', 234, struct ieee80211req)
/haiku/headers/private/audio/
H A Dsoundcard.h98 #define __SIOW _IOW

Completed in 195 milliseconds