Home
last modified time | relevance | path

Searched defs:_IOC_DIR (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/rust/kernel/
H A Dioctl.rs55 pub const fn _IOC_DIR(nr: u32) -> u32 { in _IOC_DIR() function
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dioctl.h54 #define _IOC_DIR(nr) (((nr) >> _IOC_DIRSHIFT) & _IOC_DIRMASK) macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dioctl.h51 #define _IOC_DIR(nr) \ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dioctl.h94 #define _IOC_DIR(nr) (((nr) >> _IOC_DIRSHIFT) & _IOC_DIRMASK) macro
/openbmc/u-boot/include/asm-generic/
H A Dioctl.h92 #define _IOC_DIR(nr) (((nr) >> _IOC_DIRSHIFT) & _IOC_DIRMASK) macro