Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/mach/hurd/
Dioctl.c73 + _IOT_COUNT2 (type) * typesize (_IOT_TYPE2 (type))]; in __ioctl()
78 + _IOT_COUNT2 (type) * typesize (_IOT_TYPE2 (type))]; in __ioctl()
144 in (_IOT_COUNT2 (type), _IOT_TYPE2 (type)); in __ioctl()
271 figure_reply (_IOT_COUNT2 (type), _IOT_TYPE2 (type)); in __ioctl()
327 || out (_IOT_COUNT2 (type), _IOT_TYPE2 (type), arg, &arg)))) in __ioctl()
/glibc-2.36/sysdeps/mach/hurd/bits/
Dioctls.h133 #define _IOT_TYPE2(type) (((unsigned int) (type) >> 13) & 3) macro