Searched refs:_IOW (Results 1 – 11 of 11) sorted by relevance
/haiku/src/libs/compat/openbsd_wlan/net80211/ |
H A D | ieee80211_ioctl.h | 144 #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('i', 210, struct ifreq) [all …]
|
/haiku/headers/os/drivers/pcmcia/ |
H A D | ds.h | 86 #undef _IOW 95 #define _IOW(tag,num,type) _IOC(1,tag,num,sizeof(type)) macro 124 #define DS_UNBIND_REQUEST _IOW ('d', 63, bind_info_t)
|
H A D | memory.h | 39 #define MEMERASE _IOW('M', 2, erase_info_t)
|
/haiku/src/libs/compat/freebsd_network/compat/sys/ |
H A D | ioccom.h | 9 #define _IOW(g,n,t) SIOCEND + n macro
|
/haiku/headers/compatibility/bsd/sys/ |
H A D | ioccom.h | 77 #define _IOW(g,n,t) _IOC(IOC_IN , (g), (n), sizeof(t)) macro
|
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/ |
H A D | mwldiag.h | 107 #define SIOCGMVRESET _IOW('i', 139, struct mwl_diag)
|
/haiku/headers/private/firewire/ |
H A D | firewire.h | 447 #define FW_SDEUI64 _IOW('S', 20, struct fw_eui64)
|
/haiku/src/add-ons/kernel/file_systems/ufs2/ |
H A D | ufs2.h | 814 #define UFSSUSPEND _IOW('U', 1, fsid_t)
|
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/ |
H A D | device.c | 98 # define BLKBSZSET _IOW(0x12,113,size_t) /* Set device block size in bytes. */
|
/haiku/src/libs/compat/freebsd_wlan/net80211/ |
H A D | ieee80211_ioctl.h | 607 #define SIOCS80211 _IOW('i', 234, struct ieee80211req)
|
/haiku/headers/private/audio/ |
H A D | soundcard.h | 98 #define __SIOW _IOW
|