Home
last modified time | relevance | path

Searched refs:_IOC_SIZE (Results 1 – 4 of 4) sorted by relevance

/arch/alpha/include/uapi/asm/
Dioctl.h56 #define _IOC_SIZE(nr) (((nr) >> _IOC_SIZESHIFT) & _IOC_SIZEMASK) macro
/arch/sparc/include/uapi/asm/
Dioctl.h56 #define _IOC_SIZE(nr) \ macro
/arch/tile/kernel/
Dhardwall.c997 info = hardwall_create(hwt, _IOC_SIZE(a), in hardwall_ioctl()
/arch/cris/arch-v32/drivers/
Dcryptocop.c3116 err = !access_ok(VERIFY_WRITE, (void *)arg, _IOC_SIZE(cmd)); in cryptocop_ioctl_unlocked()
3118 err = !access_ok(VERIFY_READ, (void *)arg, _IOC_SIZE(cmd)); in cryptocop_ioctl_unlocked()