Home
last modified time | relevance | path

Searched defs:_IOW (Results 1 – 2 of 2) sorted by relevance

/arch/alpha/include/asm/
Dioctl.h49 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) macro
/arch/sparc/include/asm/
Dioctl.h46 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) macro