Searched refs:_IOR (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/os/drivers/pcmcia/
H A Dmemory.h38 #define MEMGETINFO _IOR('M', 1, region_info_t)
H A Dds.h85 #undef _IOR macro
96 #define _IOR(tag,num,type) _IOC(2,tag,num,sizeof(type)) macro
99 #define DS_GET_CARD_SERVICES_INFO _IOR ('d', 1, servinfo_t)
109 #define DS_VALIDATE_CIS _IOR ('d', 11, cisinfo_t)
117 #define DS_GET_FIRST_WINDOW _IOR ('d', 19, win_info_t)
/haiku/headers/compatibility/bsd/sys/
H A Dioccom.h74 /** @def _IOR(g,n,t) create a ioctl() that reads a value of type t*/
75 #define _IOR(g,n,t) _IOC(IOC_OUT, (g), (n), sizeof(t)) macro
/haiku/headers/private/firewire/
H A Dfirewire.h440 #define FW_IBUSRST _IOR('S', 1, unsigned int)
444 #define FW_GTPMAP _IOR('S', 5, struct fw_topology_map)
448 #define FW_GDEUI64 _IOR('S', 21, struct fw_eui64)
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.c88 #if defined(linux) && defined(_IOR) && !defined(BLKGETSIZE64)
89 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* Get device size in bytes. */
/haiku/headers/private/audio/
H A Dsoundcard.h97 #define __SIOR _IOR

Completed in 63 milliseconds