Searched refs:IOC_VOID (Results 1 – 2 of 2) sorted by relevance
/sysdeps/mach/hurd/bits/ |
A D | ioctls.h | 106 IOC_VOID = 0, /* No parameters. */ enumerator 176 #define _IO(g, n) _IOC (IOC_VOID, (g), (n), 0) 177 #define _IOIW(g, n, t) _IOC (IOC_VOID, (g), (n), _IOC_ENCODE_TYPE (t))
|
/sysdeps/mach/hurd/ |
A D | ioctl.c | 146 else if (_IOC_INOUT (request) == IOC_VOID && _IOT_COUNT0 (type) != 0) in __ioctl()
|
Completed in 5 milliseconds