Home
last modified time | relevance | path

Searched defs:_IO (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/
H A Dioctl.rs27 pub const fn _IO(ty: u32, nr: u32) -> u32 { in _IO() function
/linux/arch/alpha/include/uapi/asm/
H A Dioctl.h48 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) macro
/linux/arch/sparc/include/uapi/asm/
H A Dioctl.h45 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) macro