Home
last modified time | relevance | path

Searched refs:_IOT_TYPE0 (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/
Dioctl.c71 + msg_align (_IOT_COUNT0 (type) * typesize (_IOT_TYPE0 (type))) in __ioctl()
76 char data[_IOT_COUNT0 (type) * typesize (_IOT_TYPE0 (type)) in __ioctl()
142 in (_IOT_COUNT0 (type), _IOT_TYPE0 (type)); in __ioctl()
269 figure_reply (_IOT_COUNT0 (type), _IOT_TYPE0 (type)); in __ioctl()
325 && (out (_IOT_COUNT0 (type), _IOT_TYPE0 (type), arg, &arg) in __ioctl()
/glibc-2.36/sysdeps/mach/hurd/bits/
Dioctls.h131 #define _IOT_TYPE0(type) (((unsigned int) (type) >> 17) & 3) macro